@charset "utf-8";
/* CSS Document */

/* Define Divs */

body {
	background:#5d87c0;
	margin:0 auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#header {
	width:1000px;
	height:311px;
	background:url(../images/header.jpg);
	float:left;
}

#header a{
	color:white;
	text-decoration:none;
}

#top-header-text {
	/*margin-top:40px;*/
	width:700px;
	text-align:center;
	font-family:Tahoma;
	font-size:14px;
	color:white;
	line-height:1.25em;
}

.topnav
{
position:relative;
top:-30px;
font-family:Tahoma;
	font-size:14px;
	color:white;
}

#bottom-header-text {
	margin-top:140px;
	width:1000px;
	text-align:center;
	font-family:Tahoma;
	font-size:14px;
	color:white;
	line-height:1em;
}

#top-header-text-left {
	padding-left:20px;
	float:left;
	width:300px;
	margin-top:45px;
	font-family:Tahoma;
	font-size:12px;
	color:white;
}	

#top-header-text-right {
	text-align:right;
	padding-right:20px;
	float:right;
	width:300px;
	margin-top:45px;
	font-family:Tahoma;
	font-size:12px;
	color:white;
}	

.blue-dot {
	color:#5d87c0;
}

#content-bg {
	float:left;
	width:1000px;
	background:url(../images/content_bg.jpg);
}
/* Define Divs: Home */
#home-content-top {
	font-size:0;
	line-height:0;
	float:left;
	width:1000px;
	height:8px;
	background:url(../images/home_content_top.jpg) no-repeat;
}

#home-content-bg {
	float:left;
	width:1000px;
	background:url(../images/home_content_bg.jpg);
}

#home-content-left {
	float:left;
	width:186px; 
	padding-left:40px;
}

#home-content-center {
	float:left;
	width:485px; 
	padding-left:32px;
}

#home-content-right {
	float:left;
	width:176px; 
	padding-left:50px;
}

.read-more {
	color:black;
	font-weight:bold;
}

#home-content-bottom {
	float:left;
	width:1000px;
	height:8px;
	background:url(../images/home_content_bottom.jpg) no-repeat;
}

/* Define Divs: regulatory updates 66-33 */
#reg-content-top {
	font-size:0;
	line-height:0;
	float:left;
	width:1000px;
	height:8px;
	background:url(../images/reg_content_top.jpg) no-repeat;
}
#reg-content-bg {
	float:left;
	width:1000px;
	background:url(../images/reg_content_bg.jpg);
}

#reg-content-left {
	float:left;
	width:691px; 
	padding-left:20px;
}

#reg-content-right {
	float:left;
	width:206px; 
	padding-left:60px;
}

#reg-content-bottom {
	float:left;
	width:1000px;
	height:8px;
	background:url(../images/reg_content_bottom.jpg) no-repeat;
}


#footer {
	float:left;
	width:1000px;
	height:71px;
	background:url(../images/footer.jpg);
}

#footer-content {
	padding-top:30px;
	width:1000px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	color:#d8e0ec;
	line-height:1em;
	}
	
#inside-content-top {
	float:left;
	font-size:0;
	line-height:0;
	width:1000px;
	height:8px;
	background:url(../images/inside_content_top.jpg);
}

#inside-content-bg {
	float:left;
	width:1000px;
	background:url(../images/inside_content_bg.jpg);
}

#inside-content {
	font-family:Tahoma;
	padding:0 60px 0 60px;
}

#inside-content-bottom {
	float:left;
	font-size:0;
	line-height:0;
	width:1000px;
	height:8px;
	background:url(../images/inside_content_bottom.jpg);
}

/* Define fonts */
p {
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
margin:0px;
}
.main_text {
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
margin:0px;
}
.list_text {
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
text-align:left;
}
.accent_text {
font-family:"Times";
font-size:14px;
color:#333333;
margin:0px;
font-style: italic;
}
.subtitle_text {
font-family:"Times";
font-style: italic;
font-size:16px;
color:#3A5682;
margin:0px;
}

HR {
	color:#333333;
	width:75%;
	height: 1px;
	border: 0;
	background-color: #333333;
	text-align: center;
}

.HR2 {
	color:#273A59;
	width:100%;
	height: 2px;
	border: 0;
	background-color: #273A59;
	text-align: left;
	margin:0px;
}
.HR3 {
	width:100%;
	height: 4px;
	border: 2px inset #273A59;
	background-color: #273A59;
	text-align: left;
	margin: 10px auto 0 0;
}
.HR4 {
	color:#273A59;
	width:100%;
	height: 1px;
	border-top: 3px double #273A59;
	background-color: #273A59;
	text-align: left;
	margin:0px;
}
/* div class based on margin or indent size */
.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.indent10 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.indent30 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
}
.indent50 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	text-align:top;
	vertical-align: top;
}

.H1 {
	color:#273A59;
	font-size:19px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
.H2 {
	color:#3A5682;
	font-size:17px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
.H3 {
	color:#333333;
	font-size:16px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
.H4 {
	color:#5674B0;
	font-size:14px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
.H5 {
	color:#324A70;
	font-size:14px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
.H6 {
	color:#333333;
	font-size:14px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}


H1 {
	color:#273A59;
	font-size:19px;
	margin:0px;
	font-weight: normal;
}
H2 {
	color:#3A5682;
	font-size:17px;
	margin:0px;
	font-weight: normal;
}
H3 {
	color:#333333;
	font-size:16px;
	margin:0px;
	font-weight: normal;
}
H4 {
	color:#5674B0;
	font-size:14px;
	margin:0px;
	font-weight: normal;
}
H5 {
	color:#324A70;
	font-size:14px;
	margin:0px;
	font-weight: normal;
}
H6 {
	color:#333333;
	font-size:14px;
	margin:0px;
	font-weight: normal;
}


