/*
Copyright 2008 by NALD (National Adult Literacy Database) - All Rights Reserved 
- Web development by the NALD Design Team - Email: contactnald@nald.ca - Created 2008
Organization: Nunavut Literacy Council and NWT Literacy Council
Document: Tools for Community Building website
Contact Person: Kim Crockatt	
Date: January 2008		
*/

body 
{
	background-color: #ffffff;
}
h1
{
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #6082a6;
}
#content
{
	width: 100%;
}
#menu
{
	display: none;
	width: 100%;
}
.sidenav
{
	display: none;
	width: 100%;
}
#top
{
	display: none;
	width: 100%;
}
#wrapper
{
	width: 100%;	
	border: 2px solid #ffffff;
}
#bottom
{
	display: none;
	width: 100%;
}

