
body { background-color: #ffffff; margin: 0; padding: 0; }


.mapclass{ background-color: #ffffff; 
                  position: absolute; 
                  width: 500px; top: 40px; left: 20px; height: 400px; 
                  border: none;
}


div#pageTitle{  position: absolute; 
                        border: none;
                        left: 20px; 
                        top: 10px; 
                        width: 500px;
                        height: 20px;
                        FONT-FAMILY: Georgia, "Times New Roman",serif;
                        font-variant: small-caps;
                        color: #000000;
                        font-size: 10pt;  
                        font-weight: bolder;
                        text-align: center;
                        }

