body {
	background-color: #fff;
	margin: 0px;
	background-image: url("headerbody.png");
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration: none;
	color: #000;
}

#head {
	height: 54px;
	width: 775px;
	background-image: url("logo2.png");
	background-repeat: no-repeat;
	background-position: left;
	margin: auto;
}
#head2 {
	margin-top: 35px;
	height: 54px;
	width: 100%;
	background-image: url("h3.png");
	background-repeat: repeat-x;
	background-position: left;
	text-align: center;
}

#menu {
	padding-top: 30px !important;
	padding-top: 32px;
	padding-left: 160px;
	font-size: 14px;
	margin: auto;
	text-align: center;
	font-family: Verdana;
}

#menu ul{
	margin: auto;
	padding: 0px;
}
#menu li{
	list-style: none;
	width:100px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #2E506B;
}
#menu a{
	display: block;
	height: 22px !important;
	height: 20px;
	color: #2E506B;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
	border-bottom: 2px solid #2E506B;
}

#bodywrap {
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 10px;
	height: auto;
}

#innerwrap {
	width: 755px;
	margin: auto;
	border: 1px solid #DCE8F1;
	min-height: 400px;
	padding: 9px;
	font-family: Georgia;
	font-size: 14px;
}

#footerwrap {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 9pt;
	font-family: Times New Roman;
	margin-top: 5px;
}

.innercontent-left {
	float: left;
	width: 225px;
	text-align: left;
	height: auto;
	text-align: center;
}

.innercontent-right {
	float: right;
	width: 490px;
	text-align: left;
	height: auto;
}

.colorhr {
	width: 98%;
	height: 2px;
	margin-top: 8px !important;
	margin-top: 3px;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
	background-image: url("colorhr.gif");
	background-repeat: no-repeat;
}

.sword {
	width: 487px;
	height: 400px;
	background-image: url("bgword.png");
	background-repeat: no-repeat;
	padding: 15px;
	font-size: 14px;
	font-family: Georgia;
}

.contentls {
	width: 92%;
	line-height: 150%;
	text-align: left;
	margin: auto;
}

.contentls ul {
	padding-left: 60px !important;
	padding-left: 5px;
}
.contentls li {
	list-style-image:  url("write.gif");
	padding-left: 0px !important;
	padding-left: 5px;
}

.contentss {
	width: 80%;
	line-height: 150%;
	text-align: right;
	margin: auto;
	padding-top: 10px;
}


