@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#014A81;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
}
body  p {margin:0;padding:0;}
img { border:none}

a {color: #158BD2;text-decoration: none;outline: none; cursor:pointer;}
a:hover {color: #0A508F;text-decoration:none;cursor:pointer;}



#wrapper {
	width: 899px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {width:100%;}
#main #logo {
	width:503px;
	height: 89px;
	margin-top: 21px;
		}
#main #ad {
	height: 470px;
	width: 899px;
	background-image: url(../images/top-ad.jpg);
}
#main #ad #dl{
	height: 99px;
	width: 259px;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	position: absolute;
}
#main-content {
	background-color: #F2F9FF;
	height:100%;
	overflow: auto;
	width: 899px;

}
#sidebar-right {
	float: right;
	height: auto;
	width: 289px;
	margin: 20px 10px 10px 0;
}
#sidebar-right #tab1{
	height: 14px;
	width: 289px;
}
#sidebar-right .tab2{
	height:100%;
	overflow: auto;
	width: 269px;
	background-color: #B4DAED;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar-right .tab2 .title1{
	font-size: 18px;
	font-weight: bolder;
	color: #004A80;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar-right #tab3{
	height: 13px;
	width: 289px;
}
#sidebar-left {
	float: left;
	height: auto;
	width: 560px;
	margin: 20px 0 10px 10px;
	padding:0 10px;
}
#sidebar-left .title1{
	font-size: 17px;
	line-height: 53px;
	font-weight: bolder;
	color: #ED1B23;
	background-image: url(../images/sidebar-pic3.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar-left .txt1{
	width: 520px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #004993;
	padding:10px 0 10px 10px;
}
#sidebar-left .title2{
	font-size: 17px;
	line-height: 46px;
	font-weight: bolder;
	color: #ED1B23;
	background-image: url(../images/sidebar-pic4.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#sidebar-left .title3{
	font-size: 22px;
	line-height: 30px;
	font-weight: bolder;
	color: #004A80;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
	font-style: italic;
}
#sidebar-left .title4{
	font-size: 17px;
	line-height: 46px;
	font-weight: bolder;
	color: #ED1B23;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#footer {
	height:40px;
	width:100%;
	text-align:center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}
