/* CSS Document */

/* generic no print */

/* don't print images, unless specified */

img, .noprint {

	display:none;

	}



img.print {

	display:inline;

	}


/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; background: none #fff; }

/*#wrapper {width: auto; margin: 0; padding: 1em; background: none #fff; } */

#globalnav, #sublist, #navlist, .toplink {display: none; }

#content {float: none; width: auto; margin: 0; padding: 0; background: #fff; text-align: left; } #main > #content {margin: 0; }

/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. Slick, eh? */
#content:before {content: "This is a printer-friendly version. Copyright Disability, Pregnancy & Parenthood International"; 

display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }

#content:after {content: "Copyright DPPI 2009";

/* Dump the ads etc. */
#content .searchword {background: transparent; border: none; }

