@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background:#fff;
	color:#676767;
}
* {
	margin: 0px;
	padding: 0px; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; color:#000;}
.not{ width:100%; height:0px; overflow:hidden; clear:both;}

#top,#top2,#top3,#main,#footer,.link{
	width:980px; margin:auto;
}
.left{ float:left;}
.right{ float:right;}

.nsNavigate{ text-align:right;}




#top { height:84px; overflow:hidden; position:relative; background:url(../img/top_.jpg) right 15px no-repeat;}

#top #logo { border:none; position:absolute; top:0px; left:0px;}
#top .tool{position:absolute; top:20px; right:0px;}
#top .tool a{ padding:0px 1px 0px 1px;color:#676767;}
#top .tool a:hover{color:#000;}
#top .sea{
	width:329px; height:23px;
	padding:1px 0px 0px 2px;
	background:url(../images/seaBG.jpg) left top no-repeat;
	position:absolute; right:-2px; top:65px;
	text-align:left;
	}
#top .sea .PSeainput{ width:135px; height:17px; border:none; border:1px solid #CCC;}
#top .sea #buttonSea{ 
	position:absolute; right:11px; top:2px; width:54px; height:17px; cursor:pointer;
	background:url(../images/buttonSea.jpg);
	border:none;
	}

#top2{ position:relative; z-index:100;}
.menuL,.menuR{ position:absolute; z-index:100; top:0px; height:40px; width:7px;}
.menuL{left:0px; background:url(../img/menuLeft.gif) left top no-repeat;}
.menuR{right:0px; background:url(../img/menuRight.gif) left top no-repeat;}

#top3{
	/*height:312px; */
	overflow:hidden;
	margin:5px auto 5px auto;
	position:relative;
	border:2px solid #eee;
}
#top3 div{border:1px solid #dde;}
#top3 div div{border:1px solid #A9AAAD;}


#main { 
	/*border:1px solid #000;*/
}

div.Pleft{
	width:202px; padding-top:33px;
	text-align:center;
	background:#D9EDEE url(../img/left1.jpg) center top no-repeat;
}
div.Pleft .nva{ width:100%; height:33px; margin:auto;}
div.Pleft .Pdiv{ width:100%; margin:auto;}

.Pright{
	width:770px; text-align:center;	
}

.title{ 
	height:30px; line-height:30px;
	text-align:left; 
	background:url(../img/title.jpg) center top no-repeat;
	}

.content{ 
	padding:20px 0px 20px 0px; 
	overflow:hidden; 
	border:1px solid #EAEAEA; border-top:none;
	text-align:left; line-height:1.7em;
	}
.content2{ width:730px; margin:auto; overflow:hidden;}


#footer {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border-top:1px solid #BBBBBB;
}

table.first{ background:#C6D7EF;}
table.first tr td{ background:#FFf;}





