
body { background-color: #F0F1DC; margin: 0; padding: 0; }

.mapclass{ background-color: #F0F1DC; 
                  position: absolute; 
                  width: 420px; top: 0px; left: 0px; height: 350px; 
}

div#toggleBox{ position: absolute; left: 0px; top: 350px; width:420px;  height: 20px; 
         background-color: transparent;
         text-align: center;
         FONT-SIZE: 7.5pt; 
         COLOR: #333333; 
         font-family: verdana, sans-serif;
         font-weight: normal;
                       }

#layersForm { padding: 0; margin: 0;
}   
div#aboutBox{ position: absolute; left: 0px; top: 370px; width: 70px;  height: 50px; 
               background-color: #transparent;
               margin: 0px;
               padding: 1em;
               text-align: left;
        }

div#itemBox{ position: absolute; left: 70px; top: 370px; width: 350px;  height: 70px; 
               background-color: #transparent;
               font-family: verdana, sans-serif;
               font-size: 7.5pt;
               color: #000000;
               overflow: auto;
               padding:0px;
               margin: 0px;
        }
div#item{ padding:0.3em;
        }
div#itemDescription{ text-align: center;}

A { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7.5pt;  font-weight: normal; text-decoration: none;}
A:visited { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7.5pt;  font-weight: normal; text-decoration: none;}
A:hover { color: #ff0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7.5pt;  font-weight: normal; text-decoration: none; }

