html{
	overflow-x:hidden;
}
* { 
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration:underline;
	
}

a:hover {
	color:#0066FF;
	text-decoration: underline;
}

a:visited {
color:#003399;

}

a img {
	border: none;
}

p {
	padding: 5px 0px 20px 0px;
}

#sidebar p {
	font-size: 10px;
	line-height: 15px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

#links li{
display: inline;
list-style-type: none;
font-size:12px;
}

h1 {
	color:#CC0066;
	padding-bottom:2px;
	font: normal 17px  Verdana, Arial, Helvetica, sans-serif;
}
#sidebar h2 { font-size: 13px; font-weight: normal; }
h2 {
	color: #0622D8;
	font: normal 14px  Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
h3 {
	color: #0F69FB;
	font: normal 12px  Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration:underline;
}

body { 
	background-color:#ffffff;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #000000;
	margin: 10px 0;
}

#container {
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-color:ffffff;
	width:900px;
	height:825px;
	margin: 0 auto;
}

#header {
	margin-top:15px;
	float:left;
	height:140px;
	width:900px;
	text-align: center;
}

#links {
	clear:left;
	height:50px;
	width:900px;
	text-align: center;
	padding-top:20px;
}

#content {
	background-image:url(images/contentbox.png);
	background-repeat:no-repeat;
	width:750px;
	height:560px;
	margin-top:15px;
	margin-left:60px;
	padding-top: 25px;
	padding-left: 25px;
}

.scroll {
	height: 540px;
	width: 755px;
	overflow: auto;
	padding: 25px;
}

#sidebar {
	float: right;
	width:200px;
	height:490px;
	background-color:#000000;
	padding: 5px 5px 5px 5px;
}

#footer {
	clear: both;
	width:900px;
	text-align: center;
	font-size:9px;
	margin-top:5px;
}

#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); 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 30px;
}
.style2 {font-size: 2px}
.style3 {font-size: 4px}
