body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #714D00;
	line-height: normal;
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #714D00;
	line-height: normal;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #714D00;
	line-height: normal;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #993300;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	font-weight:normal;
	color:#993300;
	text-transform:uppercase;
}

/* ######### Style for Top Navigation ######### */

.eml-tabs{
background: #862c2b url(images/nav-bg.jpg) left top repeat-x;
}

.eml-tabs ul{
padding: 5px 0 7px 0;
margin: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.eml-tabs li{
display: inline;
margin: 0;
}

.eml-tabs li a{
text-decoration: none;
padding: 0 10px 0 2px;
margin: 0;
border: 0;
font: bold 14px "Times New Roman", Times, serif;
color: #f3f3f3;
background: none;
}

.eml-tabs li a:visited{
color: #f3f3f3;
}

.eml-tabs li a:hover{
text-decoration: underline;
color: #FFCC00;
}

.eml-tabs li.selected{
}

.eml-tabs li.selected a{ /*selected main tab style */
color: #FFCC00;
border-bottom-color: white;
}

.eml-tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenu{
position:absolute;
top: 0;
border: 1px solid #b2673d; 
border-width: 0 1px;
line-height:14px;
z-index:100;
background-color: #862c2b;
width: 125px;
visibility: hidden;
}


.dropmenu a{
width: auto;
display: block;
font:normal 12px Arial, Helvetica, sans-serif;
border: 0 solid #918d8d;
border-bottom-width: 1px;
padding: 4px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenu a{ /*IE only hack*/
width: 100%;
}

.dropmenu a:hover{ 
color: #FFCC00;
text-decoration:underline;
}

/* ######### Style for LIGHTBOX ######### */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}