/*change fonts from san-serif to serif */
body, p, h1, h2, h3, h4, h5, td, legend, label,
#question, #form, #formreq, #readonly, #sep, #text, #note, #step
.intro, .intro p, p.intro, .quote, .quote2, .quoteby, 
.form, .formreq, .readonly, .info, .sep, .text, .note, 
.step, .more{ font-family: "Times New Roman", Times, serif;}

 
/* hide stuff you don't want */
#header,
#headerbar,
.column-bot,
#column-left,
.footerleft,
#footbar { display:none; }

/* show print-only items */
#headerbarprint,
#headerprint { display: block; }

/* most backgrounds don't print anyway */
#columns,
#footer,
#footbar,
.homepage,
.itemlisting { background:none; }

/* banish white text on white paper */
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active { color: #003070; }


/* odds, ends */
#footer {
	margin-left:0;
	width:100%;
}
#column-right {
	margin-left:0;
}

