html { background-color: #fff; }

body {
   background-color: #fff;
   font-family: Helvetica;
   margin: 45px auto;
   font-size: 14px;
}
#maincontent {
   background-color: #fff;
}

#maincontent #header,
#logolink,
#footer,
#leftcol,
form#dirform {
   display: none;
}



#text {
   margin-left: 30px;
   margin-right: 30px;
}

#rightcol {
   background-color: #fff;
   color: #000;
   width: 100%;
}

#print_address,
#print_address .address,
#print_address h2 {
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

#print_address h2,
#rightcol h2 { 
   font-size: 14px;
   font-weight: bold;
}
    
