
.bodyclass {
	color: #333333;
	background-color: #bfbfbf;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

/************************* main *********************/
#mainframe {
	width: 878px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 5px 3px 5px;
}

#main {
	width: 878px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: top;
	background-repeat: repeat-y;
	border-bottom: 3px solid #00ce00;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 878px;
	height: 63px;
	float: left;
	border-bottom: 3px solid #00ce00;
}

#header_logo {
	width: 224px;
	height: 63px;
	float: left;
}

#header_date {
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 47px;
	color: #666666;
}

/*************************** navigation **************************/
#navigation {
	width: 159px;
	float: left;
	padding: 20px 0px 170px 2px;
	margin: 0px;
}

#navcontainer {
	width: 159px;
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 13px;
	margin-bottom: 4px;
}

#navcontainer li a {	
	display: block;
	width: 154px;
	padding: 7px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #009900;
	background-image: url(../images/bg_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navcontainer ul ul  {
	list-style: none;
	margin:  0px;
	padding: 2px 0px 0px 0px;
}

#navcontainer li li {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
}

#navcontainer li li a {	
	display: block;
	border: none;
	padding: 1px 5px 1px 0px;
	width: 154px;
	color: #333333;
	text-decoration: none;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #666666;
	background-image: none;
}

#banners {
	width: 154px;
	float: left;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 7px;
	float: left;
}

#headerimage {
	width: 710px;
	float: left;
	margin-top: 4px;
}
	
/*************************** container *************************/
#container {
	width: 685px;
	float: left;
	padding-left: 12px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	padding: 2px 0px 10px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

	
/*************************************** footer ****************************************/
#bottom {
	position: relative;
	clear: both;
	width: 888px;
	height: 1px;
}

#navbottom {
	position: absolute;
	left: 7px;
	top: -171px;
}

#footer {
	width: 888px;
	float: left;
	padding-top: 15px;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#grip {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
