/*
Copyright 2009 by NALD (National Adult Literacy Database)  - All Rights Reserved 
- Web development by the NALD Design Team - Email: contactnald@nald.ca -
- Created 2009
Organization:
Contact:
Date: 
*/




body {background-color: #FFFFFF;}

h1
{	/*Replace the graphic (logo) for text*/
	font-size: 1.8em; 
	color: #000;
}

#header
{	/*Remove the graphic (logo)*/
	display: none;
	width: 100%;
}

#menu, #footer, #acrobat
{
	display: none;
	width: 100%;
}

#content
{
	width: 100%;
}

