@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.index_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #0C117C;
}


h1, h2, h3, h4, h5 { color: #333333; }
h1
{
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}

div.top-banner-wrapper, div.footer{
	background: url(../images/bkg_top_w1_h116.jpg) repeat-x;
	width: auto;
	height: 116px;
	
}

div.top-banner-wrapper
{
	border-bottom: 1px solid #000000;
}

div.footer
{
	border-top: 1px solid #000000;
}

div.header-image{
	width: 755px;
	height:76px;
	margin: 0 auto;	
}

div.navigation-wrapper{
	width: 755px;
	height:32px;
	margin: 8px auto 0;	
}

div.top-nav-left
{
	background:url(../images/nav_top_lft_w15_h32.jpg) no-repeat;
	width: 15px;
	height: 32px;
	float: left;
}

div.top-nav-center
{
	background: url(../images/nav_top_bkg_w1_h32.jpg) repeat-x;
	height: 27px;
	width: 725px;
	float: left;
	padding-top: 5px;
}

div.top-nav-right
{
	background: url(../images/nav_top_rgt_w15_h32.jpg) no-repeat;
	width: 15px;
	height: 32px;
	float: left;
}

div.site-body{
	width: 755px;
	height: auto;
	margin: 0 auto;
}

div.home-feature
{
	width: auto;
	height: 210px;
	padding: 0;
	margin: 0;
}

div.below-feature
{
	background: url(../images/bkg_btm_feature_w1_h18.jpg) repeat-x;
	height: 18px;
	width: auto;
	margin-top: 1px;
}

div.home-content, div.inside-content
{
	width: 740px;
	height: auto;
	padding: 10px;
	display:block;
}

div.inside-content
{
	width: auto;
}

div.home-ad
{
	width: 190px;
	height: auto;
	padding-top: 10px;
	float: right;
}

div.home-content-wrapper
{
	height: auto;
}

div.top-nav-center a
{
	font-size: 15px;
	font-weight: bold;
	padding-right: 11px;
	color:#FFFFFF;
	text-decoration: none;
}

div.top-nav-center a:hover
{
	text-decoration: underline;
}

div.footer_center {
	width: 755;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000033;

}
.site-body .home-content-wrapper .home-content p {
	font-size: 16px;
}

