* { margin: 0; padding: 0; }
img { border: 0; }
a { color: #0C4A20; text-decoration: none; }


body
{
	background: #FFF;
	color: #000;
	font-size: 70%;
	font-family: arial;
}

#headerCont
{
	width: 100%;
	height: 150px;
	background: #0F5B27 url('../images/background-headerCont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 150px;
	background: #0F5B27 url('../images/background-header.png') no-repeat;
}

#headerleft
{
	float: left;
	width: 550px;
	height: 150px;
}

#headerright
{
	float: left;
	width: 300px;
	height: 150px;
}

#logo
{
	width: 300px;
	height: 150px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/logo.png);
	display: block;
}

:hover#logo
{
	background-position: bottom left;
}

#menuCont
{
	width: 100%;
	height: 37px;
	background: #0F5B27;
	border-top: 1px solid #0C471F;
	border-bottom: 1px solid #0C471F;
}

#menu
{
	width: 850px;
	height: 37px;
	background: #0F5B27;
	margin: 0 auto;
}

#menutop
{
	width: 850px;
	height: 37px;
}

#menutop ul
{
	list-style-type: none;
}

#menutop ul li
{
	display: inline;
}

#menutop ul li a
{
	float: left;
	padding: 12px 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#menutop ul li a.active
{
	background: #126D30;
}

#menutop ul li a:hover
{
	background: #178E3E;
}

#graphicCont
{
	width: 100%;
	height: 145px;
}

#graphic
{
	margin: 0 auto;
	width: 850px;
	height: 135px;
	padding: 10px 0 0 0;
}

#contmain
{
	width: 100%;
	margin: 5px 0 0 0;
}

#main
{
	margin: 0 auto;
	width: 850px;
	line-height: 160%;
	font-size: 110%;
}

#mainfull
{
	width: 850px;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main ul
{
	margin: 0 0 15px 15px;
	list-style-type: none;
}

#main h1, h2, h3, h4, h5, h6, h7
{
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	font-size: 200%;
	font-weight: normal;
	color: #11682E;
	letter-spacing: -1px;
	border-bottom: 1px solid #DDD;
}

#main h1 span
{
	color: #17913F;
}

#mainleft
{
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

#mainleft img
{
	clear: both;
	float: left;
	margin: 5px 15px 5px 0;
	padding: 5px;
	border: 1px solid #AAA;
}

#mainright
{
	float: left;
	width: 235px;
	padding: 0 0 0 15px;
}

#mainright img
{
	margin: 0 0 12px 0;
}

#main #imagesleft
{
	float: left;
	width: 505px;
	margin: 5px 0 0 0;
}

#main #imagesright
{
	float: left;
	width: 345px;
	margin: 5px 0 0 0;
}

#main #imagesright img
{
	margin: 0 5px 5px 0;
}

#main #imagesright img.end
{
	margin: 0 0 5px 0;
}

#contleft
{
	float: left;
	width: 350px;
}

#contright
{
	float: left;
	width: 500px;
}

#footercont
{
	clear: both;
	width: 100%;
	color: #777;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	padding: 15px 0;
	text-align: right;
	border-top: 1px solid #CCC;
}

#footer a, a:hover
{
	color: #777;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0;
}

/* 404 Error Form */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 1px solid #CCC; padding: 5px; }
