body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	color: #000000;
}

.header {
	background-image: url(images/100/top100.gif);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
}
.header_content {
	margin: 0 auto;
	width: 875px;
}
.menu {
	background-color: #000000;
	height: 20px;
	width: 100%;
}
.menu_wrapper {
	margin: 0 auto;
	width: 640px;
}
.menu img {
float:left;
}
.middle {
	background-image: url(images/100/gray1.gif);
	width: 100%;
	background-repeat: repeat;
	background-color: #ebebeb;
}
.middle_content {
	width: 875px;
	margin: 0 auto;
}

.bar02 {
	background-image: url(images/100/bar02.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 875px;
	position: relative;
	bottom: 0px;
	}
.middle_left {
	width: 250px;
	padding-left: 9px;
	float: left;
}
.middle_right {
	margin-left: 262px;
	margin-top: 0px;
	position: relative;
	padding: 10px;
}
.footer {
	background-image: url(images/100/footer100.gif);
	background-repeat: repeat-x;
	background-position: left;
	background-color:#F37737;
	width: 100%;
	height: 60px;
	text-align: center;
	position: relative;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.subtitle:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #cc0066; font-weight: bold; text-decoration: underline}
a.subtitle:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #cc0066; font-weight: bold; text-decoration: underline}
a.subtitle:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #cc0066; font-weight: bold; text-decoration: underline}

.bodybl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0066;
	font-weight: bold;
}

a.bodybl:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #CC0066; font-weight: normal; text-decoration: none}
a.bodybl:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #CC0066; font-weight: normal; text-decoration: none}
a.bodybl:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #CC0066; font-weight: bold; text-decoration: underline}

.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: inherit;
}

a.body1:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #003366; font-weight: normal; text-decoration: underline}
a.body1:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #ff6633; font-weight: normal; text-decoration: underline}
a.body1:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #003366; font-weight: bold; text-decoration: underline}

.tables {
	border-width: 0px;
	border-style: solid;
	width: 400px;
}
.thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.trow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted;
	border-color: #003366;
	height: 42px;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
	border-bottom-style: solid;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 850px;
	margin: 0 auto;
	font-weight: lighter;
	padding-top: 15px;
	line-height: 12px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	border-bottom:0px;
	}

li  {
background-color: #FFF;
padding-top:6px;
padding-bottom:5px;
padding-left:0px;
text-decoration: none;
border-bottom:1px dashed #CCC;
font-weight: normal;
	}
	
hr {padding-right:5px;
	border-style:dotted;
	border-top:none;
	border-right:none;
	border-left:none;
	border-color:#003366;
	border-width:1px;
}

#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(../lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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; }