@charset "utf-8";
body {
	background-image:url(images/bg.gif);
	width:1000px;
	text-align:left;
	margin:0 auto;
	font-size:12px;
	font-family:Tahoma,sans-serif;
	color:#000000;
}
img {
	border:0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clearing {
	clear:both;
	height:0px;
	width:0px;
	font-size:0px;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.header {
	background-color:#FFFFFF;
	border-top:solid 4px #b4b9bd;
}
.title {
	font-family:"黑体";
	font-size:xx-large;
	font-weight:bold;
	color:#FF0000;
}

.header_center {
	background:url('images/banner.jpg');
	height:176px;
}

.navigation {
	background-color:#081831;
	padding:8px 0 8px 70px;	
}
.navigation a {
	margin: 0 15px;
	color:#ffffff;
	font-size:14px;
}
.content {
	background-color:#FFFFFF;
}
.colum_left {
	width:250px;
	background-color:#dee3e6;
	padding:10px;
}
.pannel {
	border:solid 1px #cfcfd7;
	padding:2px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.pannel_head {
	font-weight:bold;
	background-image:url(images/sidebar_bg.gif);
	height:28px;
	text-align:center;
	margin:1px;
	font-size:14px;
	color:#FFFFFF;
	line-height:28px;
}
.pannel_body {
	margin:0;
	padding:5px;
}
ul.sidebar{
	margin-left:25px;
	padding:0;
	list-style-image:url(images/dot.gif);
	list-style-position:outside;
	line-height:12px;
}
ul.sidebar li{
	margin:12px 0;
}

.colum_right {
	width:710px;
	padding:10px;
}
.show_head {
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #d6d6d6;
	background-image:url(images/show_head.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	height:20px;
}

.show{
	margin-bottom:17px;
	line-height:180%;
	font-size:14px;
}
.show_body {
	line-height:200%;
}

.footer {
	background-color:#FFFFFF;
	text-align:center;
	padding:10px 0 10px;
	border-top:solid 2px #cfcfd7;
	line-height:180%;
}


.index_btn {
	font-size:14px; 
	font-weight:bold; 
	border:solid 1px #CCCCCC; 
	background-color:#EFEFEF; 
	padding:10px;
	float:left;
	margin-right:10px;
	width:142px;
	text-align:center;
	background-image:url(images/file.gif);
	background-position:left;
	background-repeat:no-repeat;
}


a.sidebar_item_on{
	font-weight:bold; 
	color:#000000;
}
