/*-----------------------------------------------
	Print style sheet
-------------------------------------------------*/

body { margin: .5in; background: none; }

* { color: black; background: none; }

#container, #wrapper, #col1, #col2, #col3, #primaryContent, #secondaryContent, #footer, #footer div
{
	display: block;
	position: static;
	background: none;
	float: none;
	width: auto;
	margin: .25in 0;
	padding: 0;
	width: auto;
}

#footer
{
	padding-top: 0;
}

#nav, #branding, #secondaryNav, #secondaryNav ul, #footer ul, .bot
{
	display: none;
}


#footer div p
{
	position: static;
	padding: 0;
	margin-top: 0;
	background: none;
}

img#ehl { display: inline; }