/* ND 1.5 09/01/08 - validated */

/* GENERAL */
.print
{
	display: inline;				
}

.screen
{
	display: none;				
}


/* FOOTER */
#footer
{
	display: none;				
}


/* HEADER */
#header
{
	margin-bottom: 2em;
}

#header #masthead
{
	margin: 0;
}

#header #masthead #logo
{
	background: none;
	margin: 0;
}

#header #logo IMG
{
	display: inline;
}
#date
{
	display:none;
}

/* MAIN BODY */
#mainContent
{
	margin: 0 !important;
}

#rightWrapper
{
	display: none;
}

#siteNavigation
{
	display: none !important;
}
#mainContent .column {
	margin:0 !important;
	padding:0 !important;
	width:65%;
}

#mainContent .column h2.sectionheading span {font-size:0.9em;}

#mainContent ul.bulleted {list-style-type:disc;}

