﻿@media print {	
	body {
	font-size: 110% !important;
	background-color: #ffffff;
	}
	
	#header, #footer, #BackGroundBanner, #LeftColumn, #divBreadCrumb, #printThisPage
	{
		display:none !important;
	}
	
	#FloatColumnsContainer
	{
		background-image:none !important
	}
	
	#MiddleColumn
	{ 
		width: 620px !important;
	}

	#content{width:100%;}
}