body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #004380 url(graphics/bkgrnd.gif) repeat scroll left top;
	margin: 10px;
}
table {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 2px;
	background-color: #009900;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(graphics/grnbkgrnd.jpg);
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #009900;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #FFCC00;
color: #006600;
}


a:link {
	color: #009900;
}

a:active {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #CC3300;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #004380;
	display: inline;
}

h2 {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	display: inline;
}
.tableborder {
	border: 1px solid #006699;
}

.star {
	background:  url(graphics/star.gif) no-repeat right bottom;
}
.submenutext{
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration:none
}
a.submenu:link {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration:none
}

a.submenu:active {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration:none
}
a.submenu:visited {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration:none
}
a.submenu:hover {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration:none
}
.indent {
	margin-left:25px;
	margin-right: 25px;

}

a.kb:link {
	font:  10px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline
}

a.kb:active {
	font:  10px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline
}
a.kb:visited {
	font:  10px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline
}
a.kb:hover {
	font:  10px Geneva, Arial, Helvetica, sans-serif;
	color: #ffcc00;
	text-decoration:none
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#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; background: url(images/prevlabel.gif) left 95% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 95% no-repeat;}}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 95% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 95% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#imageData{
	padding:0 10px;
	color: #003300;
}
#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: #47541B; }


