/* Print CSS */
/* Version 1.0 */		

/*Convert text size to points*/
body { background-color: #FFFFFF; font-family: "Times New Roman", Times, serif;	font-size: 12pt; }
hr { display:none; }

/*Hide Navigation*/
#greybar, #sitenav, #subnav, #siteinfo, #search, #utilnav, .hidden { display: none; }

/*Fixes float print issues, add margins*/
.wrapper, #content {float:none !important; width: auto;	border: 0; margin: 0 5%; padding: 0; color: black; }

/*Change links to black, add underline*/
a { color: #000; text-decoration: underline; }
h2, h3, h4 { line-height: 1.4em; }
p { line-height: 1.8em; }
ul, ol, dl { line-height: 1.6em; }

/* Footer*/
#footer { border-top:1px solid #111; }


