@charset "utf-8";
/* CSS Document */

body{	
	background:url(../images/inner_bg.jpg) no-repeat #143050 center top;
}
A {
	color:#155079;	
}
A:hover{
	color:#009ddc;	
}

DIV#main_contentWrp{
	width:100%;
}
	
DIV#innerpage_bannerWrp{	
	height:258px;
	border-bottom:#fff solid 1px;
	margin:0;
	overflow:hidden;
}
	DIV#innerpage_bannerWrp_cntnt{
		width:980px;
		margin:0 auto 0 auto;
	}
	DIV#innerpage_bannerWrp_left{		
		width:440px;		
		margin:12px 0 0 12px;
	}
	DIV#innerpageWrp_middle_breadcrumbs SPAN.here{
		margin:0;
		padding:0;
	}	
		
DIV#innerpageWrp{
	width:100%;
	background-color:#fff;
	border-top:#0c283e solid 4px;
	padding-top:12px;
	color:#333;
}
DIV#innerpageWrp SPAN.formnote1{
		font-size:8pt;
		font-style:italic;
	}
	DIV#innerpageWrp_cntnt{
		width:980px;
		margin:0 auto 0 auto;
	}
		DIV#innerpageWrp_left{
			float:left;
			width:247px;
			margin:0 32px 0 0;
		}
		DIV#innerpageWrp_left A{
			color:#1f2f43;
			font-size:12pt;
			display:block;
			padding:6px 0 6px 5px;
			border-bottom:#cdcdcd solid 2px;
			text-decoration:none;
			text-transform:capitalize;
		}
		DIV#innerpageWrp_left A:hover{
			color:#ffffff;
			background-color:#07385a;
		}
		DIV#innerpageWrp_left A.here {
			color:#ffffff;
			background-color:#005495; /*07385a*/
		}	
		
		DIV#innerpageWrp_left DIV.graphic {
			margin:0 0 12px 0;
			width:237px;
			border:#818181 solid 1px;
			text-align:center;
			font-size:9pt;
			font-weight:bold;
		}
		DIV#innerpageWrp_left DIV.graphic A {			
			padding:0;
		}
		
		
		DIV#innerpageWrp_middle{
			float:left;
			width:675px;
			margin:0;
			min-height:300px;
		}
			DIV#innerpageWrp_middle_breadcrumbs{
				font-weight:bold;
				font-size:8pt;
			}
			DIV#innerpageWrp_middle_breadcrumbs A{
				color:#155079;
				text-decoration:none;
			}
			DIV#innerpageWrp_middle_breadcrumbs A:hover{
				color:#009ddc;
			}
			DIV#innerpageWrp_middle_breadcrumbs SPAN.here{
				
			}		
			
		DIV#innerpageWrp_middle H1{
			font-size:20pt;
			margin:8px 0 0 0;
			font-weight:normal;
		}
		DIV#innerpageWrp_middle H2{
			font-size:15pt;
			margin:8px 0 4px 0;
			font-weight:normal;
		}
		DIV#innerpageWrp_middle H3{
			font-size:13pt;
			margin:8px 0 4px 0;
			font-weight:normal;
		}
		DIV#innerpageWrp_middle SPAN.article_date{
			font-size:9pt;
			font-weight:bold;
			font-style:italic;
			margin:0;
			padding:0;			
		}
		DIV#innerpageWrp_middle IMG{
			display:block;
			margin:0 auto;
		}
		DIV#innerpageWrp_middle P{
			text-indent:0;
		}
		DIV#innerpageWrp_middle LEGEND{
			font-weight:bold;
		}		

DIV#footerWrp{
	background-color:#005495;
	background-image:none;
}
