
 body{
      background: #B8C4E5 url(images/background.jpg) repeat-x bottom left fixed;
      font: 12px/14px helvetica, geneva, arial, sans-serif;
      color: black;
     }

 acronym{border:0px;}
     
 .bannerlogo {
              position:absolute;
              top:20px;
              left:40px;
              width:400px;
              border: 2px solid black;
              background: white;
             }

 .mainmenu {
            position: absolute;
            top: 148px;
            left: 40px;
            height: 18px;
            width: 400px;
            margin: 0;
            background-color: #92A5D1;
            background-image: url(images/lite_blue.gif);
            font: 12px/14px helvetica, geneva, arial, sans-serif;
            font-weight: bold;
            color: black;
            border: 2px solid black;
            z-index: +1;
           }          
           
 A.menulinks {
              text-decoration: none;
              color: black;
              font: 12px/14px helvetica, geneva, arial, sans-serif;
              font-weight: bold;
             }

 A.menulinks:hover {
                    text-decoration: underline;
                    color: rgb(213,218,237);
                   }

 A.webster-tag {
                text-decoration: none;
                font: 11px/11px Courier New, Lucida Console, Monospace;
                color: rgb(226,152,65);
                position: absolute;
                bottom: 10px;
                left: 20px;
               }

 A.webster-tag:hover {
                      text-decoration: none;
                      color: rgb(226,152,65);
                     }
                   
 A.light {
          text-decoration: none;
          color: rgb(30,96,172);
         }

 A.light:hover {
                text-decoration: underline;
                color: rgb(146,165,209);
               }