/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {color: #682; }
a:hover {color: #9A6; }

body {
	background: url(img/header_bg.jpg) repeat-x;
	text-align: -moz-center;
	*text-align: center;
	_text-align: center;
	margin: 0 auto;
	color: #333;
	font-weight: normal;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif; 
}


p,code {padding-bottom: 1.2em;}

h1 {
	background: #567300;
	color: #FFF;
	line-height: 35px;
	padding-left: 16px;
	margin-bottom: 16px;
	font: normal 1.8em Tahoma,sans-serif;
}
#headertitle {
	line-height: 35px;
	background: #567300;
	color: #FFF;
}
#headertitle h1 {
	display: inline;
	padding-left: 16px;
	margin-bottom: 16px;
	margin-top: 10px;
	display: inline;
	font: normal 1.8em Tahoma,sans-serif;
}
#headertitle p {
	padding: 0;
	margin: 0;
	display: inline;
	font:  bold 1.7em  "楷体_GB2312", "华文楷体", sans-serif;
}

#projectlink {
	text-align: right;
}
#projectlink a {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#projectlink p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

h2 {
	color: #553; 
	font: bold 1.5em sans-serif;
	*font: bold 1.2em sans-serif;
	_font: bold 1.2em sans-serif;
}
h3 {
	color: #553; 
	font: normal 1.2em Tahoma,sans-serif;
}


ul {
	padding: 0em 0 0.5em 1.6em;
}

li {
	list-style: url(img/li.gif);
	border-bottom: 1px solid #1BA823;
	padding-left: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}

li h1 {
	font: bold 1.6em sans-serif;
	margin: 0;
	padding-left: 0;
	background: none;
	color: #654;
}


li p {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.2em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 0.6cm;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* top */

/* headere & title */
#top {
	text-align: -moz-center;
	*text-align: center;
	_text-align: center;
	height: 203px; /* original: 203px; */
	color: #FFFFFF;
}
#top h1 {
	background: none;
	text-align: center;
	margin-top: 5px;
}
#top h1 img {
	display: block;
}
#top .link {
	text-align: -moz-right;
	*text-align: right;
	_text-align: right;
}
#top .link a {
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	*font-size: 1.1em;
	_font-size: 1.1em;
	padding: 20px 5px 0 5px;
}

.pngholder{
	width:100px;
	height:40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/google.png');
}
.pngalpha{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background:url(img/google.png) no-repeat;
	width:100px;
	height:40px;
}
.pngholder_2{
	width:225px;
	height:71px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/title_part1.png');
}
.pngalpha_2{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background:url(img/title_part1.png) no-repeat;
	width:225px;
	height:71px;
}
.pngholder_3{
	width:480px;
	height:31px;
	background-image: url(img/title_part3.png);
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/title_part3.png');
	*background: none;
	
}
.pngalpha_3{
	*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	*background:url(img/title_part3.png) no-repeat;
	width:480px;
	height:31px;
}
#header {
	position: absolute;
	top: 96px;


}
#header h1 {
	margin-top: 18px;
	margin-left: 20px;	
}
#header h1 img {
	display: block;
}
#nav {

}
#nav img {
	float: left;
}

/* path */

/* structure */
.container {
	background: url(img/bgcontainer8.gif) repeat-y center;
	font-size: 1.2em;
	width: 776px;
	margin: auto;
	text-align: justify;
	margin-top: 3px;
	*margin-top: 3px;
	_margin-top: 3px;
	text-align: left;
}
/* main */
.main {
	
}

/* content */
.content {
	min-height: 400px;
	*min-height: 400px;
	_height: 400px;
}
.content h1 {
	line-height: 35px;
}
.content h2 {
	padding-left: 1.5em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.content h3 {
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	padding-right: 4em;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-bottom: 5px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	padding-left: 2em;
	padding-right: 4em;
}

/* time */
.time {
	text-align: right;
}
.time p {
	font-size: 1em;
	*font-size: 0.9em;
	_font-size: 0.9em;
}

/* table */

table.style {
	margin: 1em 0 0em 2em;
	text-align: left;
	border-spacing: 1px;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	border-width: 1px;
}
table.style th {
	padding: 1px;
	border-style: inset;
	border-color: gray;
	border-width: 1px;
}
table.style td {
	padding: 1px;
	border-style: inset;
	border-color: gray;
	border-width: 1px;
}
table.style h2 {
	padding-top: 0;
	line-height: 20px;
	color: #553; 
	font: bold 1.2em sans-serif;
	padding-left: 1.5em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
table.style h3 {
	padding-right: 1em;
}

/* table */

table.style2 {
	margin: 0;
	text-align: left;
	border-spacing: 1px;
	border-style: none;
}
table.style2 th {
	padding: 1px;
	border-style: none;
}
table.style2 td {
	padding: 1px;
	border-style: none;
	vertical-align: top;
}
table.style2 h2 {
	line-height: 20px;
	color: #553;
	font: bold 1.2em sans-serif;
	padding-left: 1.5em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
table.style2 h3 {
	line-height: 20px;
	padding-top: 0.3em;
}

table.style3 {
	margin: 1em 0 0em 2em;
	text-align: left;
	border-spacing: 1px;
	border-style: none;
}
table.style3 th {
	padding: 1px;
	border-style: none;
}
table.style3 td {
	padding: 1px;
	border-style: none;
}
table.style3 h2 {
	padding-top: 0;
	line-height: 20px;
	color: #553; 
	font: bold 1.2em sans-serif;
	padding-left: 1.5em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
table.style3 h3 {
	padding-right: 1em;
}


table.style_eval {
	margin: 1em 0 0 2em;
	text-align: left;
	border-spacing: 2px;
	border-style: none;
	border-bottom: dashed;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
}
table.style_eval th {
	padding: 2px;
	-moz-border-radius: 0px 0px 0px 0px;
	
	border-bottom: dashed;
	border-width: 1px;
	border-color: #000000;
}
table.style_eval td {
	padding: 2px;
	-moz-border-radius: 0px 0px 0px 0px;

	border-width: 1px;
	border-color: #000000;
}

/* form */
.form_eval {
	margin-left: 30px;
	font-size: 1.2em;
}

/* navigation */
.navigation {
	float: left;
	width: 140px;
	*width: 140px;
	_width: 139px;
	margin-left: 1px;
	margin-top: 2px;
}

.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}

.navigation h2 {
	list-style: none;
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	font: bold 1.1em Tahoma,sans-serif;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	border-bottom: 1px solid #D5E8AD;
	margin: 0;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	font-size: 1.1em;
	color: #553;
	display: block;
	padding: 8px 4px 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;	
}

/* footer */
#footer {
	color: #FFFFFF;
	background: #42453D url(img/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	text-align: center;
	font: bold 10px tahoma, arial, sans-serif;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 0.4cm;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	*font-size: 1em;
	_font-size: 1.1em;
}

/* floats */
.left {float: left;}
.right {float: right;}

/* form */
