  /* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font:12px "宋体"；
	line-height: 20px;
	background: #edd58b;
	color: #94451E; 
}

td{
font:normal 12px "宋体";
color:#94451E;
line-height: 20px;
}
A:link	{text-decoration: none; color:#94451E;}
A:visited  {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #ff0000 }


p{	margin:0px; padding:0px; margin-bottom:5px; font-size:12px;}

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }
input.submit {
	background: #edd58b;
	width: 65px;
	height:22px;
	color: #94451E;
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	margin: 3px 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #edd58b;
}


.font19{
font:bold 14px/20px "宋体";
color:#94451E;
}
.border_pad{
line-height: 20px;
color=#94451E;
}
.border_pad a{color: #94451E;}
.border_pad a:visited{ color: #94451E;
}
.bar { 
	clear: both;
	font-size: 14px;
	height: 30px; 
	margin: 0 0 0 0px; 
	background: #edd58b;
}

	.bar li { 
		margin: 0; 
		padding: 7px 10px 6px 10px;
		background: #edd58b;
		float: left; 
		color: #800F02;
	}
	
	.bar li.active { 
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #800F02; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.search_field { 
	background: #edd58b;
	color: #94451E;
	clear: both;
	font-weight: bold;
	padding: 10px 10px 22px 30px;
	font-size:12px;

}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.time_line { 
	float: left; 
}
.search_form 
{ 
	float: right; 
}


/* left side
   --------- */

.left {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
	text-align:left;
}

.left h3 {
	clear: both;
	background: #DDBB7C url(line_dt.jpg) no-repeat;
	color: #94451E;
	padding: 7px 0 0px 5px;
	font: bold 14px 宋体;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 50%;
		padding: 0px;
		margin: 0px;
		padding-bottom:10px;
		padding-top:10px;
	}
		
	.left_side a:link, .right_side a:link, .right_side1 a:link{ color: #94451E;  text-decoration: none; }
	.left_side a:visited, .right_side a:visited, .right_side1 a:visited{ color: #94451E; text-decoration: none; }
	.left_side a:hover, .right_side a:hover, .right_side1 a:hover{ color: #fa1a1a; text-decoration: underline;}
	.left_side p, .right_side p, .right_side1 p{ padding-left:10px; }
	.left_side img, .right_side img, .right_side1 img{ padding-left:20px; }
	.left_side p img, .right_side p img, .right_side1 p img{ padding-left:10px; }
	.right_side {
		float: right;
		width: 50%;
		background: #FFF9E9;
		color: #94451E;
		padding: 0px;
		margin: 0px;
		padding-bottom:10px;
		padding-top:10px;
	}
	.right_side1 {
		float: right;
		width: 50%;
		color: #94451E;
		padding: 0px;
		margin: 0px;
		padding-bottom:10px;
		padding-top:10px;
	}
		
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 28%;
	margin: 0 0 0px 0;
	line-height: 20px;
	text-align:left;
}

.right a{color: #94451E; font-size:12px}
.right h3 {
	background: url(line_dl.jpg) no-repeat;
	color: #94451E;
	padding: 7px 0 7px 5px;
	font: bold 14px 宋体;
	margin: 0 0 3px 0;
}

	.right_articles {
		
		color: #94451E;
		padding: 8px;	
		margin: 0 0 0px 0;
	}

	
.image {
	float: left;
	border:0
	margin: 0 9px 3px 0;
}



/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 22px;
	background:url(bottom.jpg);
}

.footer a { color: #808080;}
