/**

Included ara all styles required for the page to print correctly

*/
/* set the width to the paper width */
#outerContentWrapper {
	width: auto;
}

#outerContentWrapper #innerContentWrapper { 
	width: auto;
	padding: 0px;
	float: none;
}

#outerContentWrapper #topBorder, #outerContentWrapper #bottomBorder  { 
	display: none !important;
}

/* hides some of the testing displays */
#ViewLayouts {
 display: none !important;
}

#Footer { 
	color: #999999;
	text-align: left;
	font-size: 0.8em;
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #999999;
}