@charset "utf-8";
/* color:
#890C08 titles background
#CCF3AC green

*/
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, table, div {
	margin: 0;
	padding: 0;
	border:none;
	background:transparent;
}
body  {
	font-family:新细明体,新細明體,PMingLiU,细明体,細明體,MingLiU,新宋体,新宋體,NSimSun,宋体,宋體,SimSun,"Arial Unicode MS",serif,san-serif;
	font-size: 100.1%;
	/*background: #1F244C;*/
	background:#ddd;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-base-color:#9CC684;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_bg.gif) repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: #BFBFBF 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	/* background: #ddd url(../images/banner3.jpg) no-repeat; */
	padding: 0; 
	margin: 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
	border:none;
}
#header img {
padding:0;
margin:0;
border:none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/**** End of Header styling, now styling sidebar1 ****/
#sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*background: #A0C76C;  the background color will be displayed for the length of the content in the column, but no further */
padding:5px 0;
}
#written {
background:url(../images/green-diag.gif) repeat; 
}
#sidebar1 h1 {
margin:0; padding:0;
}
#recommend {
 	float:left;
	width:auto;
	text-align:center;
	margin:0 3px 5px 0;
}
#recommend form input {
background:url(../images/green-diag.gif) repeat; 
font-size:.9em; 
font-weight:normal;
padding-top:5px;
border:none;
}
#translate {
	float:left;
 	width:auto;
	text-align:center;
	margin:0 3px 5px 0;
background:url(../images/green-diag.gif) repeat; 
font-size:.9em; 
font-weight:normal;
padding-top:7px;
border:none;
}
#translate a{
background: url(../images/green-diag.gif) repeat;
}
/* navigation within #sidebar1, content from navlist.cfm*/
#newsbox {
font-size:1em;
height: 180px;
overflow: auto;
line-height:1em;
margin:0 5px 4px 5px;
padding:.4em .4em .4em .4em;
border:#CCFFFF outset 3px;
background-color:#f0f0f0; /*total height should be 160 + 4 + 3 + 3 = 170 */
}
#navlist {
margin:2px 0;
}
#navlist ul {
font-size: 1.0em;
font-family: "Arial Unicode MS",SimHei, sans-serif;
list-style: none;
background-color:#e2e994;
}
#navlist li {
list-style:none;
border-top: 1px solid #76F875;
border-left: 1px solid #76F875;
border-bottom: 1px solid #B3E699;
border-right: 1px solid  #B3E699;
}
#navlist a:link, #navlist a:visited {
color: #890C08;
font-weight:100;
display: block;
text-decoration: none;
background: url(layout_images/xxleftcol_link_bg.jpg) repeat-x;
padding: 6px 10px;
}
/* Holly Hack: make the whole length of the button clickable in IE/Win, v-a: bottom for IE5 */
/*\*/
* html #navlist a {height: 1%;
vertical-align: bottom;
}
/* */
#navlist a:hover, #navlist a:focus {
background: #f0f0f0 url(xxlayout_images/leftcol_hover_bg.jpg) repeat-x;
}
/* other navigation links */
#otherlinks {
margin:5px 0;
background-color:#f0f0f0;
font-weight:400;
font-size:.9em;
}
#otherlinks ul {
list-style: none;
border-top: 1px solid #ECECEC;
border-left: 1px solid #F0F0F0;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
font-size: 1.1em;
font-family: "Arial Unicode MS", SimHei, sans-serif;
}
#otherlinks li {
list-style:none;
border-top: 1px solid #ECECEC;
border-left: 1px solid #F0F0F0;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
}
#otherlinks a:link, #otherlinks a:visited {
background: #f0f0f0 url(layout_images/xxsitelinks_bg.jpg) repeat-x;
line-height: 1.2em;	
color: #174518;
display: block;
text-decoration: none;
padding: 6px 10px;
}
#otherlinks a:hover, #otherlinks a:focus {
color:#A0C76C;
background: #174518 url(xxlayout_images/leftcol_hover_bg.jpg) repeat-x;
}
/* end of sidebar1 styling */
#mainContent {
  min-height:630px;
  height:auto !important;
  height:630px;
text-align:left;
position:relative; /* this is the positional ancestor of #horizontal_menu and the content block */
	float:left;
	width:702px;
/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color:#F0F0F0;*/
	background:url(../images/greenspiral.jpg) no-repeat #c9d79b;
}
#content {
zoom:1;
/*margin:0 0 2em 0;*/
}
#horizontal_menu {
position:absolute;
height:auto;
width:600px; /*width of table that contains the menu*/
top:auto;
bottom:5px;
left:0;
right:0;
padding:0 81px; /*(960px-200px-600px)/2) */
	font-size:.8em;
}
#horizontal_menu table {
text-align: left;
padding:2px;
/*background:#f0f0f0;*/
}
#horizontal_menu td a{
text-decoration:none
}
#horizontal_menu td a:link, #horizontal_menu td a:visited {
color:#890C08;
}
#horizontal_menu td a:hover, #horizontal_menu td a:focus {
color:#A0C76C;
}
/*-- ------------------end horitontal_menu --------------- */
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#174518; 
	color:#F0F0F0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
