body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	}
	
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	}
	
#bg {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	}
	
#bg_top {
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#container {
	width: 900px;
	border: 1px #214363 solid;
	}
	
#wrapper {
	width: 100%;
	background-image: url(images/btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	}

/* header area start */
	
#header {
	width: 900px;
	height: 108px;
	text-align: left;
	}
	
/* topnav area start */

#topnav {
	width: 900px;
	height: 21px;
	font-size: 11px;
	color: #8E8E8E;
	text-align: right;
	padding-top: 7px;
	*padding-top: 8px;
	*padding-bottom: 7px;
	white-space: nowrap;
	border-bottom: 1px #102131 solid;
	background-image: url(images/bg_topnav.gif);
	background-repeat: repeat-x;
	}

/* main area start */
	
#main {
	width: 900px;
	background-color: #040404;
	background-image: url(images/);
	background-repeat: repeat;
	}
	
#leftnav {
	padding-top: 35px;
	padding-bottom: 100px;
	}
	
#content_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	}

/* footer area start */

#footer {
	width: 900px;
	font-size: 10px;
	text-align: right;
	color: #8E8E8E;
	margin-top: 4px;
	padding-bottom: 530px;
	}
	
.border {
	line-height: px;
	border: 1px #102131 solid;
	padding: 20px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
	}
	
/* heading styles */

h1 {
	color: #8E8E8E;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color: #8E8E8E;
	font-size: 12px;
	font-weight: bold;
	}
	
h3 {
	color: #8E8E8E;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 0px 4px 15px;
	background-color: #2C3E5E;
	margin-bottom: 0px;
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
/* image styles */
	
.img01 {
	border: 1px #214363 solid;
	}
	
.img02 {
	border: 1px #214363 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #214363 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* text syles */

.logo {
	font-size: 11px;
	color: #8E8E8E;
	position: relative;
	top: 96px;
	}
a.logo:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.logo:visited {
	color: #8E8E8E;
	text-decoration: none;
	}
a.logo:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.header {
	font-size: 12px;
	font-weight: bold;
	color: #8E8E8E;
	}

.lefthead {
	font-size: 13px;
	font-weight: bold;
	color: #8E8E8E;
	display: block;
	padding: 10px 0px 5px 10px;
	border-bottom: 1px #102131 solid;
	}

.sm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #8E8E8E;
	}
	
/* link styles */

/* default link */
	
a	{
	color: #8E8E8E;
	text-decoration: underline;
	}
a:hover {
	color: #8E8E8E;
	text-decoration: none;
	}
a:visited {
	color:  #8E8E8E;
	text-decoration: underline;
	}
a:visited:hover {
	color: #8E8E8E;
	text-decoration: none;
	}
	
/* top contact info link */
	
a.top {
	color: #8E8E8E;
	padding-right: 10px;
	text-decoration: underline;
	}
a.top:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.top:visited {
	color: #8E8E8E;
	text-decoration: underline;
	}
a.top:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* topnav link */

a.topnav {
	font-size: 11px;
	color: #8E8E8E;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 10px;
	}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.topnav:visited {
	color:  #8E8E8E;
	text-decoration: none;
	}
a.topnav:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* leftnav link */	
	
a.leftnav {
	font-size: 10px;
	color: #8E8E8E;
	text-decoration: none;
	display: block;
	padding: 10px 0px 2px 15px;
	border-bottom: 1px #102131 solid;
	}
a.leftnav:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
a.leftnav:visited {
	color: #8E8E8E;
	text-decoration: none;
	display: block;
	}
a.leftnav:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
	
/* content bucket link */
	
a.main_link {
	font-size: 12px;
	font-weight: bold;
	color: #8E8E8E;
	text-decoration: none;
	}
a.main_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.main_link:visited {
	color: #8E8E8E;
	text-decoration: none;
	}
a.main_link:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* footer link */

a.footer {
	color: #8E8E8E;
	text-decoration: underline;
	}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.footer:visited {
	color: #8E8E8E;
	text-decoration: underline;
	}
a.footer:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* miscellaneous */
	
li {
	list-style-image: url(images/bullet.gif);
	}
	
hr {
	color: #214363; 
	height: 1px;
	}
	
#lightbox { 
	position: absolute; 
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	} 
#lightbox img { 
	width: auto; 
	height: auto; 
	border: 0px #000000 solid;
	} 
#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 Arial, Helvetica, Verdana, sans-serif; 
	background-color: #FFF; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
	} 
#imageData { 
	padding:0 12px; 
	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: ; 
	} 