@charset "utf-8";
/* CSS Document */
* {	
	margin: 0;
	padding: 0;
}	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	background:#d6dbdd;
	font-size: 12px;
}

img{
	border: 0px;
}


a {
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}


#c {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	HEIGHT: 132px;
	background-color: #fff;
	background-image: url(../images/2010/top_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#top img {
	padding-top: 20px;
	padding-left: 30px;
}

#top ul{
	list-style-type: none;
	margin-top: 20px;
}

#top ul li{
	float: right;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
}

#top a {
	color:#333333;
	text-decoration:none;
}

#top a:hover{
	color:#F60;
	text-decoration: none;
}


#banner {
	BACKGROUND: #fff;
	HEIGHT: auto;
	TEXT-ALIGN: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#main {
	background-color: #FFFFFF;
	background-image: url(../images/2010/content_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 50px;
}

#main_left {
	float: left;
	width: 287px;
	padding-top: 30px;
	padding-left: 30px;
}

#main_right {
	margin-left: 347px;
	padding-top: 50px;
	padding-right: 30px;
	font-size: 12px;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
}



.boldred {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.text {
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #333333;
}

.texttop {
	font-size: 20px;
	font-weight: bold;
	color: #0068b7;
}

.lefttabel {
	background-image: url(../images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3edfb;
	width: 159px;
}


.lefttabel a:link,.lefttabel a:visited {
	text-decoration:none;
	color: #000000;
}
.lefttabel a:active,.lefttabel a:hover{
	color: #0068b7;
	text-decoration:none;
}

.lefttext {
	font-size: 13px;
	font-weight: bold;
	text-indent: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bae3f9;
	text-align: left;
	height: 30px;
}

.righttitel {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding-bottom: 20px;
}

.righttabel {
	border: 1px solid #bae3f9;
	font-size: 13px;
	text-align: left;
	line-height: 24px;
}

.right1 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	background-color: #eaf6fd;
	padding-right: 16px;
	padding-left: 16px;
}

.right2 {
	font-size: 13px;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
}

/* 底部定义 */
#foot {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.foot_left {
	line-height: 300%;
}

#foot_right {
	float: right;
	clear: both;
}

#foot img {
	position:relative;
	top: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

#foot a {
	color: #000000;
	text-decoration: none;
}

#foot a:hover{
	color:#F60;
	text-decoration:underline;
}

