	body		{ background-color: #425C92; font-family: verdana, arial, helvetica; color: #ffffff; margin:0px; }
	td.sep		{ background-color: #ffffff; }
	td.topbtn1	{ background-color: #425C92; }
	td.topbtn2	{ background-color: #96A5C3; }
	td.topbtnlbl	{ font-size: 10px; font-weight: bold; }
	td.topright	{ background-color: #5A71A0; }
	td.hdiv		{ background-color: #96A5C3; }
	td.subtxt	{ font-size: 10px; font-weight: bold; }
	td.cwtop	{ background-color: #D7D4A1; }
	td.cwleft	{ background-color: #DAE2EF; }
	td.cwlefttxt	{ font-size: 10px; font-weight: bold; color: #575757; line-height: 16px; }
	td.cwmain	{ background-color: #FFFBBF; }
	td.cwmaintxt	{ font-size: 12px; color: #111111; line-height: 18px; }
	td.bottom	{ font-size: 10px; }
	.imageSet img {padding:3px; border:1px solid #ccc; background-color:white; margin:3px;}

/* NAVIGATION */

#navcontainer ul
{
padding: 0;
margin: 0;


background-color: #5A71A0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.3em 2.0em 0.3em 1em;
background-color: #425C92;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer ul li a:hover
{
background-color: #96A5C3;
color: #fff;
}

/* LIGHT BOX STARTS HERE, ENDS AT THE END OF THE DOCUMENT*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}