#body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #1A1E20;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
}
#header {
	height: 116px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #D9D9D9;
	width: 620px;
	float: right;
	margin-right: 30px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000;
}
#nav {
	width: 110px;
	text-align: left;
	padding-left: 10px;
	float: left;
	margin: 0px;
	clear: none;
	padding-right: 0px;
}
#footer {
	clear: both;
	height: 20px;
	width: 800px;
	color: #CCCCCC;
}
#leftFooter {
	height: 20px;
	width: 300px;
	color: #CCCCCC;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	text-align: left;
	padding-left: 120px;
}
#rightFooter {
	height: 20px;
	width: 300px;
	color: #CCCCCC;
	float: right;
	padding-top: 3px;
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
}

#content a {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
}
#content a:hover {
	color: #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content a:active {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
ul#menu {
	width: 100px;
	list-style-type: none;
	border-top: 1px solid #005574;
	margin: 0;
	padding: 0px;
	list-style-position: outside;
}
ul#menu ol {
display: none;
text-align: right;
list-style-type: none;
margin: 0;
padding: 5px;
}
ul#menu li, 
ul#menu a {
font-family: verdana, sans-serif;
font-size: 11px;
color: #00CCFF;
font-weight: bold;
}
ul#menu li {
border-bottom: solid 1px #005574;
line-height: 15px;
}
ul#menu ol li {
border-bottom: none;
}

ul#menu ol li:before {
content: "";
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
	color: #B02E98;
}

ul#menu a.active {
	color: #00FF00;
}
.image {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.labelcell {
	width: 15%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 	#00CCFF;;
}
h3 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #539dbc;
}

/* Start of lightbox css */
#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(images/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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* End of lightbox css */
#container #content .style28 .style12 .style28 .style1 .style28 {
	color: #000;
	font-size: 11px;
}
.news_head {
	font-weight: bold;
	color: #F00;
	text-align: left;
}
