html, body { 
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #80a612;
	vertical-align: middle;
}

*:focus {
	outline: none;
}

p {
	margin-top: 0;
	/*margin: 0;*/
}

.top_title {
	background-image: url(../images/top_title.jpg);
	background-repeat: no-repeat;
}

.menu_edge_left {
	background-image: url(../images/menu_edge_left.jpg);
	background-repeat: no-repeat;
}

.menu_bg {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
}

.menu_edge_right {
	background-image: url(../images/menu_edge_right.jpg);
	background-repeat: no-repeat;
}

.menu_bottom {
	background-image: url(../images/bottom_menu.jpg);
	background-repeat: no-repeat;
}

.menu_content {
	font-family: arial;
	text-decoration: none;
	font-size: 11px;
	color: #2d1352;
}

.menu_treenode {
	color: #2d1352;
	text-decoration: none;
}

.menu_treenode:hover {
	color: #2d1352;
	text-decoration: none;
	background-color: #d9deb6;
}

.menu_mainnode {
	font-weight: bold;
	color: #2d1352;
	text-decoration: none;
}

.menu_mainnode:hover {
	color: #2d1352;
	text-decoration: none;
	background-color: #d9deb6;
}

.menu_nodebg:hover {
	background-color: #d9deb6;
}

.content_top {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
}

.content_bg {
	background-color: #FFFFFF;
	background-image: url(../images/content_watermark.jpg);
	background-repeat: no-repeat;
}

.content_title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#2d1352;
}

.content_subtitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#2d1352;
}

.content_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#2d1352;
}

.content_img_left {
	margin: 0px 15px 10px 0px;
	float: left;
}

.content_img_right {
	margin: 0px 0px 10px 10px;
	float: right;
}

.content_bottom {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
}

.content_line {
	background-color: #d9deb6;
}
.right_top {
	background-image: url(../images/right_top.jpg);
	background-repeat: no-repeat;
}

.right_middle {
	background-image: url(../images/right_middle.jpg);
	background-repeat: no-repeat;
}

.right_bottom {
	background-image: url(../images/right_bottom.jpg);
	background-repeat: no-repeat;
}
.subpage_item {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #475300;
}

