
.bodyclass {
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-position: 0 122px;
	background-repeat: repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 991px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 20px;
	height: 500px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_right {
	width: 20px;
	height: 500px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}



/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 951px;
	height: 106px;
	float: left;
}

#quicklinks {
	width: 951px;
	height: 38px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 13px;
	text-transform: uppercase;
}

.quicklink {
	height: 38px;
	float: left;
	text-align: center;
}

.quicklink a {
	display: block;
	height: 38px;
	color: #ffffff;
	text-decoration: none;
}

.quicklink a span {
	display: block;
	height: 28px;
	padding-top: 10px;
	cursor: pointer;
}

.quicklink a:hover,
.quicklink a#current {
	background-image: url(../images/bg_quicklink_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #1e672b;
	text-decoration: none;
}

.quicklink a:hover span,
.quicklink a#current span {
	background-image: url(../images/bg_quicklink_on_span.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.quicklink_bar {
	width: 1px;
	height: 38px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	line-height: 0px;
}

#main {
	width: 930px;
	float: left;
	padding: 10px 11px 10px 10px;
	background-color: #ffffff;
	min-height: 580px;
}

/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 180px;
	float: left;
	padding: 0px 10px 10px 0px;
}

#navcontainer {
	width: 180px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 14px;
	list-style: none;
	margin: 0px 0px 4px 0px;
}

#navcontainer li a
{
	display: block;
	width: 162px;
	height: 24px;
	padding: 8px 9px 0px 9px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	color: #004208;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 3px 0px;
	margin: 0px;
}

#navcontainer li li
{
	font-size: 12px;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 162px;
	height: auto;
	padding: 3px 9px 0px 9px;
	text-decoration: none;
	background-image: none;
	color: #004208;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #62a65b;
}

#banners {
	width: 180px;
	float: left;
	padding: 10px 0px 0px 0px;
}

.navbanner {
	width: 180px;
	float: left;
	margin-bottom: 4px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cbTitle {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 7px 0px 5px 0px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
}

.cbBody {
	padding: 2px 0px;
	background-image: url(../images/bg_cb_body.gif);
	background-position: 0px 2px;
	background-repeat: repeat-x;
	min-height: 250px;
}

.cbRow {
	line-height: 10px;
}

.cbCol {
	padding-left: 4px;
	line-height: 0px;
}


/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#maincontent {
	width: 700px;
	float: left;
	background-image: url(../images/bg_maincontent.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 20px 20px 20px;
	min-height: 500px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}



/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 20px 10px;
	clear: both;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

