<!--

/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	vertical-align: top;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


/* control of block-level elements.  */


#mainBody, #contentPadding {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;


	}


#nav_box, #topNav, #footer, #mainBanner, #date, .noprint {
	display: none;
}
-->