/* 
This style sheet is for printers. It makes some modifications to the base style sheet by setting the background to white.
*/


/********************************************************/

body, div#Main
{
	margin:0;
	padding:0;
	background: white;
}

div#MainBody
{
	padding-right: 15px;
}

div#footerBottom
{
	background: white;
	height: 62px;
	margin:0 auto;
	width:800px;	
	text-align:left; padding-left:50px; padding-right:50px; padding-top:0; padding-bottom:0
}
