body {
	background-color: #78a22e;
	margin: 0px;
}
body, div, td, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
}
input, form, textarea {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
a {
	color: #3b3b3b;
	text-decoration: none;
}
a:hover {
	color: #3b3b3b;
	text-decoration: underline;
}
#header {
	width: 100%;
	height: 108px;
	background-color: #f8f8f8;
	background-image: url(gfx/header_bg.png);
	background-repeat: repeat-x;
}
#top {
	padding-top: 15px;
	padding-bottom: 16px;
	height: 144px;
	background-color: #5a7d1c;
}
#topbox {
	height: 114px;
	background-image: url(gfx/top_green_bg.png);
	background-repeat: repeat-x;
}
#main {
	background-color: #78a22e;
}
#maincontent {
	background-color: #ffffff;
}
#footer {
 	margin-top: 15px;
	width: 100%;
	height: 44px;
	background-color: #5a7d1c;
}
.hr {
	border-top: 1px #dcdcdc solid;
	margin: 5px 0px 5px 0px;
}
.headerlink, .headerlink a {
	font-family: "Avant Garde", Arial, sans-serif;
	font-size: 10px;
	color: #5c5c5c;
}
.headerlink a:hover {
	color: #bebebe;
	text-decoration: none;
}
.topheadline {
	font-family: "Avant Garde Demi", Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}
.toptext {
	font-family: "Avant Garde", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.menu {
	font-size: 11px;
}
.headline {
	font-family: "Avant Garde", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #727272;
	margin: 0;
	margin-bottom: 8px;
}
.subheadline {
	color: #517d1c;
	font-style: italic;
	margin-bottom: 9px;
}
.buttonlink {
	padding-top: 5px;
}
.buttonlink, .buttonlink a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
}
.buttonlink a:hover {
	color: #c2c2c2;
}
.buttonlink img {
	vertical-align: top;
}
.footer, .footer a {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #809851;
}
.footer a:hover {
	color: #a0b971;
}
.extra {
	background-color: #eeeeee;
	margin-bottom: 12px;
}