html {
    background: white;
}
body, td, th, p, label, legend, dd, dt, li {
  color: black;    
  font-size: 10pt;
}
h1 {
    font-size: 14pt;
}
h2 {
    font-size: 12pt;
}
h3 {
    font-size: 11pt;
}
#headerbar, #headerbar_admin {
    display:none;
}
#navcontainer ul {
    display: none;
}
#pagewrapper {
    width: 95%;
}  
#lefthalf {
    width: 49%;
}
#righthalf {
    width: 49%;
}
#footer {
    clear:both;
}
#footer p, #footer a {
    font-size: 10pt;
    color: black;
}