@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 4px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A950;
	border-right-color: #00A950;
	border-bottom-color: #00A950;
	border-left-color: #00A950;
}
#maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A950;
	border-right-color: #00A950;
	border-bottom-color: #00A950;
	border-left-color: #00A950;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #00CB5F;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	margin-top: 0px;
}
#navigationmenu {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	list-style: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#headcontact {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #00A950;
	text-align: right;
	display: block;
	margin-right: 50px;
}
#navcurrent {
	background-color: #00A950;
}
.floatright {
	clear: left;
	float: right;
	margin: 10px;
}
.floatleft {
	margin: 10px;
	float: left;
}
#navigationmenu  a  {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#navigationmenu a:hover {
	color: #70EDFF;
	text-decoration: none;
}

