/* CSS definition file containing  printer styles */

body, div, table, p, td, img, a, h1, h2, h3, h4, li
     {
        color: rgb(98,95,86);
     }

body
     {
        background-color: rgb(255,255,255);
     }
   
     
a
     {
        color: rgb(98,95,86);
        text-decoration: underline;        
     }


div.MainWrapper, div.MainWrapperNarrow, div.MainWrapperShort, div.MainWrapperNarrowShort
     {
         position: relative;
         left: 0;
         margin-left: 0;
         top: 0;
         margin-top: 0;
     }
     
     
#LHSPane
     {
         border: none;
         background-color: rgb(255,255,255);
     }
     
#RHSPane
     {
          display: none;
     }     

#LHSContact
     {
        display: block;
     }
     
               
div.pageContent
     {
        width: 100%;   
        overflow: visible;
     }


div#NavBarHolder
    {
        display: none;
     }
     
     
div#pageBottom
     {
        display: none;;
     }