/* Hide all elements that should not be printed */
#header, #search-box, .container_servicenav, #sub-nav, #footer, #header-separator,.back,.print
{
	display			: none;
}
/* reset content container and main for full width */ 
#content-container, #main, #one-col #modules, #three-col #modules, #two-col #modules, #two-col #content-container, #container
{
	margin			: 0 !important;
	padding			: 0 !important;
	_padding		: 0 !important;
	float			: none !important;
	width			: 100% !important;
	_width			: 100% !important;
	border			: none !important;
	overflow 			: visible;
}
/* logo can become static in the page flow (remove absolute positioning */
#logo
{
	position		: static;
}
div.consolidated
{
margin-left: 0px
}
*html #content-container, #main, #one-col #modules, #three-col #modules, #two-col #modules, #two-col #content-container, #container,div.consolidated
{
	margin			: 0 !important;
	padding			: 0 !important;
	_padding		: 0 !important;
	float			: none !important;
	width			: 100% !important;
	_width			: 100% !important;
	border			: none !important;
}
table.financial {width:100%;}