* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}


li {
	display: inline;
}
/*设定链接基本样式，无下划线，指定时加下划线*/
a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #ff0000;
}

/*去掉自动显示的虚框*/
a,area  {   blr:expression(this.onFocus=this.blur())   }   /*   for   IE   */  
  :focus   {   -moz-outline-style:   none;   }   /*   for   Firefox   */

.title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 170%;
}

body {
	background-color: #406286;
/*	background-image: url(images/bg.gif);  */
	text-align: center;
}

/*页面限制为800X600分辨率，宽772 */
#box {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
    background:#CBDCE9;
	width: 768px !important;
	width /**/:/**/768px;
}

#logo {
	background-color: #01709f; 
	float: left;
/*IE会加一小行在下面，设定	font-size:0;	overflow:hidden;解决*/
	font-size:0;
	overflow:hidden;
}

#nav {
	font-family: "宋体", sans-serif;
	font-size: 14px;
	color: #000000;
	background:#003466;
	float: right;
	padding-right: 30px;
}
#nav ul {
	float: right;
}
#nav li {
	float: left;
}
#nav a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 70px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav a:link {
	color: #FFFFFF;
}
#nav a:visited {
	color: #CCFFFF;
}
#nav a:hover {
	color: #FFFFCC;
	background-image: url(../img/nav_hover_bg.gif);
	background-repeat: no-repeat;
    background-position: center;
}


.clear{
	clear:both;
}


#mainview{
	margin-right: auto;
	margin-left: auto;
}
#mainview p{
	line-height:160%;
}


#link{
	font-family: "宋体", sans-serif;
	font-size: 14px;
	color: #000000;
		padding:2px 0;
		background:#003466;
		color:#B3C7DC;
		text-align:center;
	}
		#link a{
			color:#B3C7DC;
		}
		#link span{
			margin:0 10px;
		}

#footer {
	font-family: "宋体", sans-serif;
	font-size:12px;
	color: #000000;
	clear: both;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 1px;
	line-height: 18px;
}
#footer a {
	color: #000000;
}

/*
.line{
	float:left;
    width: 10px;
	background-image: url(./images/line.gif);
	background-repeat: repeat-y;
	background-x-position: center;
	background-y-position: top;
}
*/