/********************* general ********************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.bodyclass {
	background-color: #33582d;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 27px;
}

/********************* main container ***************/
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
}

#maintop {
	width: 900px;
	height: 12px;
	float: left;
	line-height: 0px;
	background-image: url(../images/body_top.gif);
	background-repeat: no-repeat;
}

#mainbottom {
	width: 900px;
	height: 12px;
	float: left;
	line-height: 0px;
	background-image: url(../images/body_bottom.gif);
	background-repeat: no-repeat;
}

#maincontainer {
	width: 876px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #ffffff;
}

#headermenu {
	width: 876px;
	float: left;
	height: 45px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}

#date {
	color: #ffffff;
	padding-left: 3px;
	padding-top: 16px;
}

#date a,
#date a:hover {
	color: #ffffff;
	text-decoration: none;
}

#headerimage {
	width: 876px;
	height: 91px;
	float: left;
	margin-top: 6px;
}

#printheader {
	display: none;
	visibility: hidden;
}

#addressbar {
	width: 876px;
	float: left;
	height: 45px;
	background-image: url(../images/bg_headeraddress.gif);
	background-repeat: repeat-x;
}

#address {
	color: #cfe2ce;
	padding-left: 8px;
	padding-top: 16px;
	font-size: 12px;
	font-weight: bold
}

#blackbar {
	background-image: url(../images/bg_blackbar.gif);
	background-repeat: repeat-x;
	width: 876px;
	height: 10px;
	line-height: 0px;
	float: left;
	margin-top: 1px;
	margin-bottom: 4px;
}

#container {
	width: 876px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	margin-bottom: 2px;
}

#maincontent {
	width: 657px;
	float: right;
	margin-bottom: 10px;
}

#spacebar {
	width: 10px;
	float: left;
}
#navcontainer {
	width: 197px;
	float: left;
	padding: 0px;
	margin:0px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style:none;
	margin: 0;
	font-weight: bold;
}

#navcontainer li a
{
	display:block;
	padding: 10px 2px 1px 7px;
	color:#282828;
	text-decoration: none;
	width: 188px;
	height: 19px;
	background: none;
	border-bottom: 1px solid #5b5b59;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color:#feffff;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: #e0dace;
}

#navcontainer li li
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#navcontainer li li a
{
	display:block;
	padding: 0px 2px 0px 12px;
	color:#534c42;
	text-decoration: none;
	width: 173px;
	border: none;
	background: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color:#534c42;
	font-weight: bold;
	border: none;
	background: none;
}

#grip {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 10px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
