	body {
	   background: white;
	   font-size: 12pt;
	}
	
	p, li, td, th {
		font-size:12pt !important;
	}
	   
	.nav {
	   display: none;
	}
	
	#content-container span.status {display:none;}

	#content-container .head {
		display: none;
		height: 0 !important;
		width: 0 !important;
	}

	#content-container .head a {
		display: none;
		height: 0 !important;
		width: 0 !important;
	}
		
	#content-container .feature-content {
		display:none;
		float:none !important;
		width:0 !important;
	}
	
	#content-container, #content {
	   width: auto;
	   margin:0 !important;	
	   padding:0 !important;
	   border: 0;
	   float: none !important;
	   color: black;
	   background: transparent none;
	   width:100% !important;
	}
		
	#content-container .body .main-content #mapContainer {margin-top:10px;}
			
	div#content {
	   padding-top: 1em;
	   border-top: 0 !important;
	}
	
	#content-container .foot {display:none;}
	
	#main-footer {display:none;}
	
	div.head {
	   margin-bottom: -8px;
	}
	
	div.head img {
	   vertical-align: bottom;
	}
	
	a:link, a:visited {
	   color: #520;
	   background: transparent;
	   font-weight: bold;
	   text-decoration: underline;
	}
	
	/*
	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	}
	
	#content a[href^="/"]:after {
	   content: " (http://weworkforhealth.org/" attr(href) ") ";
   	}
   	*/

