@charset "utf-8";

a.menu:link {color:#FFFFFF; text-decoration:none;}
a.menu:visited {color:#FFFFFF; text-decoration:none;}
a.menu:hover {color:#a8a8a8; background-color:#FFD204; text-decoration:none;}

body {background-color:#646464;}

.wrapper {
	height: auto;
	width: 1000px;
	left: auto;
	top: auto;
	right: auto;
	margin: auto;
}
.header {
}
.navmenu {
	background-color:#0A6B40;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646464;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFD204;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	font-family:"Garamond", Times, serif;
}
.sidebar {
	z-index: 1;
	height: auto;
	width: 200px;
	float:right;
	position:relative;
	top:-44px;
}
.body {
background-color:#FFFFFF;
z-index: 0;
height:auto;
width: 1000px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
}
.bodytext {
	height:auto;
	z-index: 0;
	width:780px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
        color: #000000;
}


#navitems {
	a:link color:#FFFFFF;
	a:visited color:#FFFFFF;
	a:hover color:#646464 background-color:#A5E8F2 text-decoration:underline;
	}
