@media print
{
	/* Style sheet adjusts page for printing */
	html
	{
	    height:auto;
		overflow:visible; /* Set IE scroll hack back to normal state */
	}
	body
	{
	    height:auto;
		background:none; /* Hide the page's background image (usually invisible anyway) */
		overflow:visible;
	}
	#bodyArea /* Set IE scroll hack back to normal state */
	{
		position:relative;
		overflow:visible;
	}
	#pageWrapperOutter
	{
		width:100%;
	}
	#pageWrapperBG
	{
		width:100%;
		display:block;
	}
	.loginLink
	{
		display:none;
	}
	#zoneLeft
	{
		display:none;
	}
	#contentWrapper
	{
		margin-top:34px;
		padding:0px;
	}
	#title h1
	{
		padding-left:100px;
	}
	#content
	{
		border:none;
	}
	#contentBottom
	{
		background:none;
		display:none;
	}
	#contentBottom div img
	{
		display:none;
	}
}