﻿#header {
	background-image: url('header.jpg');
	width: 1004px;
	margin: 0 auto;
	height: 150px;
	overflow: hidden;
}
#list {
	background-image: url('menu.jpg');
	width: 998px;
	height: 22px;
	margin: 0 auto;
	border: 3px #babada solid;
}
.menu {
	height: 12px;
	list-style: none;
	margin-top: 4px;
	float: left;
	padding: 0px;
}
#menu_1 {
	margin-left: 270px;
}
#menu_2 {
	margin-left: 367px;
}
#menu_3 {
	margin-left: 100px;
}
#menu_3II {
	margin-left: 464px;
}
#menu_4 {
	margin-left: 556px;
}
.menu li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #babada;
}
.menu li a {
	display: block;
	color: #82c3ff;
	text-align: center;
	font-family: Arial;
	margin-right: 2px;
	height: 12px;
	padding: 0 15px;
	text-decoration: none;
	background-image: url('menu.jpg');
	background-position: 0 -4px;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li a#current_1 {
	color: black;
	margin-left: 0px;
}
#container {
	background-color: #add4ff;
	background-image: url('container.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 984px;
	margin: 0 auto;
	border-bottom: 2px #ececff solid;
	padding: 10px;
	font-family: Arial;
}
#footer {
	background: #acd4ff;
	width: 1004px;
	height: 50px;
	margin: 0 auto;
	background-image: url('footer.jpg');
	background-position: 50% 0;
}
#login {
	width: 160px;
	float: left;
	padding: 20px;
	background-color: #ffffff;
}
#login h5{
	margin-top:10px;
}
#login_top {
	background-image: url('login_top.jpg');
	float: left;
	width: 200px;
	height: 45px;
	text-align: center;
	overflow: hidden;
}
#login_top h5 {
	margin-top: 20px;
}
.siderbar {
	width: 160px;
	height: 400px;
	float: left;
	padding: 20px;
	background-image: url('siderbar.jpg');
	background-repeat: no-repeat;
}
.siderbar h4 {
	color: #FFFFFF;
	text-align: center;
}
.siderbar_list {
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}
.siderbar_list li {
	font-size: 16px;
	font-weight: bold;
}
.siderbar_list li a {
	text-decoration: none;
	color: #82c3ff;
}
.siderbar_list li a:hover {
	text-decoration: underline;
	color: gray;
}
#content {
	width: 734px;
	background-color: #ffffff;
	float: right;
	padding: 20px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
#content_II {
	width: 944px;
	background-color: #ffffff;
	float: right;
	padding: 20px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
#nav {
	height: 26px;
	float: left;
	margin-top: 124px;
	list-style: none;
}
#nav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	margin-left: 2px;
	height: 22px;
	width: 98px;
	padding-top: 4px;
	text-decoration: none;
	background-image: url('nav.jpg');
}
#nav li:hover {
	background-image: url('nav.jpg');
	color: #FFFF99;
	text-decoration: underline;
}
#nav li#current_2 {
	background-image: url('nav.jpg');
	background-position: 0px -26px;
	color: #acd4ff;
}
#logo {
	height: 130px;
	width: 200px;
	float: left;
	background-image: url('logo.jpg');
	margin: 10px;
}
span {
	line-height: 120%;
	color: gray;
}
p {
	line-height: 120%;
	color: gray;
}
.text1 {
	border: 2px #82c3ff solid;
	padding: 0 20px;
}
li {
	font-size:12px;
	line-height: 120%;
	color: gray;
}
.button1 {
	float: right;
}
.text2 {
	float:left;
	margin: 10px;
	width: 572px;
	padding: 0;
}
.text2 h6 {
	margin: 0;
}
.text2 h5 {
	margin: 0;
}
.text2 p {
	font-size: 12px;
	color: gray;
	margin: 10px 0;
}
.text2 a {
	color: #82c3ff;
	text-decoration: none;
}
.text2 a:hover {
	color: black;
	text-decoration: underline;
}
.pic {
	float: left;
	margin: 10px 0;
}
.pic img{
	width:150px;
	height:120px;
}
hr {
	color: #82c3ff;
	float: left;
}
.box {
	margin-bottom: 20px;
}
.error {
	height: 100%;
	width: 100%;
	border: 2px #82c3ff solid;
}
.td1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	width: 100px;
	border-right: 1px #82c3ff solid;
	border-bottom: 1px #82c3ff solid;
	background-color: #82c3ff;
}
.td2 {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	border-right: 1px #82c3ff solid;
	text-align: right;
	background-color: #82c3ff;
}
.text3 {
	background-color: #acd4ff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.text3 p {
	color: black;
	margin: 0;
	font-size: 13px;
}
.text3 a {
	text-decoration: none;
	color:navy;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.text3 a:hover {
	color: gray;
	text-decoration: underline;
}
.flie_box {
	border: 2px #babada solid;
	margin: 0 auto;
	padding: 2px;
	width: 996px;
	background-color: #e3e3f1;
}
