@charset "utf-8";
/* CSS Document */

#header {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	background-color: #42A703;
	float: left;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#content {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border: 3px solid #ffde00;
	padding-bottom: 10px;
}
#footer {
	clear: left;
	width: 885px;
	background-color: #42A703;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	color:#ffde00;
	font-size:12px;
	padding-right: 15px;
	height: 30px;
	padding-top: 5px;
}
#body {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	background-color:#42A703;
	border: 4px outset #666;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
}
body {
	background-color: #42A703;
}
a:link {
	color: #A94207;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A94207;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #A7A0A7;
	text-decoration: none;
}
#menu a:active {
	color: #A7A0A7;
	text-decoration: none;
}
#footer a:link {
	color: #ffde00;
	text-decoration: none;
}
#footer a:visited {
	color: #ffde00;
	text-decoration: none;
}
#footer a:hover {
	color: #A7A0A7;
	text-decoration: none;
}
#footer a:active {
	color: #A7A0A7;
	text-decoration: none;
}
.style1 {
	color:#A94207;
	font-size:14pt;
	font-weight: bold;
}
.style2 {
	color:#236400;
	font-weight:bold;
	font-size:10pt;
}
.style3 {
	color:#236400;
	font-size:10pt;
}
.style-black {
	color:#000000;
}
.stylebold {
	font-weight:bold;
}
.styleitalics {
	font-style:italic;
}
.styleitalicsbold {
	font-weight:bold;
	font-style:italic;
}