@charset "gb2312";
/* CSS Document */

* {
	word-wrap: break-word; 
	word-break: normal;
	margin: 0;
	padding: 0;
}
body {
    font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	background: url(topBg.gif) #FFFFFF repeat-x top;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
#mainbody {
    margin: 0 auto;
	text-align: left;
	width: 968px;
	height: 100%;
	margin-top: 80px;
	padding: 10px;
}

#top {
    height: 55px;
	overflow: hidden;
	clear: both;
	padding-bottom: 3px;
	border-bottom: 1px solid #F7F3F7;
}
#top #logo {
    float: left;
	clear: left;
	width: 140px;
	height: 52px;
}
#top #menu {
    float: right;
	clear: right;
	width: 790px;
	margin-top: 22px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
}
#top #menu span {
    float: left;
	clear: left;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	color: #10188C;
	text-align: left;
}

#footer {
    height: 30px;
	line-height: 30px;
	text-align: right;
	border-top: 1px solid #F7F3F7;
}
#footer span {
    float: left;
	clear: left;
	text-align: left;
}





















