/*站点基础CSS定义*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E0E0E0;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
	color: #565656;
}
img {
	border: 0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
div {
	margin: 0;
}
a {
	color: #565656;
	text-decoration: none;
}
a:hover {
	color: #FFB37A;
}
p {
	line-height: 200%;
}
/*页面层容器*/
#container {
	width: 983px;
	height: 100%;
	overflow: hidden;
	background: #0D67BD;
}
#head {
	height: 84px;
	overflow: hidden;
	border-bottom: 5px #0C5598 solid;
	background: #0E5495;
}
#menu {
	width: 175px;
	float: left;
}
#menu ul li {
	text-align: center;
}
#menu ul li a {
	height: 25px;
	line-height: 25px;
	color: #fff;
	display: block;
	border-bottom: 1px #D3E7F8 solid;
	font-weight: bold;
}
#menu ul li a:hover {
	background: #F67613;
	color: #FFFFE8;
}
#main {
	width: 808px;
	height: 100%;
	overflow: hidden;
	background: #fff url('../Images/main_bg.gif') repeat-x;
	float: left;
}
#main .a {
	padding: 20px;
}
#main h3 {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color: #CD0100;
	border-bottom: 1px #ACA6A8 solid;
	background: url('../Images/ico_01.gif') no-repeat left center;
	padding-left: 20px;
}
#main p {
	line-height: 180%;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}
#main b {
	font-size: 14px;
	line-height: 200%;
	margin-top: 8px;
}

#main ul {
	margin-top: 5px;
}
#main  ul li {
	height: 25px;
	line-height: 25px;
	padding-left: 12px;
	background: url('../images/tb_03.gif') no-repeat left center;
	margin-left: 3px;
}


#foobar {
	margin: 10px;
	line-height: 180%;
	text-align: center;
}
#foobar h5 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #E0E0E0 solid;
	font-size: 12px;
}
#foobar a{
	color:#565656;
}
#foobar a:hover{
	text-decoration:underline;
}
