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

@media all
{
	
 	body { background:white; margin:0px; }
	
	#page_margins { width:640px; position:absolute; top:0px; left:0px; }

	#page { width:100%; }	
	
	#homeLink, #banner, #topnav, #navigation, #navigationList, #printButton, #metaLang, #logo, #nav, 
	#col1, #col2 { 
		display:none;
	}
	  
	#header, #footer { position: relative; }
	
	#header { height: 129px; background:none; }
	
 	#printHeader, #printFooter { display:block; font-size:12px; height:100%; width:100%; }
	
	#headerText { position:absolute; bottom:0px; width:100%; height:30px; left:0px; color:white; }
	
	#headerText img, #footer img { position:absolute; width:100%; height:100%; }
	
	#headerText div { position:absolute; left:20px; top:9px; }
	
	#footer { height:30px; }

	#footerText { position:absolute; left:20px; top:9px; }
	
	#footerDate { position:absolute; right:20px; top:9px; }
	
	#col3 { margin:0px; padding:0px 20px; background:none; }	

}

