html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #47aa42;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

img, form, input, select, table, tr, td {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #47aa42;
	text-transform: uppercase;	
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

p, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: #017dc3;
	margin: 0px;
	padding: 0px;
}

a:active {
	text-decoration: underline;
	color: #017dc3;
	margin: 0px;
	padding: 0px;
}

a:visited {
	text-decoration: underline;
	color: #017dc3;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #017dc3;
	margin: 0px;
	padding: 0px;
}

#navi {
	width: 144px;
	float: left;
	margin-top: 189px;
	margin-left: 20px;
	margin-right: 16px;
	border-top: 1px solid #6bbf67;
}

.naviItem {
	border-bottom: 1px solid #6bbf67;
	text-align: center;
}

#navi a:link {
	line-height: 31px;
	color: #cff3cd;
	text-decoration: none;
	margin-left: -5px;
}

#navi a:active {
	line-height: 31px;
	color: #cff3cd;	
	text-decoration: none;
	margin-left: -5px;
}

#navi a:visited {
	line-height: 31px;
	color: #cff3cd;
	text-decoration: none;
	margin-left: -5px;
}

#navi a:hover {
	line-height: 31px;
	color: #f6fbf6;
	text-decoration: none;
	margin-left: -5px;
}

.naviActive {
	color: #f6fbf6;
}

#header {
	width: 710px;
	height: 80px;
	background-image: url(../images/header.jpg);
}

#site {
	width: 710px;
	height: 100%;
	float: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

#contentWrapper {
	width: 700px;
	float: left;
	padding-top: 36px;
	padding-left: 4px;
	padding-right: 6px;
}

.frontPageLeftPic {
	float: left;
	margin-top: -79px;
}

.frontPageContent {
	width: 355px;
	float: left;
	padding-left: 22px;
}

.frontPageRightPic {
	float: right;
	margin-top: -74px;
	margin-right: 23px;
}

.infoPageContent {
	width: 483px;
	float: left;
	padding-left: 40px;
}

.infoPageRightPic {
	float: right;
	margin-top: -73px;
	margin-right: 40px;
}

.textPageContent {
	width: 620px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}

#formCont {
	border-top: 1px solid #e3e5df;
}

.radiobtn_bg {
	background-image: url(../images/radiobtn_bg.jpg);
	background-repeat: no-repeat;
}
	
.dropdown {
	width: 296px;
	color: #000000;
}

.dropdown option {
	color: #000000;
	padding-left: 5px;
}

.textarea {
	width: 284px;
	height: 108px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

.textfield {
	width: 294px;
	height: 19px;
	color: #000000;
}

.fillin {
	color: #fb3f30;
}