@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 18px;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
	}
p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 6px;
}
h2 {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 6px;
}

#container {
	height: 117px;
	background-color: #dfe3e8;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3f77f6;
	margin-bottom: 8px;
}
.clear {
	clear: both;
}
#container #header{
	height: 117px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container #header #logo{
	height: 117px;
	width: 411px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#container #header #nav{
	height: 35px;
	float: left;
	padding-top: 82px;
	width: 549px;
}
#container #header #nav ul{
	display: block;
	padding-left: 140px;
}
#container #header #nav li{
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	float: left;
	display: block;
	height: 35px;
	margin-left: 4px;
	list-style-type: none;
}
#container #header #nav li .left_img{
	float: left;
	background-image: url(../images/nav_left_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 5px;
}
#container #header #nav li .right_img{
	float: left;
	background-image: url(../images/nav_right_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
}
#container #header #nav li a{
	height: 27px;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	text-decoration: none;
	float: left;
}
#content ul{
    margin-left:35px;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main #left {
	width: 699px;
	margin-right: 8px;
	float: left;
}
#main #left #content{
	width: 699px;
	margin-top: 16px;
}
#main #left #content h1{
	font-size: 18px;
	font-weight: bolder;
	color: #1442ac;
	display: block;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdc7ce;
}
#main #left #content h2{
	font-size: 18px;
	font-weight: bolder;
	color: #1442ac;
	display: block;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdc7ce;
}
#main #left #content .box{
	margin-bottom: 16px;
}
#main #left #content .box .box_img{
	float: left;
	width: 110px;
	margin-right: 12px;
}
#main #left #content .box .box_img img{
	width: 110px;
}
#main #left #content .box .txt{
	float: left;
	width: 576px;
}
#main #left #content .box ul{
	margin-left: 35px;
}
#main #right_sidebar{
	width: 253px;
	float: left;
	background-color: #DFE3E8;
}
#main #right_sidebar h2{
	display: block;
	margin-top: 0px;
	font-size: 14px;
	background-color: #6694FF;
	color: #FFF;
	padding: 4px;
}
#main #right_sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main #right_sidebar ul li{
	margin-bottom: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 20px;
	padding-bottom: 4px;
}
#main #right_sidebar ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #1442AC;
}
#main #right_sidebar ul li a:hover{
	text-decoration: underline;
	font-size: 14px;
	color: #1442AC;
}
#foot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #DFE3E8;
	}
