/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.1
	These styles need to be placed at the top of the style sheet
*/

ul.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
ul.menu li a {
	display: block;
}
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
ul.submenu li a {}
li.topfix {}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; }
* html ul.menu li a { height: 1%; }
/* End */

a.menu {
	position: absolute;
	visibility: hide;
}

/* 	===================== End Drop Down Menu Styles ===================== */
a.MainNav:visited, a.MainNav:link { 
	color: #ffffff; 
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;

	line-height: 36px;
	height: 100%;
	padding-left: 17px;
	padding-right: 17px;
}
a.MainNav:hover { 
	color: #ffffff; 
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	line-height: 36px;
	height: 100%;
	padding-left: 17px;
	padding-right: 17px;
}
a.MainNavActive:visited, a.MainNavActive:link, a.MainNavActive:hover { 
	color: #ffffff; 
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	line-height: 36px;
	height: 100%;
	padding-left: 17px;
	padding-right: 17px;
}


a.subnav:visited, a.subnav:link { 
	color: #265f37; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnav:hover { 
	color: #ba8f00; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnavActive:visited, a.subnavActive:link, a.subnavActive:hover { 
	color: #ba8f00; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
 

a.subnav2:visited, a.subnav2:link { 
	color: #265f37; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnav2:hover { 
	color: #ba8f00; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnav2Active:visited, a.subnav2Active:link, a.subnav2Active:hover { 
	color: #ba8f00; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}


.FinePrint {
	font-family: Arial; 
	font-size: 10px; 
	color: #87878a;
}
.FinePrint a:visited, .FinePrint a:link { 
	font-family: Arial; 
	font-size: 10px; 
	color: #87878a;
}
.FinePrint a:hover { 
	font-family: Arial; 
	font-size: 10px; 
	color: #a89a39;
}


.MainBodySmallRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}
.MainBodyBoldRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}




* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#3a403c;
	background: #000000 url('/images/background.jpg') no-repeat top center;
	width:100%;
	height:100%;
	margin: 0px;
	text-align: center;
}

table#document{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 977px;
}

table#window {
	background:  url('../images/window.png');
	background-repeat:repeat-y;
	width:977px;
	margin-top:25px;
}
table#container {
	width:931px;
	margin-left:21px;
	margin-right:25px;
}
<% If InStr(Request.ServerVariables("HTTP_USER_AGENT"), "MSIE 6") Then %>
* html table#document tr td table#window {
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/window.png', sizingMethod='scale');
	width:976px;
}
table#container {
	margin-left:10px;
	margin-right: 0px;
}
<% End If %>




table#navigation {
	width:931px;
}

tr#navigation{
	height:53px;
}
td#navigation{
background-color:#1d2120;
}

tr#landingflash{
 height:385px;
 

}
td#indexcontent{
	padding-bottom:35px;
}
td#landingflash{
	width:931px;
	background-color:#000000;


}

tr#innerflash{
 	height:225px;
}

td#innerflash{
	width:931px;
	background-color:#000000;

}

tr#innercontent{
	width:931px;
	height:445px;
}

td#leftpane{
	width:745px;
	padding-left:30px;
	padding-right:70px;
	padding-top:35px;
	padding-bottom:35px;
}

td#rightpane{
width:186px;
background-color:#1d2120;

}



p{
	margin-bottom:15px;
	line-height:16px;

}

td#footer{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	color:#8e8e7d;

}


#footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8e8e7d;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:normal;

}


ul{
margin-bottom:15px;
margin-left:30px;

}



a:link, a:visited, a:hover {
	position: relative;
}