/* CSS Document */
body {
	margin:auto;
	text-align:center;
	font-size:14px;
	/*background:#ededed;*/
	background:#154e7b;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	}
#top {
	width:100%;
	text-align:center;
	margin-top:100px;
	/*background:url(../images/top_bg.jpg) repeat-x 0 0;*/
	height:250px;
	}
#mainbody {
	margin:auto;
	width:900px;
	padding:0px;
	}
#maincontent {
	position:relative;
	margin-top:-350px;
	padding:0px;
	width:900px;
	}
#logo {
	float:left;
	width:900px;
	background:#fff;
	}
#logo_left {
	float:left;
	width:450px;
	}
#top_menu {
	float:right;
	width:450px;
	}
#top_menu li {
	float:right;
	list-style-type:none;
	text-decoration:none;
	padding-top:60px;
	}
#top_menu li a{
	text-decoration:none;
	padding:0 15px;
	color:#0e4b7a;
	font-weight:bold;
	}
#top_menu li a:hover{
	color:#000;
	}
#banner {
	float:left;
	width:900px;
	background:url(../images/banner_bg.jpg) repeat-x 0 0;
	}
#menu {	
 	float:left;
	background:#2c7ab8;
	width:885px;
	margin:0px;
	padding-left:15px;
	}
#menu ul {
	padding:0px;
	margin:0px;
	}
#menu li {
	float:left;
	padding:2px 0;
	margin:0px;
	}
#menu li a{
	float:left;
	text-decoration:none;
	margin:0px;
	padding:5px 23px 0 23px;
	color:#dbdbdb;
	font-size:16px;
	font-weight:bold;
	}
#menu li img {
	padding:0px;
	margin:0px;
	}
#menu li a:hover{
	color:#000;
	}	
#content {
	float:left;
	padding:10px 25px;
	margin:0px;
	width:850px;
	background:#fff;
	}
#content p {
	margin:0px;
	padding:5px 0;
	}
#content a {
	color:#0e4b7a;
	font-weight:bold;
	}
#content a:hover {
	color:#000;
	}
#content li {
	background:url(../images/bullet.jpg) no-repeat 0 6px;
	padding-left:14px;
	line-height:20px;
	}
#left {
	float:left;
	width:560px;
	padding-right:19px;
	border-right:1px solid #0e4b7a;
	}
.button {
	padding-right:30px;
	}
#right {
	float:left;
	width:260px;
	padding-left:10px;
	}
#right ul {
	margin:0px;
	padding:0px;
	}
#right ul li {
	margin-top:10px;
	color:#666666;
	}
#right ul li a{
	font-size:14px;
	font-weight:normal;
	color:#0e4b7a;
	}
#right ul li a:hover{
	color:#000;
	}

.image_style {
	float:right;
	padding:0 0 8px 8px;
	}
#footer {
	float:left;
	width:100%;
	background:#fbf5e9;
	padding:10px 0;
	margin:0px;
	}
#footer p {
	text-align:center;
	padding:0;
	font-size:12px;
	margin:0px;
	}
	
img {
	border:none;
	}
li {
	list-style-type:none;
	text-align:left;
	}
a {
	text-decoration:none;
}
p {
	text-align:justify;
	}
h1, h2, h4 {
	text-align:left;
	color:#0e4b7a;
	}
h3 {
	text-align:center;
	color:#0e4b7a;
	font-size:18px;
	}