#outter {
	width: 934px;
	margin: auto;
	background: url(../images/bbg.gif) repeat-y;
}

#inner {
	width: 900px;
	margin: 0 17px;;
}

#header {
	width: 900px;
	height: 160px;
	background-color: #ccc;
}
#header .htop {
	width: 900px;
	height: 20px;
	color: #fff;
	background-color: #304838;
}
#header .htop .hdate {
	margin: 2px 0 0 10px;
	float: left;
}
#header .htop .hmenu {
	margin: 1px 5px 0 0;
	float: right;
}
#header .htop .hmenu a.mainlevel {
	padding: 0 4px;
	font-weight: normal;
	color: #fff;
}
#header .htop .hmenu a.mainlevel:hover {}
#header .hlogo {
	width: 900px;
	height: 140px;
	background: url(../images/headbg.gif) repeat-x;
}
#header .hlogo img { margin: 42px 0 0 40px }

#mainmenu {
	width: 900px;
	height: 35px;
	padding-top: 5px;
	background: url(../images/mmenubg.gif) repeat-x;
}
#mainmenu a.mainlevel {
	height: 34px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	color: #fff;
	background-color: #469933;
	display: block;
	float: left;
}
#mainmenu a.mainlevel:hover, #mainmenu a.mainlevel#active_menu {
	text-decoration: none;
	color: #469933;
	background-color: #fff;
}

#pathway {
	margin: 10px;
	color: #666;
}
#pathway a {
	font-weight: normal;
	color: #666;
}

#body {
	width: 900px;
	padding: 10px 0;
}
#body .bleft {
	width: 189px;
	padding: 0 10px;
	border-right: 1px solid #eee;
	float: left;
}
#body .bleft a.mainlevel, #body .bleft a.sublevel {
	width: 169px;
	height: 26px;
	line-height: 24px;
	margin-bottom: 1px;
	padding-left: 10px;
	color: #fff;
	background-color: #469933;
	border-right: 10px solid #060;
	display: block;
}
#body .bleft a.mainlevel:hover, #body .bleft a.sublevel:hover {
	text-decoration: none;
	background-color: #060;
	border-right: 10px solid #060;
}
#body .bleft a.sublevel {
	width: 159px;
	margin-left: 6px;
}
#body .bleft .blmod { margin-top: 15px }
#body .bleft .blmod table.moduletable {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: #f5fff2 url(../images/blmodbg.gif) top repeat-x;
}
#body .bleft .blmod table.moduletable th {
	height: 30px;
	line-height: 26px;
	padding: 0 5px 5px 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #060;
	border-top: 5px solid #060;

}
#body .bleft .blmod table.moduletable td { padding: 0 5px }
#body .bright {
	width: 690px;
	float: right;
}
#body .bright .brmain {
	margin: 0 10px;
	font-size: 12px;
	float: left;
}
#body .bright .brmain a { font-size: 11px }
#body .bright .brright {
	width: 179px;
	padding: 0 10px;
	border-left: 1px solid #eee;
	float: right;
}
#body .bright .brright table.moduletable {
	width: 100%;
	margin-bottom: 15px;
}
#body .bright .brright table.moduletable th {
	height: 28px;
	line-height: 26px;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
	color: #fff;
	background: url(../images/brrightthbg.gif) repeat-x;
}
#body .bright .brright table.moduletable td {
	padding: 5px 10px;
	color: #ccc;
	background-color: #060;
}
#body .brightbot {
	width: 670px;
	margin: 20px 10px 0 10px;
	color: #ccc;
	background-color: #060;
	border-top: 5px solid #6cc558;
	float: right;
}
#body .brightbot ul { color: #fff }
#body .brightbot a { color: #ccc }
#body .brightbot table.moduletable th {
	padding: 5px 0 10px 0;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
#body .brightbot .brbleft{
	width: 315px;
	padding: 0 10px 10px 10px;
	float: left;
}
#body .brightbot .brbright{
	width: 315px;
	padding: 0 10px 10px 10px;
	float: right;
}

#footer {
	width: 900px;
	padding: 10px 0;
	color: #ccc;
	background-color: #304838;
}
#footer p { margin: 0 5px 0 0 }
#footer a { color: #fff }
#footer .fmenu { color: #fff }

#bottom {
	width: 934px;
	height: 20px;
	margin: auto;
	background: url(../images/botmbg.gif) no-repeat;
}