/* move the report over to the left, instead of centering it, this prints
   much nicer */
body {	text-align: left; }

/* Outer bounding box for all pages */
#Frame {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:726px;
	text-align:left;
	z-index: 1;
}

#TopNavBar 
{
	display: none;
}
#Menu
{
	display: none;
	left: 0px;
	visibility: hidden;
	width: 0px;
	position: absolute;
	top: 0px;
	height: 0px;
}

#TopStatusArea
{
	display: none;
}

#dnp
{
	display: none;
}