/* CSS Document */

a{
color:#000;
text-decoration:underline;
}
a:hover{
color:#039;
text-decoration:none;
}
a:visited {
}

body{
font-family: "ËÎÌå","serif";
text-align:center;
}

#box{
text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
/*border:1px solid #c5c6c4;*/

}


/* top */
#logo{
margin:0px;
padding:0px;
width:400px;
height:60px;
float:left;
}
#logo h1{
	font-size: 18pt;
	color: #365D95;
	float:left;
}

#top_right{
	float:left;
}

#top_nav{
	font-size:10pt;
}
/* end #top */

/* nav */
#nav{
	clear:both;
	width:933px;
	border:1px solid #c5c6c4;
	padding:0px;
	height:25px;
	margin:0px 0px 6px 0px;
}
#nav div{
	margin:0px 0px 6px 0px;
	padding:3px 0px 0px 6px;
	font-family: "ËÎÌå","serif";
	text-align:left;
	font-size:10.5pt;
}
/* end #nav */

/* main */
#main{
	clear:both;
	width:934px;
	margin:0px 0px 6px 0px;
}

#main_left{
	float:left;
	width:723px;
	border:1px solid #c5c6c4;
	margin:0px 6px 0px 0px;
	padding:0px;
	font-family: "ËÎÌå","serif";
	text-align:left;
	font-size:10.5pt;
	line-height: 150%;
}
#main_left h1{
	font-size:12pt;
	background-image: url(../../images/bjtiao.jpg);
	color: #FFF;
	height:25px;
	margin:0px;
	padding:5px 0px 0px 5px;
}
#main_left_nr{
	margin:6px;
}
.main_left_nr_img{
	text-align:center;
	margin:0px 0px 10px 0px;
}


#main_right{
	float:left;
	width:202px;
	margin:0px;
	padding:0px;
}
.main_right_list{
	width:202px;
	border:1px solid #c5c6c4;
	margin:0px 0px 6px 0px;
}
.main_right_list_h2{
	font-size:12pt;
	background-image: url(../../images/bjtiao.jpg);
	color: #FFF;
	height:25px;
	margin:0px;
	padding:5px 0px 0px 5px;
}

#main_right div ul{
clear:both;
padding:0px;
margin:3px 0px 0px 0px;
list-style:none;
}
#main_right div li{
	text-align:left;
	font-size:9pt;
	padding:4px 0px 0px 6px;
	margin:0px 0px 2px 0px;
	width:180px;
	height:16px;
	border-bottom:1px dashed #000;
}


/* end #main */

/* bot */
#bot{
	clear:both;
	margin:6px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	width:935px;
	background-color:#4A8EBD;
}


#footer{
	clear:both;
	color:#FFFFFF;
	font-size:9pt;
	margin:6px;
	text-align:center;
}
/* end #bot */
