html, body, abbr, acronym, address, blockquote, cite, code, dfn, div, em,h1,
h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var, a, dl, dt, dd,ol,
ul, li, applet, param, sub, sup, tt, del, ins, form, fieldset, label,legend,
caption, table, td, th, tr, tbody, thead, tfoot, img, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-size: small;
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF url(../images/bg2.gif) repeat-y scroll center top;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header {
	text-indent: -9999px;
	background: url(../images/top.jpg) no-repeat;
	background-color: #FFFFFF;
	height: 300px;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
}
#container {
	position: relative;
	height: 100%;
}
#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 181px;
	background-color: #FAFEFF;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
}

/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	position: absolute;
	top: -5px;
	font-size: 99%;
}
#sidebar a {
	color: #777;
	background: #FAFEFF url(../images/marker.gif) left center no-repeat;
	padding: 2px 0 2px 19px; /* 上右下左 */
	text-decoration: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#sidebar li {
	padding: 2px 5px 2px 0; /* 上右下左 */
}
#sidebar li a {
	display: block;
}
#sidebar li a:hover {
	width: 162px;
	color: #000;
	background: #DDEEFF url(../images/marker_up.gif) left center no-repeat;
}
#sidebar li.current {
	width: 162px;
	color: #000;
	background: #DDEEFF url(../images/marker_b.gif) left center no-repeat;
	padding: 2px 0 2px 19px; /* 上右下左 */
	margin: 2px 0 2px 0; /* 上右下左 */
	text-decoration: none;
}
#sidebar .side-head {
	text-indent: -999px
}

/* banner
-----------------------------------------------------------------------------*/
#banner ul li {
	padding: 16em 0 0 24px; /* 上右下左 */
	list-style:none;
}
#banner ul li a {
	display:block;
	width:127px;
	height:45px;
	border: 1px solid #FFF;
}
#banner ul li a:hover {
	border: 1px solid #002b56;
}

/* main
-----------------------------------------------------------------------------*/
#main {
	font-size: 80%;
	color: #3C3C3C;
	position: absolute;
	left: 185px;
	top: 0px;
	width: 564px;
	background-color: #FAFEFF;
	border-right: 1px solid #646464;
}
#tab {
	width:540px;
	padding: 18px 0 10px 10px ; /* 上右下左 */
}
.tabset_content dt {
	padding: 0.7em 0 0.7em 0.5em; /* 上右下左 */
}
.tabset_content dd {
	line-height: 120%;
	padding: 0.7em 0.1em 0.7em 10em; /* 上右下左 */
	margin: -2.5em 0 0 0.6em; /* 上右下左 */
}
.tabset_label {
	display: none;
}
.imgright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.banner_font {
	font-size: 160%;
	color: #FF4500;
	text-align: center;
	margin-bottom: 0.5em;
}