body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1E3CE;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	}
	
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	font-family: tahoma, verdana;
	font-size: 12px;
	line-height: 15px;
	color: #fffff;
}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; color: #E1E3CE
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; color: #CCCCCC
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-decoration:none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #D47824;
	}
	
.orangetext {
	color: #CC6600;
	}
	
.ratead {
	background-attachment: fixed;
	background-image: url(images/ratead.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	}
	
.style1 {
	color: #E1E3CE;
	}
	
.style2 {
	color: #F6D144;
	}
	
a.tabtop {
	font-family:helvetica;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color: #FFCC00;
	text-decoration:none;
}

a:hover.tabtop {
	font-size: 14px;
	line-height: 20px;
	color: #D47824;
}

a.tabtop2 {
	font-family:helvetica;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration:none;
}

a:hover.tabtop2 {
	font-size: 14px;
	line-height: 20px;
	color: #D47824;
}
	
/*New drop stuff*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

.dropdownmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
text-align:left;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #333333;
width: 300px; /* default width for menu */\
padding-top:2px;
}

.dropdownmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownmenu ul li a{
background:#333333;
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0px 1px 5px;
text-decoration: none;
font-weight: normal;
}

.dropdownmenu a:hover{ /*hover background color*/
color: #D47824;
}

.dropdownmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.dropdownmenucols li{
padding-bottom: 3px;
}

.dropdownmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.dropdownmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #transparent;
visibility: hidden;
}

h1 {
	font-family: tahoma;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	color: #EAEAEA;
	font-size:22px;
	line-height:22px;
	}
	
h2 {
	font-family: helvetica;
	font-weight:bold;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:0px;
	color: #D47824;
	font-size:16px;
}
	
h3 {
	font-family: tahoma;
	font-weight:bold;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:5px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a{
	font-family: tahoma;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	color: #4A6703;
	font-size:14px;
	}
	
h3 a:hover{
	font-family: tahoma;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	color: #BCC7DC;
	font-size:14px;
	}
	
h4 {
	line-height:12px;
	font-family: tahoma;
	font-weight:normal;
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	color: #ffffff;
	font-size:14px;
	background:#004990;
	border-top:2px #D47824 solid;
	}
	
h5 {
	font-family: tahoma;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #D47824;
	}
	
h6 {
	vertical-align:top;
	text-align:left;
	font-size: 12px;
	line-height: 13px;
	padding:2px;
	background:#11438A;
	color:#FFFFFF;
	}

