html, body {
	margin: 0;
	padding: 0;
	background:#235624;
	color:#242424;
	font-family: Segoe UI,Verdana,Arial,sans-serif;
	font-size: 13px;
}
#menu {
	margin: 0px auto 0px auto;
	padding: 7px;
	background: #235624;
	font-size: 13px;
	border: 1px solid #dfdfdf;
	border-left-style: none;
	border-right-style: none;
	text-align: center
}
#menu .menu_item {
	padding: 5px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 1px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #235624;
	-webkit-text-size-adjust: none;
}
#menu .menu_item:hover {
	color: #d9fa00;
	background: #028c01;
	border:1px solid #028c01;
}
#menu #current
{
	color: #d9fa00;
	background: black;
	border:1px solid black;
}
#content {
	margin: 3px auto 0 auto;
	background:#028c01;
	width:980px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #dfdfdf;
}
#content .banner {
	width:980px;
	height: 84px;
}

#content .right {
	float:right;
}

#content .banner .share{
	position: absolute;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#content .banner .logo{
	position: absolute;
	float: left;
	margin-top: 5px;
	margin-left: 330px;
}


#content .title {
	margin: 10px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
}
#content .ba {
	font-weight: bold;
}
#content .sub_title {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
#content .sidebar {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 180px;
	font-size: 12px;
	float: right;
	background: #fefefe;
	border: 1px solid #32a530;
	padding: 6px 9px 6px 9px;
}

#content .sidebar-s {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	width: 160px;
	font-size: 12px;
	float: right;
	background: #fefefe;
	border: 1px solid #32a530;
	padding: 6px 9px 6px 9px;
}

#content .text {
	padding: 5px 20px 10px 20px;
	background: #eefeef;
}

#content .question {	
	color:#028c01;
}

#content p {
	margin: 0px;
}
#footer {
	font-size: 11px;
	margin: 5px auto 10px 10px;
	width:980px;
	line-height: 19px;
	color: #ffffff;
	-webkit-text-size-adjust: none;
}
#footer .bar {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}
#footer a {
	color: #ffff00;
	text-decoration: none;
}
#footer a:hover {
	color: #dddddd;
}
img {
	border: 0;
}
a {
	color: #235624; 
	text-decoration: none; 
}
a:hover { 
	color: #db6d16;
}
.caption {
	font-size: 12px;
}
.note {
	color: #db6d16;
	font-weight: bold;
}
ul {
	margin-left: 0px;
	padding-left: 15px;
}
h1 {
	margin: 10px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
	display : inline;
}
h2 {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	display : inline;
}
td {  
	padding:4px;
	border-left: 1px solid #235624;
	border-top: 1px solid #235624;
}
table {  
	border-right: 1px solid #235624;
	border-bottom: 1px solid #235624;
	border-collapse: collapse;
}
hr {
	border: 1px solid #235624;
}