   body           {
         font-family      : Arial,Verdana, Helvetica, sans-serif;
         font-size        : 10pt;
         text-align       : center;
         color            : #000;
         background       : #eee;
         margin           : 0;
         padding          : 0;

      }  


#container
{
    color                 : #000;
    background-image      : url(images/shadow_809.jpg);
	background-repeat     : repeat-y;
    margin                : 0 auto;
	padding               : 0px 25px 0px 25px;
    width                 : 809px;
	text-align            : left;
    float                 : left;
    clear                 : both;
}

      #mainbody   {
    float                 : left;
    clear                 : both;

         font-family      : Arial;
         font-size        : 10pt;
         width            : 760px;        
      /* background-color : aliceblue; */
         border-color     : lightsteelblue;
         border-style     : solid;
         border-width     : 0;      /*0 1px 1px 1px;*/
         padding          : 0 0 0 100px ;
         overflow         : hidden;

      }  


a img   {
         margin           : 0;
         padding          : 0;
         text-decoration  : none;

}

#menubar{
         width            : 760px;
         float            : left;
         margin-top       : -5;

}

    tr.menubar {
         font-family      : Arial,Helvetica,Univers,Zurich BT,sans-serif;
         font-size        : 14pt;
         font-weight      : bold;
         color            : #FFFFFF;
         background-color : #0039d8;   /*#2A74BB;*/
         width            : 760px;
         padding          : 0px 20px 10px 20px;
         margin-top       : 0;        
      }  

    td.menubutton {
         background-color : #0039d8;   /*#2A74BB;*/
         border-color     : lightsteelblue;
         border-style     : solid;
         border-width     : 0px 0 0 0 ;
         padding          : 7px 5px 0 0 ;
      }

    a.menubutton{
         display          : block;
         float            : left;
         color            : white;
         font-family      : Arial;
         font-size        : 8pt;
         text-align       : center;
         text-transform   : uppercase;
         text-decoration  : none;
         font-weight      : bold;
         width            : 150px;
         background-color : #408AD5;
         margin           : 0 5px 0 0 ;
         padding          : 5px 10px 5px 10px;
      }

    a.menubutton_active{
         display          : block;
         float            : left;
         color            : #2A74BB;
         font-family      : Arial;
         font-size        : 8pt;
         text-align       : center;
         text-transform   : uppercase;
         text-decoration  : none;
         font-weight      : bold;
         width            : 140px;
         background-color : aliceblue;
         margin           : 0 5px 0 0 ;
         padding          : 5px 10px 5px 10px;
         border-left      : 10px #2A74BB solid;
      }

    a.menubutton:hover {
         color            : black;
         text-decoration  : underline;
         background-color : lightsteelblue;

      }
