html, body {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px/140% Verdana, Arial, sans-serif;
	background-color: #ffffff;
	color: #000;
}

#wmPage {
	width: 850px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#wmHeader {
	width: 850px;
	height: 185px;
	background-image: url(/data/pics/37_0.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#wmBody {
	width: 850px;
}

#wmBodyLeft {
	float: left;
	width: 250px;
}

#wmBodyRight {
	padding-top: 5px;
	float: right;
	width: 598px;
	border: 1px solid #ffffff;
}
#wmBodyRight {
	text-align: left;
	background-color: #ffffff;
	color: #000;
}

#wmBodyClose {
	clear: both;
}

#wmNavSub ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
}

#wmNavSub ul li {
}

#wmNavSub ul li a {
	display: block;
	width: 230px; /*IE*/
	padding: .4em .8em .4em .8em;
	text-decoration: none;
	margin-right: 1px;
	font-weight: normal;
	color: ;
	border-bottom: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
}

#wmNavSub ul li a.sub {
	padding-left: 1.6em;
	padding-right: 0;
}

#wmNavSub ul li a:hover,
#wmNavSub ul li a:active,
#wmNavSub ul li a.active {
	font-weight: bold;
	background-color:#eeeeee;
	color:#000;
}

#wmBodyBottom {
	padding: 0 10px 0 10px;
	border-top: 1px dotted #ffffff;
}

#wmContent1 {
	padding: 1px 10px 0 10px;
	border-bottom: 1px solid #ffffff;
}

#wmContent2 {
	padding: 10px;
}


hr {
	border-color: #000;
	background-color: #000;
}

/* Editor */
.wmEditorContentArea_content {
	background-color: #ffffff !important;
	color: #000 !important;
}
.wmEditorContentArea_content2 {
	background-color: #ffffff !important;
	color: #000 !important;
}