/*color:
#897CB5;#DDD5F8
#4AB000;#E0FFCE
#CB7C1C;#FAEEDB
#0064B0;#D7E7F6
*/

@import url("common.css");
@import url("nav/nav.css");

body {
	font-size: 12px;
	color: #000000;
}
.fixwidth {
	width: 960px;
}
a {
	color: #1A758E;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
table {
	font-size: 13px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.formlineh {
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
}

/* head style */
#head {
}
#head .bbg {
	width: 100%;
	background-color: #FFFFFF;
}
#head .bbgt {
	line-height: 0px;
}
.banner {
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	height: 76px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	margin-bottom: 4px;
}
#logo img {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#logo object {
	float: left;
}
#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
 }
#logo h1 {
	padding-top: 20px;
	padding-left: 140px;
	font-size: 30px;
	font-weight: bold;
	font-family: "黑体";
	line-height: 1em;
	color: #1A758E;
}
#logo p {
	padding-left: 142px;
	color: #339900;
	word-spacing: 1px;
	font-size: 14px;
	font-style: normal;
	line-height: 1em;
}
#logo .righttxt {
	float: right;
	margin-right: 10px;
	font-size: 13px;
	margin-top: 20px;
	width: 320px;
}
#logo .righttxt img {
	float: left;
	margin: 0 5px;
}
.righttxt a {
}
#head .downbox {
	background-color: #D7E7F6;
	height: 36px;
	color: #005EB4;
	font-size: 13px;
}
#head .downbox span {
	padding-left: 15px;
	margin-right: 10px;
	background-image: url(../images/arrow/a088.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* content style */
#content {
}
#content .bbg {
	width: 100%;
	background-color: #FFFFFF;
}
#content .spaceall {
	padding: 10px;
}
#content .spaceleft {
	padding-left: 10px;
}
#contentleft {
	float: left;
	width: 26%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#contentright {
	margin: 0px;
	padding: 0px;
	width: 74%;
	float: right;
	overflow: hidden;
	font-size: 13px;
}
#themepic {
	height: 100px;
	width: 100%;
	overflow: hidden;
}
#themepic object {
	height: 100px;
	width: 100%;
}
.adv6img {
	height: 280px;
	width: 100%;
}
.adv100 {
	height: 100px;
	width: 100%;
}
.contenttitle {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	display: none;
}
.position {
	line-height: 25px;
	margin-top: 5px;
	background-image: url(../images/dotline_hz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
}
.errorinfo {
	margin: 20px;
}
.errorinfo ul {

}
.errorinfo li {
	list-style-type: decimal;
}
.texttime {
	font-size: 18px;
	font-weight: bold;
}
.printthis {
	background-color: #FFFFFF;
	padding: 10px 15px;
}

/* foot style */
#foot
{
	font-family: Arial, Helvetica, sans-serif; /*#FEA200  ;*/
	text-transform: capitalize;
}
#foot .bbg {
	width: 100%;
}
#foot .bbgb {
	background-repeat: no-repeat;
	height: 20px;
}
.copyright {
	font-size: 11px;
	text-transform: capitalize;
	padding: 6px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1A758E;
	margin-top: 5px;
}
#foot p {
}
#foot a {
	text-decoration: none;
}
#foot .link {
	font-size: 12px;
	text-align: center;
}
#foot .link a {

}
#foot .link a:hover {
	text-decoration: underline;
	color: #339900;
}
#foot .bottom {
	height: 20px;
	clear: both;
	float: none;
}

/* two column style */
.frm2col {
	clear: both;
	float: none;
	line-height: 1.6em;
}
.frm2col ul {
}
.frm2col li {
}
.frm2col h4 {
	margin-bottom: 5px;
}
.frm2col h4 span {
	font-size: 13px;
	font-weight: normal;
	margin-right: 10px;
}
.frm2col .leftside {
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.frm2col p {
}
.frm2col .spaceall {
	padding: 10px;
}

/* three column style */
.frm3col {
	clear: both;
	float: none;
}
.frm3col ul {
}
.frm3col li {
}
.frm3col #left {
	width: 40%;
	float: left;
	display: block;
}
.frm3col #mid {
	width: 30%;
	float: left;
	display: block;
}
.frm3col #right {
	width: 30%;
	float: right;
	display: block;
}

