@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.maintextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477926;
	font-weight: normal;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #477926;
	font-weight: bold;
}
.maintextheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.smallmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footertextgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	color: #477926;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #477926;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #477926;
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active {
	color: #477926;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#header {
	position:relative;
	width:960px;
	height:142px;
	background:url(images/header.jpg) no-repeat;
}
#topnav {
	position:absolute;
	width:640px;
	top:98px;
	/*left:320px;*/
	right:0;
	border:none;
	border-collapse:collapse;
}
#topnav td {
	text-align:right;
}
#topnav a {
	font-family:"Times New Roman", Times, serif;
	color:#ddcc55;
	font-size:18px;
	padding:8px 20px;
}
#topnav a:hover {
	text-decoration:none;
	background:#2F5019;
	color:#ffee77;
}
