@media print{ 
/*hide these elements when printing*/ 
#header,
#leftcol,
#rightcol,
#level1-menu,
#nav,
#nav li,
#nav a,
#nav a:hover,
#return_to_top,
#search_form,
#return_to_top li,
#return_to_top a,
#return_to_top a:hover,
#search_button,
#footer,
#footer_left,
#footer_left img,
#top_header
{
	display:none;
	margin: 0;
	height: 0;
}

/* Fit this content to 100% width */


html,
body,
#pagewidth,
#wrapper,
#twocols,
#maincol,
#breadcrumb
{
	width:100%;
	float:none;
	clear: left;
	background-color: #fff;
	background-image: none;
}
}

