body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #464646;
	font-family: times, georgia, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #96a295;
}

h1 {
font-family: times, georgia, arial, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#error {
font-family: times, georgia, arial, sans-serif;
font-size: 12px;
color: red;
text-decoration: none;
font-weight: bold;
}

a {
font-family: times, georgia, arial, sans-serif;
font-size: 13px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: green;
	text-decoration: none;
}

#container
{
	background-color: #FFFFFF;
	width: 900px;
	/* height: 700px;*/
	min-width: 500px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	/* this line centers the page container*/
	margin: 0 auto;
	border-style: solid;
	border-color: #000000;
	/*border-width: 3px,1px,3px,1px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:left;
}

#topnav
{
	position:relative;
	left:25px;
	width: 850px;
	height: 20px;
	background-color: #e9e9e9;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#banner
{
	position:relative;
	left:25px;
	width: 800px;
	height: 130px;
	background-color: #8dba89;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainnav
{
	position:relative;
	left:25px;
	width: 852px;
	height: 20px;
	background-color: #8dba89;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#contentarea
{
	position:relative;
	left:25px;
	width: 850px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
}

#contentinner
{
	left:20px;
	width: 700px;
	/*height: 400px;*/
	background-color: #e9e9e9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
}

#indent
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

</style>