body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.png);
}


a:link {color: #0033FF;text-decoration: none;}
a:visited {color: #000099;text-decoration: none;}
a:hover {color: #ff0000;text-decoration: none;}
a:active {color: #FF0000;text-decoration: underline;}
#header_wrap {
	background-color: #FFF;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	border-bottom: 3px solid #2C7A15;
	}


#header {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}
#wrap {
	width: 970px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

#menu {
	float: left;
	width: 220px;
	padding: 15px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	height: 500px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#menu ul {
	list-style-type: none;
	margin:0px;
	width: 100%;
	padding: 0px;
	border-top: 4px solid #A9D683;
	border-bottom: 5px solid #A9D683;
}
#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #A9D683;
	border-top-width: 1px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A9D683;
	border-right-color: #A9D683;
	border-left-color: #A9D683;
}
#menu ul li a{
	display: block;
	width: 180px;
	padding:8px 5px 8px 25px;
	margin: 0px;
	font-size: .9em;
}
#menu ul li a:link,#menu li a:visited{
	color: #2588C7;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;
	background-image: url(../images/menu_li_bg_f01.png);
}
#menu ul li a:hover,
#menu ul li a:active{
	color: #fff;
	text-decoration: none;
	background-color: #990000;
	background-image: url(../images/menu_li_bg_f02.png);
}
#menu ul li .current {
	color: #fff;
	text-decoration: none;
	background-color: #2D7A16;
}
#wrap #menu .contact p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#wrap #menu .contact {
	padding: 5px;
	border: 2px solid #54952A;
	margin-top: 10px;
}
#wrap #menu .contact h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #54952A;
}
#wrap #menu ul li .current {
	background-image: url(../images/menu_li_bg.png);
	background-position: 5px center;
background-repeat: no-repeat;
}
#wrap #menu ul li ul li .current{
	background-image: none;
	background-color: #333;
}
.pagetop{text-align:right;padding:5px 0;}


#content {
	width: 700px;
	float: right;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 0 7px 7px;
	font-size: large;
	color: #333333;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #A9D683;
	border-bottom-color: #ccc;
	background-color: #FFF;
}
#content h2 {
	font-size: medium;
	background-image: url(../images/bg_h2.png);
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #006633;
	color: #FFFFFF;
	padding: 5px 12px;
}
#content h3 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 20px;
}
#content h4 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#content p,
#content li ,
#content dd ,
#content dt ,
#content td ,
#content th 
{
	font-size: .95em;
	line-height: 150%;
}

#content th {
	background-color: #E4F7CD;
	font-weight: normal;
	text-align: left;
}

#pagetop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.new {
	font-size: 12px;
	color: #999999;
}
.topic {
	font-size: small;
}
#footer {
	clear: both;
	width:100%;
	text-align: center;
	font-size: small;
	color: #ffffff;
	background-color: #000000;
	padding: 7px 0px;
	margin: 30 0px 0;
	font-family: "Times New Roman", Times, serif;
}.right {
	float: right;
}
.em {
	font-size: large;
	font-weight: bold;
}
td.em{
	font-size: large;
	font-weight: bold;
}
.class01{margin: 0 0 20px 0;padding:0;}
.class01 table{margin:0;padding:0;border-collapse:collapse;}
.class01 th{
	margin:0;
	border:1px solid #666;
	font-weight: normal;
	padding:  8px;
}
.class01 td{
	margin:0;
	padding:4px;
	text-align:left;
	border:1px solid #666;
	font-weight: normal;
	background-color: #FFF;
}
.img_r {
	float: right;
	padding-left:10px;
	padding-bottom: 10px;
	font-size: small;
}
.img_l {
	float: left;
	padding-right:10px;
	padding-bottom: 10px;
	font-size: small;
}
