/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

a {
	color: #5C5C5C;}
a:hover {text-decoration: underline; }

body {
	
		background-color:#FFFFFF;
	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 {


	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 {
	font: bold 1.5em sans-serif;
	*font: bold 1.2em sans-serif;
	_font: bold 1.2em sans-serif;
}
h3 {
	font: normal 1.2em Tahoma,sans-serif;
}


ul {
	padding: 0em 0 0.5em 1.6em;
	width:880px
}

li {
	list-style: url(img/li.gif);
	border-bottom: 1px solid #a9a9a9;
	padding-left: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}

li h1 {
	font: bold 1.6em sans-serif;
	margin: 0;
	padding-left: 0;
	background: none;
}


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;}



.pngholder{
	width:117px;
	height:40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shared/images/2009/google.png');
	align:right;

}
.pngalpha{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background:url(/shared/images/2009/google.png) no-repeat;
	width:117px;
	height:40px;
	
}
.pngholder_2{
	width:307px;
	height:81px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shared/images/2009/yinuanzhonghua.png');
	margin-left:20px;
}
.pngalpha_2{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background:url(/shared/images/2009/yinuanzhonghua.png) no-repeat;
	width:307px;
	height:81px;
	
}
.pngholder_3{
	width:448px;
	height:24px;
	background-image: url(/shared/images/2009/seoncd.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shared/images/2009/second.png');
	background: none;
	margin-top:9px;
	
}
.pngalpha_3{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background:url(/shared/images/2009/second.png) no-repeat;
	width:448px;
	height:24px;
}

#header {
	position: absolute;
	top: 115px;
    padding-left: 275px;
	margin: 0;
	
}

#header h1 {
	margin-top: 18px;
	margin-left: 20px;	
}
#header h1 img {
	display: block;
}
#nav {

}
#nav img {
	float: left;
}

/* path */

/* structure */
.container {

	border-bottom-style: solid;
    border-bottom-color: #a9a9a9;
	
	border-top-style: solid;
	border-top-color: #a9a9a9;
	
	
	border-left-style: solid;
	border-left-color: #a9a9a9;
	
	
	border-right-style: solid;
	border-right-color: #a9a9a9;
	
	font-size: 1.2em;
	width: 933px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto; 
	text-align: justify;
	/*margin-top: 3px;
	*margin-top: 3px;
	_margin-top: 3px;*/
	
    /*padding-top:20px;*/
    

    margin-top:60px;
    
}
/* 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;
}
.content .descr {
	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;
	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;
	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;
	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;
}


/* footer */
#footer {
	color: #a9a9a9;
	background: #42453D url(/shared/images/2009/footer.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 0.5em;
	text-align: center;
	font: bold 1em tahoma, arial, sans-serif;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 0.4cm;
}
#footer a {
	text-decoration: none;
	color: #a9a9a9;
	font-size: 1.2em;
	*font-size: 1em;
	_font-size: 1.1em;
}


/* floats */
.left {float: left;}
.right {float: right;}


#intable {
	background: url(/shared/images/2009/website.gif) repeat-x;
	text-align: right;
	color: #a9a9a9;
}

#page_head
{
	width:933px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto; 
}

