/*remove unneeded page elements*/
#nav { display: none; }
.hide img { display: none; }

/* remove backgrounds */
body { background: #FFF; font-family: Georgia, "Times New Roman", Times, serif; }
#banner { background: #FFF; border: none; }

/*layout adjustments */
#wrapper { background: #FFF; width: auto; border-style: none; }
#content { border: none;  padding: 0; width: auto; margin-left: 0; }
#footer { margin-top: 10px; padding-left: 10px; border: none; }

/* font settings */

* { color: #000000 !important; }
h1 { font-size: 18pt !important; }
h2 { font-size: 14pt !important; font-weight: bold !important; }
p {	font-size: 12pt !important; }

/*print only logo */
#logo {	display: block; }


  



