body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	margin: auto;
	width: 1000px;
	}

hr {
	background-color: #3D52A3;
	border: 0px; 
	color: #AE852E;
	height: 2px;
	width: 650px;
	}

h1 {
	color: #AE852E;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 36px;
	line-height:46px;
	font-weight: normal;
	}
	
h2 {
	color: #FFFFFF;
	}

h3 {
	color: #FFFFFF;
	}

ul {
	list-style-type: none;
	}




.bold {
	font-weight: bold;
	}

.boldrd {
	color: #CC6600;
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.floatl {
	float: left;
	margin: 0px 20px 0px 0px; 
	}

.left {
	text-align: left;
	}

.ralign {
	text-align: right;
	}
	
	
.tablelft {
	border : 0;
	border-collapse : collapse;
	color : #ffffff;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 0;
	text-align : left;
	vertical-align : middle;
	width : 100%;
	}
	
	.tablelftwh {
	background-color: #ffffff;
	border : 0;
	border-collapse : collapse;
	color : #ffffff;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 0;
	text-align : left;
	vertical-align : middle;
	width : 100%;
	}
	
	.tablectr2 {
	border : 0;
	border-collapse : collapse;
	color : #ffffff;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 20px;
	text-align : center;
	vertical-align : middle;
	width : 100%;
	}
	
.tablectr {
	border : 0;
	border-collapse : collapse;
	color : #ffffff;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 20px;
	text-align : center;
	vertical-align : middle;
	width : 100%;
	}

.txt10wh {
	font-size: 10px; color: #FFFFFF;
	 }
 
.txt12wh {
	font-size: 12px; color: #FFFFFF;
 	}
 
.txt12bk
 	{font-size: 12px; color: #000000;
	 }
 
.txtwh
	{color: #FFFFFF;
 	}



#container {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}

#content {
	float: right;
	width: 715px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	color: #000000;
	}
	
#content02 {
	float: right;
	width: 715px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	color: #000000;
	}

#main {
	margin: 0px auto;
	width: 1000px;
	}

#sidebar {
	float: left;
	width: 225px;
	}

#menu li {
	margin-bottom: 5px;
	}

#menu li a:link,
#menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:left;
	padding: 6px 10px 6px 30px;
	text-decoration: none;
	border: 0px solid;
	border-radius: 10px;
	}

#menu li a:hover {
	color: #000000;
	text-decoration:none;
	}

#menu li.item-1 a { background: #3D52A3; }
#menu li.item-2 a { background: #9966CC; }
#menu li.item-3 a { background: #347A34; }
#menu li.item-4 a { background: #6C3F22; }            

/* Possible colors used #7C223B  #3D52A3  #AE852E  */


a:link {color: #6784CB; text-decoration: none;}			/* unvisited link */
a:visited {color: #6784CB; text-decoration: none;}		/* visited link */
a:hover {color: #AE852E; text-decoration: none;}		/* mouse over link */
a:active {color: #6784CB; text-decoration: none;}	/* selected link */




/* code necessary to work lightbox2 */

#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(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; }

/* end of code necessary to work lightbox2 */