@media screen
{
	body {margin: 0; padding: 20px; background-color: none;}
	.BodyBackground {background-color: #FFFFFF;}
	.ContentPane {}
	.PrintHide {visibility:hidden; display: none;}
	.InteriorContainer {background: #fff; width:100%;}
	.RegionContent {width: 100%; padding-left: 20px;}
	.Hide, .PrintModeButton, .PrintModeButtonPrint, .PrintPage {visibility:hidden; display:none}
	.LeftPane, .HeaderPane, .NavigationPane, .HeaderPane2, .FooterPane, .FooterPane2, .Q4FooterPane {visibility:hidden; display:none}
	.Breadcrumb {position: static; margin-left: 20px;}
}

@media print
{
	body {margin: 0; padding: 20px;}
	.BodyBackground {background-color: #FFFFFF;}
	.ContentPane {}
	.PrintHide {visibility:hidden; display: none;}
	.InteriorContainer {background: #fff; width:100%;}
	.RegionContent {width: 100%; padding-left: 20px;}
	.Hide, .PrintModeButton, .PrintModeButtonPrint, .PrintPage {visibility:hidden; display:none}
	.LeftPane, .HeaderPane, .NavigationPane, .HeaderPane2, .FooterPane, .FooterPane2, .Q4FooterPane {visibility:hidden; display:none}
	.Breadcrumb {position: static; margin-left: 20px;}
}
