﻿/* Main */
body {
	background-color: #fff;
	margin: 0 0;
	padding: 0 0;
	border: 0;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	border: 0;
	text-align:center;
}
#container {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	border: 0;
	text-align:center;
	vertical-align:top;
}

/* Header */
#header {
	height:61px;
	margin:0 0;
	padding:0 0 0 553px;
	border: 0;
	vertical-align:bottom;
	background:#fff url('../i/Header_line.gif') no-repeat bottom right;

}
#sitebanner {
	width:189px;
	height:96px;
	margin:0 0;
	padding:34px 0 0 571px;
	border: 0;
	vertical-align:top;
	background:#fff url('../i/home_banner.gif') no-repeat top left;
}
#header_space {
	width: 760px;
	height:71px;
	margin:0 0;
	padding: 0 0;
	border: 0;
	background:#fff url('../i/header_space.gif') no-repeat top left;
}
#menu {
    float:left;
	width: 169px;
	height:320px;
	margin:0 0;
	padding: 0 0;
	border: 0;
	text-align:left;
	background:#fff url('../i/menu_bg.gif') no-repeat top right;	
}
.ul_menu {
   padding: 0 0 0 18px;
   margin: 0 0;
   border: 0;
   font-size: 13px;
   color: #ee6200;
   font-weight:bold;
   line-height: 28px;
   list-style-image: url('../i/ul_menu.gif');
}
.ul_menu a {
   color: #06065c;
   text-decoration:none;
}
.ul_menu a:hover {
   color: #ee6200;
   text-decoration:none;
}
#content_wrapper1 {
    float:right;
    height:60px;
	width: 447px;
	margin:0 0;
	padding: 0 78px 0 66px;
	border: 0;
	text-align:left;
	background: #fff url('../i/content_bg1.gif') no-repeat top right;
	vertical-align:top;
}
#content_wrapper2 {
    float:right;
	width: 447px;
	height:100%;
	margin:0 0;
	padding: 0 78px 30px 66px;
	border: 0;
	text-align:left;
	vertical-align:top;
	background: #fff url('../i/content_bg.gif') no-repeat bottom left;
}
/* Footer */
#footer {
    clear:both;
    width: 526px;
	height:18px;
	margin:0 0;
	padding:10px 10px 10px 234px;
	border: 0;
	font-size: 11px;
	color:#191953;
	text-align:left;
	background: #fff url('../i/footer_bg.gif') no-repeat top left;
}
#footer a {
	color:#191953;
	text-decoration:none;
}
#footer a:hover {
	color:#191953;
	text-decoration:underline;
}
#footer_space {
	width: 44px;
	height:71px;
	margin:0 0;
	padding: 0 0 0 720px;
	border: 0;
	text-align:left;
}

/* Headings */
h1 {
	font-size:20px;
	color:#10107b;
	padding: 0 0 0 2px;
	margin: 0 0;
	border: 0;
}
h2 {
	font-size:16px;
	color:#06065c;
	padding: 2px 0 0 2px;
	margin: 0 0;
	border: 0;
}
h3 {
	font-size:14px;
	color:#06065c;
	padding: 10px 0 5px 0;
	margin: 0 0;
	border: 0;

}
h4 {
	font-size:12px;
	color:#49498f;
}
p{
	margin: 0 0;
	padding: 1px 0 7px 0;
	border: 0;
}
p a{
	color:#06065c;
	text-decoration:underline;
}
p a:hover{
	color:#06065c;
	text-decoration:none;
}
.news_title {
	margin: 0 0;
	padding: 1px 0 7px 0;
	border: 0;
	color:#ee6200;
	font-weight: bold;
}		
.highlight_font{
	color: #49498f;
	font-style:italic;
	}
ul{
	padding: 2px 0 5px 0;
	margin: 0 0 0 22px;
	border: 0;
	list-style-image:url('../i/ul.gif');
}
ul a{
	color:#06065c;
	text-decoration:underline;
}
ul a:hover{
	color:#06065c;
	text-decoration:none;
}

.box{
	background-color:#e8e8f0;
	border: 1px solid #9090be;
}
.button{
	background-color:#cccce1;
	border: 1px solid #6e6eaa;
	font-size: 12px;

}


















