html, body {
	background-color: #00176A;
	margin: 4;
	padding: 0;
	
	scrollbar-face-color: #FDF1D9; 
	scrollbar-shadow-color: #FEF2E0; 
	scrollbar-highlight-color: #FDF1D9; 
	scrollbar-3dlight-color: #B99D66; 
	scrollbar-darkshadow-color: #EFC36D; 
	scrollbar-track-color: #E0DBD3;
	scrollbar-arrow-color: #8D2303
	
}
		
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	width: 800px;
	margin: auto;
}

#logo_banner{
	width: 800px;
	height: 86px;
	margin: auto;
}

#banner{
	width: 800px;
	height: 80px;
	margin: auto;
}

#content_container{
	width: 575px;
	height: 558px;
	float: right;
	background-color: #EDEFF1;
}

#content_top{
	width: 574px;
	height: 24px;
}

#content_bod{
	width: 574px;
	height: 20px;
	clear: all;
}

#content_left{
	float: left;
	margin: 0;
	width: 14px;
	height: 514px;
	background: url(inc/content_left_edge.gif) repeat-y;
}

#content_right{
	float: right;
	width: 14px;
	height: 514px;
	background: url(inc/content_right_edge.gif) repeat-y;
}

#main_content{
	width: 540px;
	height: 514px;
	background-color: #EDEFF1;
}

#main_content .list{
	float: right;
	line-height: 22px;
	font-size: 14px;
	height: 180px;

}

#main_content h2 {
	font-size:19px;
	color: #00317A;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#main_content h3 {
	font-size:14px;
	color: #00317A;
	margin: 0;
	padding: 0;
}

#main_content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.frame_content{
	width: 480px;
	background-color: #EDEFF1;
}

.frame_content h2 {
	font-size:16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.frame_content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#home_image {
	float: left;
	width: 210px;
	padding: 2px;

}

#list_body {
	float: left;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	margin-left: 0px;
	width: 250px;
	height: 180px;
}


.padding {
	padding: 4px;
}


.padding2 {
	padding: 12px;
}


#leftcolumn_container {
	float: left;
	background-color: #185394;
	width: 225px;
	height: 558px;
}
	
#left_menu {
	width: 225px;
	height: 543px;
}

.text {  
	font-size: 8pt; 
	color: #C6DDFF; 
	line-height: 14px; 
	font-weight: normal; 
}

#left_menu_tabs {
	margin-top: 0px;
	width: 194px;
	padding-top: 4px;
	background: url(inc/menu_bg.gif) repeat-y center;
}

#menu_top {
	width: 194px;
	height: 6px;
	}

#menu_bod {
	margin-left: 0px;
	width: 194px;
	height: 6px;
	}
	
#leftcolumn_bod {
	width: 225px;
	height: 15px;
	}
	
#leftcolumn_top {
	width: 225px;
	height: 21px;
	}
	
#footer_top {
	clear: both;
	width: 800px;
	height: 45px;
	background-color: #52649C;
	}
	
#footer_top	.footer_text_1 {
	float: right;
	font-size: 7pt;
	color: #DFEAF1;
	line-height: 18px;
	font-weight: normal;
	margin-right: 96px;
	top: 4px;
	position: relative;
}

#footer_bod {
	clear: both;
	color: 00176A;
	width: 800px;
	height: 50px;
	background: url(inc/footer_back.jpg)  no-repeat center top;
}

.footer_text_2 { 
	font-size: 9px; 
	font-weight: normal;
	float: right;
	margin-right: 22px;
}


a:link  { text-decoration: underline; color: #4E47C5;}
a:active { text-decoration: underline; color: #5959D2;}
a:visited { text-decoration: underline; color: #5959D2;}
a:hover { text-decoration: underline; color: #7E7EDC;}

.white:link { text-decoration: underline; color: #DFEAF1;}
.white:active { text-decoration: underline;color: #F2FAFF;}
.white:visited {text-decoration: underline; color: #DFEAF1;}
.white:hover {text-decoration: underline; color: #FFFFFF;}
