/*  
    * Change colors to black on white.
    * Change the font to serif.
    * Watch the font size.
    * Underline all links.
    * Remove non-essential images.
    * Remove navigation.
    * Remove some or most of the advertising.
    * Remove all JavaScript, Flash, and animated images. 
  */

body {
   color: #000;
   background: #fff;
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
}

a {
   text-decoration: underline;
   color : #0000ff;
}

#navbar, #left, #banner, #tagline, #colorbar, #homebar, #footer
{display: none;}


#wrapper {width: 95%; border: none;  margin: 20px 30px; padding: 0;}
#logo-tagline {height: 79px;}
#logo-tagline #logo {width: 85px; height: 79px; margin: 0; margin-bottom: 20px; padding: 0;}

table#contentBody {width: 100%; border: none; margin: 0; padding: 0;}

#contentBody td#body {width: 100%; margin: 0; padding: 0;}
#contentBody td#body .inside { margin: 0; padding: 0;}

.inside .header {display: none; margin: 0px; width: 378px; height: 20px; background: none;}
.inside.home .header SPAN, .inside .header SPAN {display: block; visibility: visible; font-weight: bold;}


#footerPrint {display: block; width: 95%; border: none;  margin: 20px 30px; padding: 0; text-align: left;}
