body
{
	margin: 0px; 
	padding: 0px; 
    font-size: 12px;
	line-height: 19px;
	font-style: normal;
 	font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    background-color: #ebebeb;
    text-align: center;
    text-decoration: none;
}

/* ************************************************* */
/* Do not display any element with id="printonly"    */
/* ************************************************* */

#printonly { display: none; }

/* ************************************************* */
/* DIV definitions based on ID or class              */
/* ************************************************* */

#spacer { width: 950px; height: 10px; }

#headerarea { width: 950px; height: 115px; margin: 0 auto; padding: 0px; color: #444444; text-align: left; background-image: url(../images/header-background.png); background-repeat: no-repeat; }
#headertext { width: 910px; margin: 0px; padding: 30px 20px 0px 20px; color: #00008d; text-align: right; background-color: transparent; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
#mainarea { width: 950px; margin: 0 auto; padding: 0px 0px 10px 0px; color: #444444; text-align: left; background-image: url(../images/body-background.png); background-repeat: no-repeat; }
#navarea { width: 300px; margin: 0; float: left; padding: 0px; color: #444444; text-align: left; background-color: transparent; }
#navtop { width: 300px; margin: 0; padding-top: 35px; color: #444444; text-align: left; background-color: transparent; }
.navitem { width: 300px; margin: 0; padding: 15px 0px 10px 65px; color: #007f64; text-align: left; font-size: 12px; line-height: 12px; background-color: transparent; display: block; }
.navitemhover { width: 300px; margin: 0; padding: 15px 0px 10px 65px; color: #00008d; text-align: left; font-size: 12px; line-height: 12px; background-image: url(../images/nav-background.png); background-repeat: no-repeat; background-position: 3px; display: block; }
#navlogos { width: 300px; margin: 0; padding: 40px 0px 0px 0px; color: #444444; text-align: center; background-color: transparent; }
#contentarea { width: 650px; margin: 0; float: right; padding: 0px; color: #444444; text-align: left; background-color: transparent; }
#bottomarea { width: 950px; height: 15px; margin: 0 auto; padding: 0px; color: #444444; text-align: left; background-image: url(../images/bottom-background.png); background-repeat: no-repeat; }
#footer { width: 950px; margin: 0 auto; padding: 15px 0px 0px 0px; color: #444444; background-color: transparent; text-align: center; }
 
/* ************************************************* */
/* Link Styles, Classes, and Highlighting Effects    */
/* ************************************************* */

a
{
    color: #007f64;
    text-decoration: none;
}

a:hover
{
    color: #00008d;
    text-decoration: underline;
}

/* *************************************** */
/* Footer Styles and Classes               */
/* *************************************** */

a.FooterLink
{
    font-weight: normal;
    font-size: 10px;
 	font-family: Arial, Helvetica, sans-serif;
    color: #007f64;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
}

a.FooterLink:hover
{
    font-weight: normal;
    font-size: 10px;
    color: #00008d;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: underline;
}

span.Copyright
{
    font-weight: normal;
    font-size: 10px;
 	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

/* ***************************************** */
/* Heading Styles and Classes                */
/* ***************************************** */

h1
{
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
 	font-family: Georgia, Times, Times New Roman, serif;
    padding-top: 40px;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    color: #00008d;
    text-align: left;
}

h2
{
	font-weight: normal;
	font-size: 18px;
    line-height: 22px;
	font-family: Georgia, Times, Times New Roman, serif;
    margin-top: 20px;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 20px;
	color: #00008d;
    text-align: left;
}

h3
{
	font-weight: normal;
	font-size: 16px;
    line-height: 20px;
 	font-family: Georgia, Times, Times New Roman, serif;
    margin-top: 20px;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 20px;
	color: #007f64;
    text-align: left;
}

/* ******************************************* */
/* Paragraph Styles and Classes                */
/* ******************************************* */

p
{
    font-weight: normal;
	font-size: 12px;
    margin-top: 0px;
    margin-bottom: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

p.Compact
{
    font-weight: normal;
	font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

span.Form
{
    font-weight: normal;
    font-size: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* ************************************************* */
/* Bulleted and Numbered List Styles and Classes     */
/* ************************************************* */

ul
{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    list-style-image: url(../images/bullet-arrow.png);
}

ol
{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    list-style-type: decimal;
}

ol.Level2
{
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: lower-alpha;
}

li
{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-right: 6px;
}

li.Compact
{
    margin-top: 0px;
    margin-right: 6px;
    margin-bottom: 2px;
}

/* ************************************************* */
/* Definition List Styles and Classes                */
/* ************************************************* */

dl  {
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 10px;
}

dt  {
	margin-top : 6px;
	margin-bottom : 0px;
	font-weight : bold;
	color : #007f64;
}

dd  {
	margin-left : 30px;
	margin-bottom : 0px;
}

/* *************************************** */
/* Table Styles and Classes                */
/* *************************************** */

table { margin-top: 0px; margin-bottom: 0px; }
table.Paragraph { margin-left: 20px; }
tr { margin-bottom: 0px; }
th { font-size: 12px; line-height: 16px; font-weight: bold; background-color : #eeeeee; }
td { font-size: 12px; line-height: 16px; }
td.shaded { font-size: 12px; line-height: 16px; background-color : #eeeeee; }

/* ************************************************* */
/* Graphic Image Styles and Classes                  */
/* ************************************************* */

img { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
img.Left { margin-bottom: 10px; margin-right: 20px; float: left; }
img.Right { margin-bottom: 10px; margin-left: 20px; float: right; }
img.HeaderLogo { margin-top: 30px; margin-left: 20px; float: left; }
img.navrule { margin-top: 0px; margin-bottom: 0px; margin-left: 3px; margin-right: 0px; }

/* ************************************************* */
/* Lightbox Styles and Classes (from lightbox.css)   */
/* ************************************************* */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox-images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox-images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

