


/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; 
background: #FFFFFF; 
}

#wrapper  {

width: auto; 
margin: 0; padding: 1em; background:#FFFFFF;
border-left:none;
border-right:none;
border-bottom:none;
}



#header,#navigation, #footer{

display: none; 

}

#outer {

        border-left:none;  /* left column background */
        border-right:none; /* right column background */
	background-color: #FFFFFF; /* center column background */

}


#leftcolumn {

display:none;

}

#rightcolumn {

display:none;

}


.footerlink{

padding:0 3% 0 2%;

}

#footerformater {

display:none;
}



.footerlinks { 

 padding:0 0.3em 0 4em;

}


.purpose{


margin-left:0.8em;

padding-left:0.3em;
}

.skip {
 

 display:none;
 
 }



/* The message below will only display in modern browsers like Firefox, at the top of the page when it is printed. */

#content:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed.";
display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #fafae9; text-align: center;font-weight:bold; } 