.nav_box_table td {
	text-align: center;
}
body {
	background-image: url(/images/BG_1.jpg);
	background-repeat:repeat;
background-attachment: fixed;
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.topleft{ 
background-image: url(/images/Top_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topright{ 
background-image: url(/images/Top_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topcenter{ 
background-image: url(/images/Top_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}

td.bottomleft{ 
background-image: url(/images/Bottom_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomright{ 
background-image: url(/images/Bottom_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomcenter{ 
background-image: url(/images/Bottom_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerright{ 
background-image: url(/images/Center_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerleft{ 
background-image: url(/images/Center_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centercenter{ 
background-color: #FFFFFF;
width: 900px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
/*text-align: center;   */ 
vertical-align: bottom; 
}
table.main {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	background-color: #;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
}
table.main th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: #;
}
table.main td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: #;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
a:link {
	font-weight: bold;
	font-weight: bold;
	color: blue;
}
a:visited {
	font-weight: bold;
	color: red;
}
a.selected {
	font-weight: bold;
	color: red;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
.style1 {font-size: 16px; font-weight: bold; }
.style2 {font-size: 14px}
.style3 {font-size: 14px; font-weight: normal; color: #00CCFF}
.style4 {font-size: 14px; font-weight: bold; color: #66FF00}
.style5 {font-size: xx-large}
.style6 {font-size: x-large}
.style7 {font-size: large}
.style8 {font-size: medium}
.style9 {font-size: small}
.style10 {font-size: x-small}
.style11 {font-size: xx-small}

.style12 {color: #061386}
h1 {
	font-size: small;
	color: #061386;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: large;
	color: #061386;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: small;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.glowingtabs{
float:left;
width:100%;
font-size: 18px;
line-height:normal;
border-bottom: 1px solid #0000FF; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 10px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(/images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(/images/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #000099; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{

width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000099; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #CCFFFF;
}
#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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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: 100; width: 100%; height: 500px; background-color: #000; }