@charset "UTF-8";
body {
	background-color: #302b17;
}
#wrapper {
	position: relative;
	width:950px;
	margin:auto;
	background:#604e22;
	overflow:auto;
}
#leftbox {
	float:left;
	width:89px;
	margin:10px;
}
#innercontent {
	float:right;
	overflow:auto; /* make pay attention to height of floats inside it */
}
#mainheader {
	width:824px;
	height:30px;
	margin-top:10px;
	margin-left:5px;
	margin-right:7px;
}
#maincontent {
	overflow:hidden;
	width:830px;
	margin-top:10px;
	margin-right:10px;
}
#mainfooter {
	position: relative;
	bottom: 0;
	vertical-align:baseline;
	width:824px;
	margin-top:0px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
}

/* styles */

.bluetop {
	background-color: #2f5f54;
	height:8px;
}
.menubar {
	background-color: #829d20;
	height:26px;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 3px 15px 3px 15px;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 3px 15px 3px 15px;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF9;
	text-decoration: none;
	text-align: left;
	padding: 3px 15px 3px 15px;
	background-color: #a3c83d;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 3px 15px 3px 15px;
}
.whitehead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	padding: 15px 30px 15px 30px;
	color: #FFF;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	text-align: left;
	padding: 10px 30px 10px 30px;
	color: #FFF;
	line-height: 120%;
}
.copyrighttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFF;
}
.whitetextIT {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #FFF;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 500px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
.border {
	border: thin solid #94AB25;
}
