@import url(screen_layout.css) print;

body,
table td
{
	color: black;
}
#pgCont, #ContentContainer, #PageContent, #PageFooter {
	width: 100%;
}
#CapTop,
#ContentContainerRight div.logo,
#CapBottom {
	display: none;
}
#LeftNav .item {
	border-top:1px dashed #7E5F49;
	clear:both;
	font-weight:bold;
	margin:0;
	text-align:left;
}

.page-break {
	page-break-after: always;
}
#ContentContainerRight {
	float: right;
	width: 100%;
	font-size: 8pt;
	padding-right: 1em;
	margin-right: 0;
	margin-left: auto;
}
