body
{
	margin: 0px;
	padding: 0px;
	background: #b7d389;
	text-align: center;
}
#container
{
	font-size: 12px;
	font-family: arial, "sans-serif";
	width: 80%;
	min-width: 600px;
	margin: 0px auto 0px auto;
	color: #464646;
	background: #ffffff;
	padding: 5px;
	border-width: 0px;
	text-align: left;
}
#main
{
	margin-left: 180px;
}
#navigation
{
	float: left;
	clear: both;
	width: 172px;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	background: #77ac20;
	padding: 5px;
	margin: 0px;
}
h2
{
	font-size: 20px;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d2e5ee;
}
h3
{
	font-size: 18px;
}
h2,h3,h4,h5,h6
{
	color: #70aac5;
}
#address
{
	font-size: 12px;
	border: 1px solid #d2e5ee;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 3px 3px 3px 18px;
	background-image: url("images/addressbg.jpg");
	background-repeat: repeat-y;
}
#address p
{
	margin: 0px;
}
.header
{
	background: #70aac5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.headerimage
{
	width: 288px;
	height: 20px;
	margin: 0px;
}
.content
{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #d2e5ee;
	padding: 5px;
	margin: 0px;
}
.clear
{
	clear: left;
	visibility: hidden;
}
.clearr
{
	clear: right;
	visibility: hidden;
}
#navimage
{
	display: block;
	margin: 0px;
	width: 170px;
	height: 136px;
	border: 1px solid #abcc84;
}
.navlink:link, .navlink:visited, .navlink:active
{
	display: block;
	border: 1px solid #abcc84;
	padding: 1px 3px 1px 3px;
	color: #6C6d6b;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
	margin-top: 2px;
}
.navlink_em:link, .navlink_em:visited, .navlink_em:active
{
	display: block;
	border: 1px solid #abcc84;
	padding: 1px 3px 1px 3px;
	color: #C9C909;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
	margin-top: 2px;
}
.navlink:hover, .navlink_em:hover
{
	color: #ffffff;
	background: #b7d389;
}
strong, th
{
	color: #70aac5;
	font-weight: bold;
}
a:link
{
	color: #77ac20;
	text-decoration: none;
}
a:visited
{
	color: #339933;
	text-decoration: none;
}
a:hover, a:active
{
	color: #70aac5;
	text-decoration: none;
}
hr
{
	width: 90%;
	color: #d2e5ee;
}
ul
{
	list-style-type: disc;
}
ul ul
{
	list-style-type: circle;
}
.sitelinks
{
	font-size: 8pt;
}
input, textarea, select, button
{
	color: #464646;
	font-size: 10pt;
	background-color: #ffffff;
	border: 1px solid #abcc84;
}
table td
{
	vertical-align: top;
}