body {
	margin: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	padding: 0px;
	background: #ffffcc;
	text-align: center;
	
}

a,a:visited,a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8pt;
}
a:hover {
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 8pt;
}
h1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color: #663300;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 14px;
}
h2 {
	color: #cc6600;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#top {
	width: 960px;
	height: 100px;
	float:left;
}
#top h1 {
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	color: #663300;
	text-transform: uppercase;
	padding-left: 88px;
	padding-top:27px;
	padding-bottom: 0px;
	margin: 0px;
	text-align:center;
}
#top h2 {
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
	color: #EAEAEA;
	text-transform: uppercase;
	padding-left: 88px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}



#sideleft {
	width: 186px;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.sectionleft {
	width: 186px;
	height: 24px;
	text-align: left;	
	font-size: 10pt;
	font-weight: bold;
	color: #cc6600;
	text-transform: uppercase;
	line-height: 20px;
	float: left;	
}
.sectioncontentleft {
	width: 170px;
	padding-top: 2px;	
	padding-bottom: 6px;
	text-align: left;
	float: left;
	
}


#sideright {
	width: 140px;
	float: right;
	margin-top: 30px;
}
.sectionright {
	width: 100px;

	float: right;
}

.sectioncontentright {
	width: 170px;
	background: #EAEAEA;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: right;
}
#content {
	
	margin-top:30px;
	margin-left:22px;
	
	width: 600px;
	text-align: left;
	color: #336600;
	line-height: 21px;
	float:left;

	text-align: justify;
}

#footer {
	clear: both;
	width: 960px;

	background: #ffffcc;
	margin-left:30px;
		
	font-size:12px;
	
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
ul {
	list-style-image: url("item.jpg");
	margin: 0;
	padding-left: 1.0em;
}
li {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	padding-left: 0.1em;
}


#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(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/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; }