body {
	margin: 0;
	background: #FFFFFF url(images/bg.gif) repeat-y center top;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
}

#masthead {
	position: absolute;
	left: 50%;
	top: 0;
	width: 579px;
	height: 119px;
	margin-left: -340px;
	background: #FFFFFF url(images/masthead.gif) no-repeat left top;
	z-index: 1000;
}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 715px;
	height: auto;
	margin-left: -340px;
	overflow: visible;
}

#content {
	position: relative;
	left: 0;
	top: 0;
	float: left;
	width: 530px;
	height: auto;
	padding: 178px 85px 2em 18px;
	margin-top: -27px;
	font-size: 80%;
	line-height: 150%;
	z-index: 300;	
}
	#container > #content { width: 445px; padding-right: 0; }


#menu {
	position: absolute;
	left: 50%;
	top: 0;
	width: 110px;
	height: auto;
	padding: 178px 10px 0 0;
	margin-top: -2.5em;
	margin-left: 255px;
	font-size: 80%;
	z-index: 400;
}

#menu p {
	display: block;
	font-weight: bold;
	color: #416315;
	border-right: 1px solid #8cc63f;
	border-bottom: 1px solid #8cc63f;
	padding: 0 6px 6px 2px;
	margin-bottom: .2em;
	
}

#submenu p {
	font-weight: normal;
	border: 0;
	padding-bottom: 0;
	margin-top: .7em;
	margin-bottom: 0;
	font-size: 90%;	
}

#topnav {
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: 255px;
	width: 100px;
	font-size: 70%;
	font-weight: bold;
	z-index: 500;	
}

#footer {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	clear: both;
	width: 445px;
	height: auto;
	padding: 0 0 10px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	z-index: 500;	
}
	#footer a { white-space: nowrap; padding-right: .5em; }

td { font-size: 80%; }

h1 {
	margin-top: -.1em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: normal;
	line-height: 130%;
	color: #8cc63f;
}
	h1 a { color: #8cc63f; }
	#content h1 a { text-decoration: none; }
	#content h1 a:hover { text-decoration: underline; }

h2, h3 {
	font-size: 180%;
	line-height: 125%;
	color: #554840;
}
	h2 a, h3 a { color: #554840; }
	#content h2 a, #content h3 a { text-decoration: none; }
	#content h2 a:hover, #content h3 a:hover { text-decoration: underline; }

h4 {
	margin: 1.8em 0 -.6em;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	font-size: 125%;
}

ul.green {
	margin-left: 0; padding-left: 15px;
	color: #8cc63f;
}
	ul.green li { margin-bottom: 1em; }
	ul.green span { color: #333333; }

em, .em td { font-weight: 500; font-style: normal; color: #3d6b00; }

.right {
	float: right;
	margin: 0 -80px 4px 20px;
}

.left {
	float: left;
	margin: 0 20px 4px 0;
}

.large {
	padding-right: .1em;
	font-size: 180%;
	font-weight: bold;
	color: #8cc63f;	
}

.small { font-size: 80%; }

.nowrap {
	white-space: nowrap; 
}

input, textarea {
	padding: 2px;
	width:300px;
	font: 90% Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;
}

.formlabel {
	margin-top: 2em;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

.formbutn {
	width: auto;
	margin: 2em 20px 10px 0;
	padding: 2px 4px;
	background-color: #d3d683;
	border-color: #ffffff;
	border-width: 1px;
	border-style: outset;
	font: 90% bold Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	cursor: pointer;
}

.formbutn:hover {
	background-color: #c4df9b;
}

a {
	text-decoration: none;
	color: #416315;
}
	#submenu a:hover, #content a { text-decoration: underline; }

a:hover {
	color: #8cc63f;
}
