/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFFFFF;}
a:link,a:visited {font-size:12px;text-decoration:none;}
a:hover{}

/*页面层容器*/
#container {width:800px;margin:0px auto}

/*页面头部*/
#Header {background:url(logo.gif) no-repeat;width:800px;margin:0 auto}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;display:block;line-height:30px;margin:0 7px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{}
.menuDiv {width:1px;height:28px;background:#999}

#banner {background:url(banner.jpg) 0 30px no-repeat;width:730px;margin:auto;height:200px;border-bottom:5px solid #EFEFEF;clear:both}

/*页面主体*/
#PageBody {
 width:730px; /*设定宽度*/
 margin:8px auto; /*居中*/
}

/*页面左侧*/
#LeftBar {
 width:160px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

/*页面右侧*/
#RightMain {
 width:570px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
 }

/*页面底部*/
#Footer {
font-size: 8px;
width:800px;
margin:0 auto;
height:50px;
border-top:
}
.NewsStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.NewsStyle A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
}

.NewsStyle A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
}
.NewsStyle A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
}
.NewsStyle A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
	border-bottom-style: none;
}