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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #e2dd94;
}
.titlegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
	line-height: 16px;
}
#wrapper #maincontent #sidepanel {
	padding: 15px;
}

#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
}
#maincontent  {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
}
#footer  {
	font-size: 10px;
	line-height: 12px;
	color: #669933;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}

a:link,  a:visited {
	color: #669933;
	text-decoration: underline;
}
a:visited, a:active {
	color: #669933;
	text-decoration: underline;
}
