/* CSS for Printing */

body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
line-height: normal; 
}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
	
#content {
background-color: #fff;
width: 100%;
border: none;
padding:0;
margin: 0 auto;
}

#leftcol, #rightcol, #navcontainer, #newsbox, #footer-nav {display: none; }

