body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #93C99C url(/images/bg.jpg) left bottom repeat-x;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background: #93C99C url(/images/headerBG.jpg) left top repeat-y;
}
#logo {
	position: relative;
	top: 20px;
	left: 25px;
	xmargin: 20px 0 0 25px;
}
#headimage {
	width: 100%;
	height: 120px;
	background: url(/images/header.gif) right top no-repeat;
}
#menu {
	margin: 120px 0 0 180px;
	background: #448650 url(/images/menu.gif) left bottom repeat-x;
	width: 100%;
}
body>#menu {
	width: auto;
}
#menu a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	border-left: solid 1px #AEC779;
	border-right: solid 1px #10591E;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: #FBD162 url(/images/menuH.gif) left bottom repeat-x;
	color: #000000;
}
#menuclear {
	clear: both;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
}
.popmenu a {
	display: block;
	width: 170px;
	background: #4E8E5A;
	padding: 3px 3px 3px 10px;
	font-size: 100%;
	font-weight: bold;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.popmenu a:hover {
	background: #FFBF0F;
	color: #000000;
}
#sidebar {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 180px;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu p {
	margin: 0;
	padding: 1px 3px 1px 13px;
	border-bottom: solid 2px #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background: #64AD5E;
}
#submenu a {
	display: block;
	padding: 4px 3px 4px 5px;
	border-bottom: solid 2px #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	width: 180px;
	background: url(/images/submenuH.jpg) repeat-y;
}
#submenu .current {
	background: url(/images/submenuH.jpg) repeat-y;
}
#submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li li a {
	padding: 1px 3px 1px 13px;
	font-weight: normal;
	background: none;
}
#submenu li li li a {
	padding: 1px 3px 1px 21px;
	font-weight: normal;
}
#sidebar>#submenu a {
	width: auto;
}
#submenu a:link {
	text-decoration: none;
}
#submenu a:visited {
	text-decoration: none;
}
#submenu a:hover {
	background: url(/images/submenuH.jpg) repeat-y;
}
#sidebar #contact {
	margin: 20px 3px 10px 14px;
}
#sidebar #contact p {
	margin: 5px 0 0 0;
}
#sidebar .button {
	margin: 20px 0 10px 14px;
	background: url(/images/login.gif) left top no-repeat;
}
#sidebar .button a {
	display: block;
	width: 120px;
	height: 22px;
	text-align: center;
	color: #551051;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border: none;
}
#sidebar .button a:link, #sidebar .button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar .button a:hover {
	color: #000000;
	background: url(/images/loginH.gif) left top no-repeat;
}
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
#content {
	background: #FFFFFF;
	color: #333333;
	margin: 0 0 0 180px;
	padding: 15px 200px 10px 35px;
}
#content h1 {
	font-size: 130%;
	color: #10591E;
	margin-top: 0;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 120%;
	color: #10591E;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #10591E;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 120%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 110%;
	color: #10591E;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #10591E;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #10591E;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color: #FFBF0F;
}
#content td {
	font-size: 0.8em;
}
#features {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 180px;
}
.feature {
	margin: 0 0 10px 0;
	background: #F7E1B0;
	color: #00000;
	border: solid 2px #10591E;
}
.feature h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.feature h2 a {
	display: block;
	background: #10591E;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #FFBF0F;
}
.feature h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.feature p {
	font-size: 100%;
	padding: 5px 5px 0 5px;
	margin: 0;
}
.feature p.more {
	text-align: right;
	padding: 0 5px 5px 5px;
}
.feature p a:link, .feature p a:visited {
	color: #10591E;
	text-decoration: none;
}
.feature p a:hover {
	color: #93C99C;
}
#footer {
	width: 100%;
	xpadding-top: 22px;
}
#footer table {
}
#footer td {
	font-size: 0.7em;
	color: #000000;
	padding: 5px 5px 5px 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
