body
{
	font-size: 100%; /* point equivalent of 11px this allows the print style sheet to more closely match the screen stylesheet */
}

#topBlock, #leftNav, #breadcrumb, #bottomNav, #callout, #title, #sidebar2
{
	display: none;
}

#content
{
	/* margin: 0px; */
	margin: auto;
	border: none;
	width: auto;
	/* width: 100%; */
}

#mainContent
{
	border: none;
	min-width: 72%;
}

#printLogo
{
	display:block;
	float: none;
}

