
.bodyclass {
	color: #010101;
	background-color: #eff2e3;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 913px;
	margin-left: auto;
	margin-right: auto;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 913px;
	height: 194px;
	float: left;
	margin-bottom: 14px;
}

/************************* main *********************/
#main {
	width: 913px;
	float: left;
	background-color: #ffffff;
}

#main_top {
	width: 913px;
	float: left;
	background-image: url(../images/bg_main_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 12px;
}

#main_bottom {
	width: 913px;
	float: left;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}

/*************************** navigation **************************/
#navigation {
	width: 181px;
	float: left;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}

#navcontainer {
	width: 181px;
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 11px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#navcontainer li a {	
	display: block;
	width: 153px;
	padding: 9px 14px 9px 14px;
	color: #72716c;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #72716c;
	text-decoration: none;
	background-image: url(../images/bg_menu1_on.gif);
}

#navcontainer ul ul  {
	list-style: none;
	margin:  0px;
	padding: 2px 0px 5px 14px;
}

#navcontainer li li {
	font-size: 11px;
	margin: 0px;
	text-transform: none;
}

#navcontainer li li a {	
	display: block;
	border: none;
	padding: 4px 0px 0px 0px;
	width: 167px;
	color: #242021;
	text-decoration: none;
	background-image: none;
	border-bottom: 1px solid #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #979a8d;
	text-decoration: none;
	background-image: none;
	border-bottom: 1px solid #8e8d85;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 20px;
	float: left;
}

/********************** homepage ********************/
.cb_large {
	background-image: url(../images/bg_cb_large.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 15px 19px 15px;
}
	
.cb_small {
	background-image: url(../images/bg_cb_small.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}
	
/*************************** container *************************/
#container {
	width: 687px;
	float: left;
}

/*************************************** footer ****************************************/
#footer {
	width: 913px;
	float: left;
	margin-top: 14px;
	padding-top: 16px;
	padding-bottom: 10px;
	color: #fcffff;
	font-size: 11px;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer_left {
	width: 320px;
	float: left;
	padding-left: 12px;
}

#footer_right {
	width: 500px;
	float: right;
	text-align: right;
	padding-right: 12px;
}

#grip {
	clear: both;
	text-align: center;
	padding: 30px 0px 10px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

