/* CSS Document */
body{
margin:0 auto;
padding:0px;
width:920px;
font-size:12px;
background-color:#ccc;
}


a{
color:#000000;
}

.menubar{
background:url(../images/area-2-h2-bg.png) repeat-x;
border:1px solid #CCCCCC;
margin:3px 0;
}

.title{
height:25px;
line-height:25px;
font-size:14px;
text-align:left;
font-size:13px;
font-weight:bold;
clear:both;
text-indent:20px;
}

ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

/*------------top.asp---------------*/
.banner{
width:920px;
height:70px;
background-color:#ececec;
}
.banner .banleft{
width:200px;
float:left;
}
.banner .banright{
float:right;
width:718px;
}

.menu{
clear:both;
width:920px;
font-weight:bold;
text-align:center;
height:30px;
line-height:30px;
font-size:14px;
background-color:#0066cc;
color:white;
border-bottom:2px solid #ccc;
}
.menu ul{ 
list-style:none;
padding:0px;
margin:0px;
}
.menu ul li{
float:left;
padding:0px;
margin:0px;
width:9%;
}
.menu a{
	color:white;
	text-decoration:none;
}
.menu a:hover{
	color:#eee;
	text-decoration:underline;
}

.menu3{
clear:both;
width:920px;
text-align:center;
background-image:url(images/v4bg.gif);
background-repeat:repeat-x;
font-size:13px;
height:25px;
line-height:25px;
}
.menu3 ul{ 
list-style:none;padding-left:10px; width:920px;}
}
.menu3 ul li{
float:left;
padding:0px;
margin:0px;
width:12%;
}
.menu3 a{line-height:20px; text-decoration:none;}
.menu3 a:hover{text-decoration:underline;}



/*-----------------bottom.asp----------------------*/
.bottom{
width:920px;
height:100%;
clear:both;
display:inline-table;
background-color:#EEEEEE;
}
.linkcontent{
margin:10px 5px;
line-height:20px;
}
.linkcontent ul{
list-style:none;
}
.linkcontent ul li{
float:left;
width:12%;
display:table;
text-align:center;
}
.copyright{
clear:both;
width:920px;
line-height:25px;
text-align:center;
border-top:1px groove #CCCCCC;
}

.urllink{border-top:1px solid #ccc; background:#FFFFFF; padding:5px 0;}
/*--------------²¿·Ö¹«ÓÃ------------------*/
.border{
border:1px solid #cccccc;
margin:2px 0px;
}

input{border: 1px solid #333333;background-color: #f7f7f7;}
