@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	/* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000;
	background-color: #F1F3E8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-weight:normal;
}
h2 {
	font-family: "Eras Medium", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: bold;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}
a img {
	border: none;
}
.twoColLiqLtHdr #container {
	width: 904px; /* 这将创建一个占据 80% 浏览器宽度的容器 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #CCCCCC;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
.twoColLiqLtHdr #header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF9E01;
}
.twoColLiqLtHdr #nav {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	padding-left: 35px;
	color: #666666;
}
.twoColLiqLtHdr #siderbar {
	background-color: #FF9E01;
	color: #FFFFFF;
	text-align: center;
}
.twoColLiqLtHdr #siderbar a:link, .twoColLiqLtHdr #siderbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
.twoColLiqLtHdr #siderbar a:hover, .twoColLiqLtHdr #siderbar a:active {
	color: #ffffff;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 ul li {
	line-height: 30px;
	list-style: none;
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
	background-image: url(../images/leftli.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr #sidebar1 ul li.click {
	background-image: url(../images/leftli_click.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColLiqLtHdr #content {
	padding: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.twoColLiqLtHdr #content h3 ,.twoColLiqLtHdr #content h2{
	color:#00487C;
}
.twoColLiqLtHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 50px;
	text-align: center;
	color: #666666;
}
.twoColLiqLtHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 15px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#menu ul li {
	line-height: 16px;
	float: right;
	display: inline;
	padding: 0px 8px 0px 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	list-style-type: none;
	font-weight: bold;
}
#menu ul li.last {
	border-right: none;
	padding-right: 0px;
}
#attach {
	font-size: 12px;
	color: #FF6600;
	line-height:16px;
	vertical-align:middle;
}
#attach img {
	vertical-align:middle;
}
#submenu li {
	list-style-type: none;
	line-height: 24px;
	font-weight: bold;
	width: 80%;
	text-align: left;
}
#submenu li.click {
	list-style-position: inside;
	list-style-type: disc;
}
#index_content {
	letter-spacing: normal;
	text-indent: 1pc;
	background-image: url(../images/building.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 20px 190px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content {
	letter-spacing: normal;
	text-indent: 1pc;
}
.hidden {
	display: none;
}
span.error {
	font-size:12px;
	color:#CC0000;
}
