/* PRINT STYLE SHEET
Copyright 2004 by NALD (National Adult Literacy Database)  - All Rights Reserved 
- Web development by the NALD Design Team - Email: contactnald@nald.ca -
- Created 2004	
Date: May 13, 2004		
*/

#cover, /*main table on the cover page*/
#contentwrapper, #series, /* Main table and series */
{	
	width: 100%; /* Ensure the page will print correctly on a page */
}

#adobe, #footer /* Hide the adobe and naviguation links tables to the printer */
{
	display: none;
}