@charset "gb2312";
/* CSS Document */

body,div,p,ul,li, td, tr, th, table {margin:0; padding:0;text-indent:0px;text-align:left}

.clear{
	clear:both;
	font-size: 18px;
}

body {
	/*	background: #4E5869; */
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	overflow: scroll;
	text-align: center;
	border-width: 2;
}

/* 容器类*/
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐。如果将 .container 宽度设置为 100%，则不需要此设置。 */
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标 ~~ */
.header {
	background: #FFFFFF;
	width:960px;
	height:60px;
	position: relative;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}

.logo {
	background-image: url(./images/logo.JPG);
	height: 60px;
	width: 100px;	
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.titleinheader {
	float: left;
	color: #0280CD;
	font-size: 36px;
	width: 850px;
	display: block;
}

/*横向菜单栏*/
.menubar{
	display:block;	/*块状*/
	width:960px;	/*宽*/
	height: 35px;	/*高*/
	margin:5px auto;	/*上下间距*/
}

.menubar ul{
	width:960px;	/*宽度*/		
	height:35px;	/*高度*/
	margin: 0 auto;	/*居中*/
}
	
.menubar ul li {				
	float:left; 					/*横向排列*/
	width:100px; 					/*单个菜单块宽度*/
	line-height:35px;				/*菜单高度*/
	text-align: center; 			/*字符水平居中*/
	list-style:none;				/*剔除序号*/
	border-right: 1px solid #666; 	/*按钮间隔边*/
	margin: auto 0 auto 2px; 		/*横向间隔*/
}

.menubar ul a, .menubar ul a:visited { 
	display: block; 				/*转换为块，使其填满包含整个li*/
	text-decoration: none;			/*去掉下划线，上右下左*/
	background: #8090AB;			/*背景色，上右下左*/
	color: #FFF;					/*字体颜色*/
}

.menubar ul a:hover, .menubar ul a:active, .menubar ul a:focus {
	background: #6F7D94;			/*字体颜色*/
	color: #0FF;					/*字体颜色*/
}

.sidebar{
	float:left;
	display:block;
	width:200px;
	font-size:10px;
	font-weight: bold;
}

.linktitle{
	display:block;
	text-align: center;
	vertical-align: middle;
	background-color: #CCC;
	font-weight: bold;
	font-size: 14px;

}

/*链接区*/
.linkbar  {
	display: block;
	width:200px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #93A5C4;
}

.linkbar ul {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 1px; 
	margin-left:0px;
	margin-top: 0px;	
	padding-left: 0px;
	padding-top: 0px;
}

.linkbar ul li {
	border-bottom: 1px solid #666;
	margin-left: 0px;
	margin-top: 2px;
	padding-left: 0px;
	background-color: #FFF;
	font-size:12px;
	color: #FFF;
}
.linkbar ul a, .linkbar ul a:visited { 
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #8090AB;
	color: #FFF;
}

.linkbar ul a:hover, .linkbar ul a:active, .linkbar ul a:focus {
	background: #6F7D94;
	color: #0FF;
}

.linkbar h1{
	display:block; 
	text-align: center; 
	line-height: 25px; 
	background-color: #CCC; 
	height: 25px; 
	vertical-align: middle; 
	color: #00F; 
	font-size: 12px; 
	padding-bottom: 0px; 
	margin-bottom: 0px;	
}

/* 内容区 */
.content {
	float: left;
	width: 740px;
	padding: 5px;
	margin-left: 10px;
}

.content dt{
	clear:both;
	font-weight:bold;	
}

.content dd{
	float:left;
	width: 740px;	
	margin:15px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-indent: 2em;
	padding-bottom: 5px;
}

.content dd img{
	margin-right:10px;
	border-width: 0;
	float: left;
}

.content dd p{
	text-indent:2em;
}

.content dd ul{
	margin-left: 30px;	
}

.img{
	border: none;
}

/* 脚注*/
.footer {
	background: #6F7D94;
	font-size:12px;
	color:#FFF;
	text-align: center;
	line-height:15px;
	width:960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.footer a{
	text-decoration:none;	
	font-size:10px;
	color: #333;
}


h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	font-size:14px;
	line-height: 20px;
}
.linkbottombar{
	font-size:12px;
	font-style:italic;
		
}
.boldtext {
	font-weight: bold;
}

dd table {
	border-collapse:collapse;
	border-width:2px;			/*边框宽度为2px*/
	border-color:#000; 			/*黑色外边框*/
	margin-left:10px;
	margin-bottom:5px;
}
dd table tr th {
	background:#CCCCCC;			/*标题格为灰色背景*/
	border-width:1px;			/*边框宽度为1px*/
	border-color:#000;			/*黑色边框*/
	text-align:center;
}

dd table td {
	border-width:1px;			/*边框宽度为1px*/	
	border-color:#000;			/*黑色边框*/
	text-align:center;
}

dd table tr {
	text-align:center;			/*字体居中*/
}

dd table tr:hover, dd table tr:active, dd table tr:focus, dd table tr:visited {
	background: #EAEAEA;			/*灰色背景*/
	color:#000;					    /*字体颜色*/
}

/* 画框 */
.imageframe {
	width:180px; 
	background-color:#EAEAEA;
	float:left;
	margin-left:5px;
}

.imageframe:visited, .imageframe:hover, .imageframe:active, .imageframe:focus {
	background: #FFF;
	color: #000;
}

/* 容纳img的div */
.imageframe_img
{
	width:180px; 
	margin: auto auto;	
}

/* img */
.imageframe_img img {
	width:180px; 
	height:180px;  
	margin:0 auto;
}

.imageframe_top{
	background-color:#9FF; 
	text-align:center; 
	font-weight:bold;	
	margin:5px auto;
}