body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Arial Normal', 'Arial','Microsoft Yahei';
	color: #495168;
	background-color: #f9fafe;
}

.body_container{
	text-align: center;
}

a,img {
	outline: none;
	color: #495168;
	border: none;
}

a:active {
	star: expression(this.onFocus = this.blur () );
}

.top_border{
	height: 30px;
	background-color: #902104;
	min-width:1200px;
	width:100%;
	width: expression(document.body.clientWidth < 1200? "1200px": "100%" );
}
.top_container{
	height: 50px;
	background-color: #faeae6;
	border-bottom: 1px solid #dcc0b9;
	min-width:1200px;
	width:100%;
	width: expression(document.body.clientWidth < 1200? "1200px": "100%" );
}
.top_content{
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
	width: 1200px;
}
.content_container{
	margin:30px auto;
	text-align: left;
	position: relative;
	width: 1200px;
}
.bottom_container{
	margin: 10px auto;
	line-height: 20px;
	font-size: 12px;
	color: #0737a6;
	font-weight: bold;
}

.menu_div{
	width: 200px;
	list-style: none;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	background-color: #edf3fb;
	border: 1px solid #e3e4e6;
	padding-bottom: 20px;
	position: absolute;
	top:0px;
	left: 0px;
}
.clear{
	clear: both;
}
.menu_div div{
	text-align: left;
	height:32px; 
	line-height: 32px;
	vertical-align: middle;
	text-indent: 30px;
	background: url(../images/item.gif) no-repeat 10px 50%;
}
.menu_div a{
	color: #053f7a;
	text-decoration: underline;
}
.menu_div a:hover{
	color: #538fcb;
}

div.menu_title{
	background: url(../images/home.gif) no-repeat 10px 50%;
	background-color: #5999f9;
	color: #fff;
}
.content{
	margin: 30px 250px 0px 220px;
	font-size: 13px;
}
#content_title{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #87c1fa;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
}

#contents{
	position: absolute;
	top:0px;
	right:0px;
	width: 220px;
	background-color: #edf3fb;
	border: 1px solid #e3e4e6;
	padding: 20px 10px;
	margin: 0px;
	font-size: 13px;
}
.contents_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.c_t_s{
	margin: 10px;
	background-color: #eff5fa;
	border: 1px solid #d1e6fb;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-indent: 2em;
	font-size: 14px;
	font-weight: bold;
	color: #031c79;
}
.contents_item{
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
.contents_item a{
	color: #053f7a;
	text-decoration: underline; 
}
.c_c{
	margin: 10px;
	text-align: left;
	line-height: 24px;
	text-indent: 2em;
}
.c_c a{
	color: #ec7807;
	text-decoration: underline;
}
.warn a{
	color:#1144b8;
}
.c_c ul{
	text-indent: 0px;
}
.c_c ul li{
	margin: 10px;
}
.img_c{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #011d63;
	padding: 0px;
	clear: both;
	width: 100%;
}
.img_c img{
	margin: 5px;
	border: 1px solid #d0d8fb;
	padding: 5px;
}
.img_row{
	float: left;
	margin: 0px 10px;
}
.warn{
	color: #bd2d07;
}
.img_line{
	height: 16px;
	margin: 0px 2px;
}