/* 所内主页的css样式表 */

body {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	}
A:link {text-decoration: none; color: #0066ff; font-family: 宋体}
A:visited {text-decoration: none; color: #0066ff; font-family: 宋体}
A:active {text-decoration: none; font-family: 宋体}
A:hover {text-decoration: underline; color: #0066ff}

#header{
	margin: 0px;
	border: 0px;
	width: 713px;
	height: 117px;
	left: 0px;
	top: 0px;
	clear: both;
	text-align: center;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
} 
#mainbox {
	margin: 0px;
	width: 713px;
	left: 0px;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}

/*定义页面左列样式*/
#left{
	width:172px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 9pt;
	line-height: 150%;
	height: 364px;
}

		/*定义页面底部样式*/
#bottom{
	width:713px;
	text-align:center;
	padding: 0px;
	height: 80px;
	clear: both;
	font-size: 10pt;
	line-height: 150%;
	margin: 0px;
	background-image: url(img/bottom_bg.jpg);
	background-repeat: no-repeat;
	}
	
	
/*定义页面右列样式*/
#right{
	width:540px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 10pt;
	line-height: 150%;
	float: right;
	text-align: center;
	color: #333333;
	top: 0px;
	}

#right p{
	text-indent: 2em;
    }

/*定义页面右列上部导航栏样式*/
 

.right_biaoti{
	top:20px;
	font-size: 15pt;
    line-height: 180%;
	color: #FF0000;
	font-family: 宋体 ;
	font-weight: bold;
	}

.right_table{
	font-size:9pt;
	line-height: 180%;
	color: #FF0000;
	font-family: 宋体;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:left;
	}
	
				
#td01 {
	font-size: 10pt;
	color: #333333;
	font-family: "宋体", "黑体";
	line-height: 180%;
}
.biankuang {
	border: 1px solid #666666;
}
