
       p  {font: 13px Arial; margin-top: 0; margin-bottom: 0;}
       li {font: 13px Arial;}
       td {font: 13px Arial;}
       h1 {font: bold 30px Arial; margin-bottom: 0;}
       h2 {font: bold 24px Arial; margin-bottom: 0;}
       h3 {font: bold 18px Arial; margin-bottom: 0;}
       h4 {font: bold 16px Arial; margin-bottom: 0;}
       h5 {font: bold 13px Arial; margin-bottom: 0;}

      
       a.StandardLink:link {color: #1c3a0c}     
       a.StandardLink:visited {color: green}
       a.StandardLink:hover {background: #bebe84}

       a.ButtonLink:link {color: #1c3a0c}     
       a.ButtonLink:visited {color: #1c3a0c}
       a.ButtonLink:hover {color: green}
 
       a.GraySubItems:link {color: #6b6b4a}     
       a.GraySubItems:visited {color: olivedrab}
       a.GraySubItems:hover {background: #bebe84}


       a.PhotoLink:link {color: #1c3a0c}     
       a.PhotoLink:visited {color: #1c3a0c}
       a.PhotoLink:hover {color: green}

       a.EmailLink:link {color: #999966; border:0x solid #1c3a0c}
       a.EmailLink:visited {color: #999966; border:0x solid #1c3a0c}
       a.EmailLink:hover {color: #bebe84}
                                  
       #navbar, #navbar /* style unordered list */
       ul{padding: 0; margin: 0; list-style: none; background: #7f7e55;}
   
       /* style menu items */
       #navbar li.topitem{float: left; position: relative; 
          width: 150px; 
          padding: 5px; 
          background: #7f7e55; 
          font: bold 13px Arial; 
          color: #000; 
          border: 0px solid #000;}
       
       /* position and hide drop-down menu */
       #navbar li.topitem ul{display: none; position: absolute; top: 22px; left: 0; 
          width: 160px; 
          background: #999966;   
          padding: 0px; 
          border-bottom: 1px solid #1c3a0c;}

       #navbar li > ul{top: auto; left: auto;}

       /* display drop-down menu (add an 'over' class attribute to list items for IE */
       #navbar li:hover ul,li.over ul{display: block; }

       #navbar li li a {display: block; 
          font: normal 12px Arial; 
          color: #000; 
          padding: 5px; 
          height: 15px; 
          text-decoration: none;   
          border-top: 1px solid #1c3a0c;
          border-left: 1px solid #1c3a0c; 
          border-right: 1px solid #1c3a0c;}

       #navbar li li a:hover {color: #000; background: #a5a577;}


       #buttonmenu, #buttonmenu /* style unordered list */
       ul{
          padding: 0; 
          margin: 0; 
          list-style: none; 
          background: #a5a577;}
   
       /* style menu items -  Format of top item*/
       #buttonmenu li.topitem {float: left; position: relative; 
          width: 150px; 
          padding: 1px; 
          background: #a5a577; 
          font: bold 13px Arial; 
          color: #000; 
          border: 4px solid #999966;
          }

       
       /* position and hide drop-down menu */
       #buttonmenu li.topitem ul{display: none; position: absolute; top: 22px; left: 0; 
          width: 180px; 
          background: #a5a577;   
          padding: 0px; 
          border-bottom: 1px solid #1c3a0c;}
          #buttonmenu li > ul{top: auto; left: auto;}

       /* display drop-down menu (add an 'over' class attribute to list items for IE */
       #buttonmenu li:hover ul,li.over ul{display: block; }

       #buttonmenu li li a {display: block; 
          font: normal 12px Arial; 
          color: #000; 
          padding: 5px; 
          height: 15px; text-decoration: none;   
          border-top: 1px solid #1c3a0c;
          border-left: 1px solid #1c3a0c; border-right: 1px solid #1c3a0c;}
   
       #buttonmenu li li a:hover {color: #000; background: #d9d996 ;}


