html, body
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	background-color: #4c4f5d;
	margin: 0;
	padding: 0;
	border: none;
	max-height: 100%;
}

div#content
{
	position:inherit;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

#Nav, #NavWide, #Header, #Footer
{
	display:none;
	visibility:hidden;
}

#PrintHeader
{
	left: 0px;
	top:0px;
	width: 500px;
	visibility:visible;
	display:block;
	border-bottom: dotted 1px silver;
}