
body { background-color: #ffffff; margin: 0; padding: 0; }


.mapclass{ background-color: #ffffff; 
                  position: absolute; 
                  width: 300px; top: 30px; left: 35px; height: 260px; 
                  border: none;
}


#content{ background-color: #ffffff; 
                position: absolute; 
                left: 380px; top: 30px;
                width: 400px;
                font-family: Verdana, "Times New Roman", serif;
                color: #000000;
                font-size: 8pt;

}

div#pageTitle{  position: absolute; 
                        border: none;
                        left: 20px; 
                        top: 10px; 
                        width: 330px;
                        height: 20px;
                        FONT-FAMILY: Georgia, "Times New Roman",serif;
                        font-variant: small-caps;
                        color: #000000;
                        font-size: 10pt;  
                        font-weight: bolder;
                        text-align: center;
                        }

div#itembox {  background-color: #ffffff;
                       position: absolute; left: 10px; width: 350px; top: 295px; height: 250px;
                       font-family: verdana, sans-serif;
                       font-size: 7pt;
                       color: #000000;
                       overflow:auto;
                       padding: 0px;
                       margin: 0px;
                       text-align: center;
                       border-right: #333333  2px dotted;
        }

div#credits { position: absolute;
                     left: 20px;
                     top: 555px;
                     width: 330px;
                     text-align: center;
                     background-color: transparent;
}
.tinyblack {    font-family: verdana,  arial, sans-serif;
                     font-size: 7pt;
                     color: #000000;
}


.itemTitle {font-weight: bolder}

A { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 8pt;  font-weight: normal; text-decoration: none;}
A:visited { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 8pt;  font-weight: normal; text-decoration: none;}
A:hover { color: #ff0000; FONT-FAMILY: Verdana,arial,serif; font-size: 8pt;  font-weight: normal; text-decoration: none; }


IMG { border: solid 1px #000000; }

pre { padding-left: 2 em;
         background-color: #ddeedd;
}


