body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #0D3327;
	font-size: 85%;
	font-family: arial;
}

img
{
	border: 0;
}

ul
{
	margin: 0 0 15px 0;
}

ul li
{
	margin: 0;
	padding: 0;
}

#contheader
{
	width: 100%;
	height: 125px;
	background: #124B3A;
	border-bottom: 1px solid #0E3A2D;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 125px;
}

#headerleft
{
	float: left;
	width: 425px;
	height: 125px;
}

#headerright
{
	float: left;
	width: 425px;
	height: 125px;
	background: #124B3A url('../images/background-headerright.png');
}

#contmenu
{
	width: 100%;
	height: 46px;
	background: #0E3A2D url('../images/background-contmenu.png') repeat-x;
	border-bottom: 1px solid #124B3A
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 46px;
	font-size: 90%;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 16px 10px 15px 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: #transparent;
}

#menu ul li a:hover
{
	background: #1C7157 url('../images/background-contmenu-hover.png') repeat-x;
}

#contmaintop
{
	width: 100%;
	height: 125px;
	margin: 15px 0;
}

#maintop
{
	margin: 0 auto;
	width: 850px;
	height: 125px;
	background: #CCC;
}

#contmain
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 850px;
	line-height: 160%;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#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: #1C6F54;
	letter-spacing: -1px;
	border-bottom: 1px solid #DDD;
}

#mainleft
{
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

#contactleft
{
	float: left;
	width: 240px;
}

#contactright
{
	float: right;
	width: 330px;
}

#mainleft img
{
	float: left;
	margin: 5px 15px 10px 0px;
}

#mainleft p strong
{
	clear: both;
}

#mainright
{
	float: left;
	width: 235px;
	padding: 0 0 0 15px;
}

.clear
{
	clear: both;
}

#mainright img
{
	margin: 0 0 12px 0;
}

#mainright ul
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 80%;
	list-style-type: none;
}

#mainright ul li a
{
	display: block;
	width: 205px;
	color: #333;
	padding: 5px 15px;
	text-decoration: none;
	background: #FFF;
	font-weight: bold;
}

#mainright ul li a:hover
{
	background: #1C7157 url('../images/background-contmenu-hover.png') repeat-x;
	color: #FFF;
}

#terms ul
{
	padding: 5px 5px 5px 25px;
}

#terms ul.terms li
{
	display: list-item;
	line-height: 20px;
	padding: 0px 0px 8px 0px;
	list-style-type: square;
}

#terms ul.num li
{
	display: list-item;
	list-style-type: lower-alpha;
}

#footercont
{
	clear: both;
	width: 100%;
	height: 50px;
	color: #777;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	height: 50px;
	font-size: 80%;
	border-top: 1px solid #CCC;
}

#footer a, a:hover
{
	color: #777;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footerleft
{
	float: left;
	width: 425px;
	height: 20px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 425px;
	height: 20px;
	padding: 15px 0;
	text-align: right;
}