/* CSS Style sheet work */

/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {width: auto; margin: 0.6em; background: none #fff; font-family : "Times New Roman", Times, serif;}
#wrapper {width: auto; margin: 3mm; padding: 1em; background: none #fff; }
#headertext {width: auto; float:none;}
#header{float:none;}
#topnav, #leftnav, #footer, #logodiv {display: none; }
#lower {width: auto;}
#content {float: none; width: 100%; margin: 0.1em; padding: 0.1em; background: #fff; font-family : "Times New Roman", Times, serif; font-size : 12pt; }
#columnsingle {width: auto; float: none; color:black; margin: 3mm; font-family : "Times New Roman", Times, serif; font-size : 12pt;}
#column1{float:none; width: auto; color:black;padding: 0.1em; margin:0.1em;font-size: 11pt;}
#column2{float:none; width: auto; color:black;padding: 0.1em; margin:0.1em;font-size: 11pt;}
#layout{width: auto; padding: 0.1em;}

.columnsingle { font-size : 12pt;}

/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. Slick, eh? */
#content:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."}
/*display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }*/