@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: 微软雅黑, Arial;
	font-size: 12px;
	color: #334150;
}
input {
	border: 1px solid #999999;	
}
a {
	color: #334150;
	text-decoration: none;
}
a:hover {
	color: #617B97;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;	
}
ul,li{margin:0; padding:0; list-style:none;}



#main {
	background-image: url(../Images/BackgroundTile.png);
	background-repeat: repeat-y;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main-emboss {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
}
#main-emboss-left {
	width: 8px;
	height: 381px;
	background-image: url(../Images/BackgroundEmbossLeft.png);
	float: left;
}
#main-emboss-right {
	width: 8px;
	height: 381px;
	background-image: url(../Images/BackgroundEmbossRight.png);
	float: right;
}
#main-emobss-placeholder {
	clear: both;
}
#inner {
	width: 766px;
	float: left;
}
#inner-white {
	background-color: #f8f8f8;
}
#header {
	height: 72px;
}
#header-title {
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}
#header-search {
	float: right;
	height: 20px;
	margin-top: 16px;
	margin-right: 4px;
	text-align: right;
}
.separator {
	height: 2px;
	margin-top: 1px;
	background-color: #c0c0c0;
}
#main-menu {
	width: 766px;
	height: 80px;
	margin-top: 1px;
	background-image: url(../Images/MainMenu.jpg);
}
#main-menu div {
	float: left;
}
#content {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 20px;
}
#navigation {
	font-size: 12px;
	font-weight: bold;
	color: #334150;
	margin-top: 8px;
	margin-left: 10px;
	text-align: left;
}
#navigation a {
	font-size: 12px;
	font-weight: bold;
	color: #367784;
	text-align: left;
}
#footer {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.placeholder {
	clear: both;
}

.bottom-anchors 
{
	margin-top: 20px;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

.paging 
{
	padding: 4px;
}
.paging ul{ float: right;}
.paging li{ float:left; padding:2px 6px;color:#7b7b7b; font-size:12px;}
.paging li.now{color:#fff; background:#367784; text-decoration:none;}
.paging li.now a {color:#fff; background:#367784; text-decoration:none;}
.arrow { font-family:Verdana; font-size:12px; font-weight:bold;}
.paging li a {color:#666666; text-decoration:none;}
.paging li a:hover {color:#666666; text-decoration:none;}

