/* print styles */

body {
	background: white;
	text-align: left;
	color: black;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	font-size:12pt;
	font-family: "Times New Roman", Georgia, Palatino, serif;
	/* width: 90%; */
  	 }

#wrapper {
	width:95%;
	background-color:#fff;
	border: 0;
	}

/* Content Styles */
#content { 
	width: auto; 
	margin:10px;	
	}
#content li{font-family: "Times New Roman", Georgia, Palatino, serif;}
#content h1,h2,h3 {color:black;}
#content h3{color:black;}

/* footer styles */
#footer {
	width:auto;
	background-color:#fff;
	}
#footer p a {  /* Styles the links within the footer */
	color: black;  /*sets the text to dark grey*/
	text-decoration: none;  /*keeps the underline*/
	}
	
/* Don't show */
#leftcol, #banner, #hopenav, #footer ul, img,  .hide{display: none;}

	




