body {
	margin: 10px 0;
	padding: 0; 
	background-image: url("/_images/_template/bkgd.jpg");
	background-repeat: repeat-x;
	background-color: #CBCBCB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	color: #666;
	line-height: 15px;
	}

body.popup {
	background-image: url("/_images/_template/bkgd_popup.jpg");
	margin: 0 auto;
	background-repeat: repeat;
	background-color: #CBCBCB;
	}

#wrapper {
	margin: 0  auto; 
	padding: 0; 
	width: 902px;
	}

/* ==================== head ==================== */

#head {
	margin: 0;
	padding: 10px 10px 0 10px;
	height: 51px; 
	background: url("/_images/_template/body_top_arc.jpg"); 
	background-repeat: no-repeat;
	}

#head a:link, #head a:visited {
	color: #00478D;
	font-size: 11px;
	}
#head a:hover, #head a:active {
	text-decoration: none;
	}
		
#leftcolHead {
	float: left; 
	margin: 0;
	padding: 0;
	}
	
#rightcolHead {
	float: right; 
	margin: 0;
	text-align: right;
	padding: 0;
	vertical-align: middle;
	}

	
/* ==================== main ==================== */

#main {
	clear: both;
	background: url("/_images/_template/body_bkgd.gif") 0 0 repeat-y;
	padding:0;
	margin:0;
	}

#leftcolMain, #leftcolSupport {
	float: left; 
	display: block; 
	padding: 0;
	margin: 8px 0 0 0;
	border-left: 17px solid white;
	}

#leftcolMain {
	width: 272px;
	}
	
#leftcolSupport	 {
	width: 216px;
	}
		
#rightcolMain, #rightcolSupport, #rightcolSupportHome
{
	float: left; 
	display: block; 
	margin: 8px 0 0 0;
	border-left: 17px solid white;
	padding: 0 0 30px 0;
}

#rightcolMain {
	width: 574px; 
	background: url("/_images/_template/main_bottom_fade.jpg") bottom left no-repeat; 
	}

#rightcolSupport	 {
	width: 634px; 
	background:  url("/_images/_template/support_1col_bottom_fade.jpg") bottom left no-repeat; 
	}

#rightcolSupportHome	 {
	width: 634px; 
	background:  url("/_images/_template/support_2col_bottom_fade.jpg") bottom left no-repeat; 
	}

#col1SupportHome {
	float: left;
	width: 320px;
	margin:0px;
	padding:0px;
	}	
			
#col2SupportHome {
	border-left: 11px solid white;
	float: left; 
	width: 299px;
	margin:0px;
	padding:0px;
	}	
				
/* ==================== footer ==================== */

#foot {
	margin: 0;
	padding: 0;
	vertical-align: bottom; 
	background: url( '/_images/_template/footer.png' ) bottom center no-repeat; 
	}
	
#foot p {
	margin: 0;
	padding: 12px 25px;
	font-size: 10px; 
	color: #FFF; 
	}
	
#foot a:link, #foot a:visited{
	color: #FFF; 
	text-decoration: underline;
	}
	
#foot a:hover, #foot a:active  {
	text-decoration: none;
	}
	
/* ==================== i ==================== */
#i {
	margin: 0;
	padding: 0;
	float: right;
}