/* GLOBAL 
------------------------------------------------------------------ */
	* { padding: 0; margin: 0; }
	p {line-height: 1.6em; margin-top: 0px;}
	h1 { font-size: 180%; margin: 20px 0 10px 0; padding: 0; }


/* BODY
------------------------------------------------------------------ */
	body { margin:0px 0px; padding:0px; width: 100%; text-align:center;  font-family: arial; background: white url(images/background_gradient.gif) no-repeat; 	}
	
	
/* MAIN PAGE BLOCKS 
------------------------------------------------------------------ */

	/* HEADER */
	#top_container{ display: none;  }
	
	/*BRANDING (LOGO AND SLOGAN) */
	#branding_container{ display: none; }
	#branding_container .center { display: none; }
	
	#branding_container_print { margin:0px; text-align:left; padding: 0px;  height: 270px; border-bottom: 4px solid #355E8C;}
	#branding_container_print .center { width: 870px; margin: 0; padding: 0px; text-align:left; height: 270px; background:url(images/homepage_banner.png); }
	
	
	/*NAV CONTAINER */
	#nav_container { display: none;  }	
	
	
	
	/* PROSE */
	#prose_container { margin: 0px; text-align:left; padding: 20px 0 0 0;  }
	#prose_container .center { width: 870px; margin: 0; background: white; padding: 0px 0 0; text-align: left; }
	#prose_container .center p { background: white; padding: 10px 0 0 0; text-align: left; color: #333; font-size: 90%; }
	
	#prose_container .center h2 { padding-bottom: 30px; font-family: georgia; }
	#prose_container .center h3 { padding-top: 30px; font-family: georgia; }
	#prose_container .center #float_right { display: none;}

	#prose_container .center #float_right_print { width: 300px; margin: 10px 0 0 0px; padding: 10px 0 0 0px;}
	#prose_container .center #float_right_print .section { width: 280px; margin-top: 10px;}
	#prose_container .center #float_right_print .section .header { position: relative; letter-spacing: 1px; padding: 10px; font-weight: bold; width: 280px; font-size: 90%; background: #F8F8E1; border: 1px solid #92A9C8; }
	#prose_container .center #float_right_print .section .body { padding: 5px 10px 10px 10px; font-size: 90%; color: #444; line-height: 1.3em;}
	#prose_container .center #float_right_print .section .body ul { padding: 5px 10px; margin: 5px 10px; list-style-type: square; }
	#prose_container .center #float_right_print .section .body ul li { padding-bottom: 5px; }
	
	
	/* FOOTER */
	#footer_container { display: none; }
	
	



	
	
	

		