/* This is the print stylesheet to hide the navBars from the browser */

body {
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
   }
#topnav {
   display: none;
   }
   
#topnavb {
	display:none;
}
#homeheadline {
   display: none;
   } 
#leftnav {
   display: none;
   }
#rightnav {
   display: none;
   } 
#outreachwebnetwork {
   display: none;
   } 
#outreachpartners {
   display: none;
   }
#headerimg {
   display: none;
   }
#wrap, #block {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#header {
	display: none;
   }
a:link, a:visited {
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
#sc_footer {
	display:none;
}
#sc_footer_pro {
	display:none;
}

/* CSS Document */


