/* -----------------------------------------------------Overall Styles */

body {
	margin: 0; padding: 0;
	background: #70a729; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
	text-align:center;
}
p {
	margin: 0 0 1em;
}

/* -----------------------------------------------------Container */

#container {
	width:803px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

/* -----------------------------------------------------Banner */

#banner {
	width:804px;
	height: 204px;
	text-align:left;
}

/* -----------------------------------------------------Navigation */

#topnav {
	width:803px;
	height: 41px;
	text-align:left;
}

/* -----------------------------------------------------Left Navigation */

.leftnavbutton {
	margin: 0px 0px 0px -1px;
}

.leftnavflash {
	margin: 0px 0px 0px 0px;
}

/* -----------------------------------------------------Center Navigation */

.equalstext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 15px;
	line-height: 150%;
	text-align: left;
}

.bodytext a:link {
	color: #c3c3c3;
	font-size: 15px;
	text-decoration: none;
}

.bodytext a:visited {
	color: #c3c3c3;
	font-size: 15px;
	text-decoration: none;
}

.bodytext a:hover {
	color: #70A729;
	font-size: 15px;
	text-decoration: none;
}

.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
}

.mediumtext a:link {
	color: #d0d0d0;
	font-size: 13px;
	text-decoration: none;
}

.mediumtext a:visited {
	color: #d0d0d0;
	font-size: 13px;
	text-decoration: none;
}

.mediumtext a:hover {
	color: #d0d0d0;
	font-size: 13px;
	text-decoration: underline;
}

.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 20px;
	margin: 0px 0px 5px -20px
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
}

.smalltext a:link{
	color: #c3c3c3;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.smalltext a:visited{
	color: #c3c3c3;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.smalltext a:hover{
	color: #70A729;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* -----------------------------------------------------Site Map */

#sitemapleft {
	width:200px;
	height:300px;
	margin-left:0px;
	float: left;
	text-align:left;
}

#sitemapright {
	width:200px;
	height:300px;
	margin-left:120px;
	float: left;
	text-align:left;
}

/* -----------------------------------------------------Footer */

#footer {
	width:803px;
	height: 14px;
	float: left;
	text-align:left;
}