body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edeae3;
	SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #edeae3;
	SCROLLBAR-3DLIGHT-COLOR: #edeae3;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #edeae3;
	SCROLLBAR-DARKSHADOW-COLOR: #edeae3;
	text-align: center;
}

div#maincontent {
	left:161px; 
	top:99px; 
	width:794px;
	z-index:1; 
	overflow: visible;
	text-align: center;
}

/* spread main content across page */
/* hide all the screen-specific stuff:
   nav bar, even the site logo */
div#printbanner {
  display: none;
}

