html body, #mainwrap, #leftwrap, #rightwrap, #bothwrap {background: transparent none;}

#topwrap, #navbar, #header, #footer, #footerAd, #leftcolumn, #rightcolumn
{
	display: none !important;
	visibility: none !important;
}

#content, #leftwrap, #rightwrap, #bothwrap, #onecolumncontent, #twocolumncontent 
{
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent none !important;
}

#func { display: none; }

#printheader, #printfooter
{
	display: block !important;
}


#printheader
{
	height: 110px;
	border-bottom: 2px solid #800;
}

#printheader h1
{
	font-size: 30px;
	font-weight: lighter;
}

a:link, a:visited {
   color: #336699;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }