body
{
	background-color: #c39d39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

a:hover { text-decoration: underline; }

h1 
{
	font-family: helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;	
	line-height: 18px;
	color: #4F512F;
	text-align: left;
	padding: 0px 0px;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	line-height: 11px;
	color: #4F512F;
	text-align: left;
	padding: 0px 0px;
	margin: 0;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 11px;
	color: #4F512F;
	text-align: left;
	padding: 0px 0px;
	margin: 0;
}

/*IE fix*/
* html body { font-size: 80%; }

* html img
{
	margin-bottom: 0;
	border: 0;
}

#container
{
	width: 760px;
	height: 100%;
	margin: 20px auto;
	text-align: left;
}

#header1
{
	padding: 10px 10px;
	text-align: right;
	color: #ffe180;
}

#header1 a:link, #header1 a:visited
{
	font: Arial, Helvetica, sans-serif;
	color: #ffe180;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#header1 a:hover
{
	color: #ffffff;
	text-decoration: underline;
} 

#header2
{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-bottom: 21px;
	background-color: #c69b2c;
}

/*IE fix */
* html #header2 { padding-bottom: 0; }
.centered { text-align: center; }
#logo { margin: 10px auto; }

#logo2
{
	margin-top: 10px;
	maring-left: 10px;
}

#panoramic
{
	background-image: url(../images/header-box.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
}

#bar
{
	background-image: url(../images/header-box.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 22px;
	background-color: #dfbe6a;
	text-align: center;
	width: 758px;
}

/*IE fix */
* html #bar { padding-top: 8px; }

#nav
{
	/*margin: 0 auto;*/
	width: 100%;
	background-color: #dfbe6a;
	text-align: center;
	padding-bottom: 17px;
	font-size: 95%;
	text-transform: uppercase;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	font-weight: bolder;
}

/*IE fix */
* html #nav
{
	background-color: #c69b2c;
	font-size: 95%;
}

#nav a:link, #nav a:visited
{
	color: #202b45;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 122px;
	background-image: url(../images/bg-menu-item.jpg);
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bolder;
}

/*IE fix*/
* html #nav a:link, * html #nav a:visited { padding-top: 2px; }
#nav a:hover, #header2 #nav .selected, #header2 #nav .selected-first{ color: #7f6604; }

#nav a:link:first-child, #nav a:visited:first-child, a.first:link, a.first:visited, a.selected-first:link, a.selected-first:visited
{
	background-image: url(../images/bg-menu-first-item.jpg);
	width: 141px;
	margin-left: 50px;
}


.subnav a:link, .subnav a:visited
{
	font-size: 105%;
	font-weight: bolder;
	float: left;
	text-decoration: none;
	color: #ffffff;
	margin-left: 11px;
}

/*IE fix*/
.subnav
{
	display: block;
	width: 100%;
	padding-left: 0px;
	margin-left: -30px;
}

.subnav a:hover
{
	color: #202b45;
	text-decoration: underline;
}

#content
{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 auto;
	width: 758px;
	height: 100%;
	text-align: left;
}

.home
{
	background-color: #d9b43d;
	color: #FFFFFF;
	height: 100%;
}

.all
{
	background-color: #FFFFFF;
	background-image: url(../images/bg-content.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #4a4a49;
}

#leftcontent
{
	float: left;
	padding: 5px 5px 5px 5px;
	width: 210px;
	height: 100%;
	color: #5d460a;
	font-size: 95%;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}

#leftcontent a:link
{
	color: #5d460a;
	font-weight: bold;
	text-decoration: none;
}

#leftcontent a:visited
{
	color: #8e722a;
	font-weight: bold;
	text-decoration: none;
}

#leftcontent p { padding-left: 25px; }

#leftcontent .highlight
{
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}

.content ul
{
	margin-top: 8px;
	margin-left: 18px;
	padding: 0px;
}

.content ul li
{
	list-style-image: url(../images/list-bullet.gif);
	list-style-position: outside;
	padding-left: 2px;
	margin-top: -8px;
	line-height: 18px;
	/*display:block;*/
	color: #7b7b70;
	font-weight: normal;
}

.content ul li a:link, .content ul li a:visited
{
	font-weight: normal;
	color: #7b7b70;
}

#leftcontent .third_nav 
{
	line-height: 16px;
	padding: 5px 5px 5px 25px;
	color: #7b7b70;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}
#leftcontent .third_nav a:link
{
	font-weight: bold;
	color: #5d460a;
}

#leftcontent .third_nav a:visited
{
	font-weight: bold;
	color: #9d7c26;
}


#rightcontent
{
	padding: 40px 20px 20px 10px;
	float: right;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
}

#rightcontent .smallprint
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 10px;
}

#rightcontent a:link
{
	color: #84671a;
	font-weight: normal;
	text-decoration: none;
}

 #rightcontent a:visited
{
	color: #98958d;
	text-decoration: underline;
}

#rightcontent a:hover, #leftcontent a:hover 
{ 
	color: #9b7e30;
	text-decoration: underline; 
}

#rightcontent .source { font-style: italic; }

#rightcontent .highlight
{
	padding-right: 15px;
	border-top: 1px solid #fbe6b0;
	border-right: 1px solid #fbe6b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#rightcontent .headline
{
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-weight: normal;
	color: #8e6909;
	font-size: 16px;
	font-stretch: expanded;
	padding-bottom: 3px;
	padding-top: 10px;
}

#rightcontent .headline .volume
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #8e6909;
	font-size: 11px;
	font-stretch: expanded;
	padding-bottom: 3px;
	padding-top: 10px;
}

#rightcontent .journal
{
	padding-left: 13px;	
}


#rightcontent .subtitle
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	font-stretch: expanded;
	padding-bottom: 0px;
	padding-top: 0px;
}

#rightcontent .subline
{
	font-style: italic;
	font-size: 90%;
}

#rightcontent .contact
{
	font-size: 90%;
	font-weight: bold;
}

#rightcontent ul li
{
	list-style-image: url(../images/list-bullet2.gif);
	list-style-position: outside;
	padding-left: 2px;
	margin-top: -2px;
	line-height: 20px;
	/*display:block;*/
	color: #4a4a49;
	font-weight: normal;
}

.yellowborder {border-right: 1px solid #FCB146; padding-right: 20px;}
.peopleimage1 img  {margin: 20px 0px 0px 0px;}
.peopleimage2 img  {margin: 20px 0px 0px 20px;}
#people a {color: #333; font-weight: bold;}
#people a:hover {color: #A57911; font-weight: bold;}


div.inline{

	margin:0 0em;
	text-align:left;
}
div.inline img{
	margin:1em 0;
	border:none;
}
div.inline img.border{
	border:1px solid black;
}
div.inline p.caption{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	width:450px;
	margin:1em auto;
	/* hide from IE Mac \*/
	margin:1em 0;
	/* stop hiding */
}

div.inliner{
	float:right;
	margin:0 2em;
	text-align:left;
}
div.inliner img{
	margin:1em 0;
	border:none;
}
div.inliner img.border{
	border: 1px solid black;
}
div.inliner p.caption{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	width:250px;
	margin:1em auto;
	/* hide from IE Mac \*/
	margin:1em 0;
	/* stop hiding */
}

div.inlinel{
	float: left;
	margin: 0 2em 1em 0;
	text-align:left;
}
div.inlinel img{
	margin: 0;
	border: 1px solid #999999;
}
div.inlinel img.border{
	border: 1px solid black;
}
div.inlinel p.caption{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	width: 100px;
	margin: 1em auto;
	/* hide from IE Mac \*/
	margin: 1em 0;
	/* stop hiding */
}
.header
{
	background-position: top;
	background-repeat: no-repeat;
	width: 214;
	padding-top: 15px;
}


.content
{
	padding: 0px 5px 10px 5px;
	font-weight: bold;
	line-height: 13px;
}

li a:visited,  li a:link
{
	font-weight: normal;
	color: #7b7b70;
}

.content .description
{
	color: #7b7b70;
	font-weight: normal;
}

.graybox { background-color: #e1dfd4; }

.graybox .header
{
	background-image: url(../images/graybox-top.gif);
	padding-top: 30px;
	display: block;
}

.graybox .footer { background-image: url(../images/graybox-bottom.gif); }

.peachbox
{
	background-color: #f1e2b0;
	margin-top: 1px;	
}

#peachcontent
{
    height:150px;
}


.peachbox .header { background-image: url(../images/peachbox-top.gif); }
.peachbox .footer { background-image: url(../images/peachbox-bottom.gif); }

.hr
{
	border-top: 1px solid #d6c89f;
	width: 176px;
	display: block;
	padding: 1px;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}

.clearall { clear: both; }

.footer
{
	background-position: bottom;
	background-repeat: no-repeat;
	width: 214;
	padding-top: 8px;
}

/*IE fix*/
* html .footer { height: 1em; }

#footer
{
	color: #ffe180;
	margin: 20px auto;
	width: 270px;
	text-align: left;
}

#footer a:link, #footer  a:visited
{
	color: #ffe180;
	text-decoration: none;
}

#footer img
{
	border: 0;
	float: left;
	padding: 0px 5px 0px 5px;
}


/*POP-UP*/
.twoColFixLtHdr #container { 
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bd9222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container2 { 
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bd9222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #bd9222; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #mainContent { 
    background: #bd9222;
	margin: 0 0 10px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}