/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.6 Georgia, "Times New Roman", Times, serif;
	color: #0f4e2a; background: #5A7757 url(../images/main/page-bg.jpg) repeat center top;
}
img {
	border: none;
	vertical-align: bottom;
}
h1 {
	font-size: .9em;
	margin-bottom: .5em;
}
h2 {
	font-size: .8em;
}
p, ul, ol {font-size: .7em;
	margin-bottom: 1em;
}
ul, ol {margin-left: 1.5em;
}
a {text-decoration: underline;}
a:link {color: #0f4e2a;}
a:visited {color: #0f4e2a;}
a:hover {color: #B8BC90; text-decoration: none;}
a:active {color: #B8BC90; text-decoration: none;
}
/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 0 auto;
}
/**************** Header styles ****************/
#header {
	background-color: #fff;
	height: 247px;
}
/**************** Navigation styles ****************/
#navbar {
	background: url(../images/main/nav-bg.jpg) no-repeat left top;
	height: 73px;
}
#navbar ul {
	float: right;
	list-style: none;
	margin: 27px 113px 0 0;
	font-size: .75em;
	line-height: 1;
}
#navbar ul li {
	float: left;
	margin-right: 1.4em;
	padding-right: 1.4em;
	border-right: 1px solid #fff;
}
#navbar ul li.lastitem {
	border-right: none;
	margin-right: 0;
}
#navbar ul a:link, #navbar ul a:visited {color: #fff; text-decoration: none;}
#navbar ul a:hover, #navbar ul a:active {color: #0f4e2a;
}
/**************** Content styles ****************/
#maincontent {
	background-color: #E7E9E0;
	float: left;
	padding: 25px 40px 35px 40px;
	width: 900px;
	margin-bottom: 3px;
}
#leftcontent {
	float: left;
	width: 220px;
}
#centrecontent {
	float: left;
	width: 282px;
	margin: 0 25px;
}
#rightcontent {
	float: left;
	width: 284px;
}
#widerightcontent {
	float: left;
	width: 589px;
	margin-left: 25px;
}
.messagewrapper {
	border-left: 1px dotted #0f4e2a;
	padding-left: 15px;
	float: left;
	width: 574px;
	margin-bottom: 1em;
}
.messagewrapper p {
	margin-bottom: 0;
}
/**************** Footer styles ****************/
#footer {
	text-align: right;
	color: #fff;
}
#footer a:link, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover, #footer a:active {color: #B8BC90; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.marg0bottom {margin-bottom: 0;}
