/* Used to make content printer friendly */

#topAd, #topNav, #leftNav, #leftAd, #rightAd, #bottomNav, .hideForPrint
{
	display: none;
	width: 0;
}

#contentArea, #ShowforPrint
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
	overflow: visible;
}



