body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eaf1f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}
#bg_page {
	width: 100%;
	height: 100%;
	background: url("../images/bg_page.gif") top repeat-x;	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header { 
	height: 128px;
}
	#header_logo {
		height: 99px;
		background:url(../images/bg_header_logo.jpg) top left no-repeat;
	}
	#header_menu {
		height: 30px; 
	}
#footer_spacer { height: 100px; width:100%; }
/* INDEX */
#image_holder {
	height: 459px;
	background: url(../images/bg_ii.jpg) top left no-repeat;
}
	#image_left { width: 610px; height: 459px; float:left; }
	#image_mid { width: 323px; float:left;}
		#image_ii_1 { height: 50px; }
		#image_ii_2 { height: 89px; display: block; background:url(../images/bg_ii_m_2.jpg); }
			#image_ii_2 p, #image_ii_3 p, #image_ii_4 p, #image_ii_5 p { padding:20px 0px 0px 111px; margin:0px; }
			a#image_ii_2, a#image_ii_3, a#image_ii_4, a#image_ii_5 { color: #fff; text-decoration:none; }
			a#image_ii_2:hover { background:url(../images/bg_ii_m_2_hvr.jpg); color:#000000; text-decoration:none; }
		#image_ii_3 { height: 89px; display: block; background:url(../images/bg_ii_m_3.jpg); }
			#image_ii_3:hover { background:url(../images/bg_ii_m_3_hvr.jpg); color:#000000; text-decoration:none; }
		#image_ii_4 { height: 89px; display: block; background:url(../images/bg_ii_m_4.jpg); }
			#image_ii_4:hover { background:url(../images/bg_ii_m_4_hvr.jpg); color:#000000; text-decoration:none; }
		#image_ii_5 { height: 89px; display: block; background:url(../images/bg_ii_m_5.jpg); }
			#image_ii_5:hover { background:url(../images/bg_ii_m_5_hvr.jpg); color:#000000; text-decoration:none; }
		#image_ii_6 { height: 53px; background:url(../images/bg_ii_m_6.jpg); }
	#image_right { width: 26px; height:459px; float:left; }
#footer_ii { height: 23px; background:url(../images/bg_ii_footer.jpg) top no-repeat; }
/* CONTENT */
#content { width: 930px; background:#FFFFFF; color: #315b92; padding: 15px; line-height: 16px;}
	#content p { padding: 5px 5px; } 
#content_left { width: 700px; float: left; }
	#content_left p { padding: 5px 5px; } 
.rbh /*right box holder */ { width: 215px; border: solid #e5e5e5 5px; float:right; } 
	.rbh_content { padding: 5px; height: 70px; display: block; background:url(../images/bg_arrow_grey.gif) right center no-repeat; }
		a.rbh_content:link, a.rbh_content:visited ,a.rbh_content:active  { text-decoration:none; }
		a.rbh_content:hover { background:url(../images/bg_arrow_grey_hvr.gif) right center no-repeat; text-decoration:none; }
	.rbh_border { width: 215px; height: 5px; background: #e5e5e5; }

/* FONT */
.title{ font-size: 14px; font-weight: bold; }
a:link {
	color: #325B93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #325B93;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #325B93;
}