p{ /* paragraphs */
font-family: Bodoni MT, Arial;
left: 50%;
}

a{ /* links */
Font-family: Bodoni MT, Engravers MT, Arial; /* change this line to change the main menu font */
left: 50%;
}

/* changed the blue from the normat blue to a darker shade */
a:link {color: #538297}     /* unvisited link */
a:visited {color: #538297}  /* visited link */
a:hover {color: #214624}   /* mouse over link */
a:active {color: #538297}   /* selected link */

body{
}

img{ /* image properties */
border: 0
}

hr{ /* horizontal lines */
color: #6e9ab0;
width: 80%
}

li{ /* list properties */
font-family: BankGothic Lt BT, Engravers MT, Arial; 
}

h1{ /* top headings */
Font-family: BankGothic Lt BT, Bodoni MT, Arial;
}

h2{ /* heading two */
Font-family: Bodoni MT, Engravers MT, Arial;
}
td{ /*table font */
font-family: Bodoni MT, Engravers MT, Arial;
}

#bodoni{  /* anything in the div tag with id=bodoni will become bodoni MT  ie. <div id=bodoni> ... </div> */
font-family: Bodoni MT, Arial;
}

#update{ /* the last updated script writes out a <div id=update>  */
font-family: Bodoni MT, Arial;
color: #aaaaaa;
}

/* main menu css */ 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: BankGothic Lt BT, Engravers MT, Arial;
font-size: 100%; /* 90% */
background-color: #6e9ab0;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #6e9ab0;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #b5d8b4;
border-right: 10px solid #6e9ab0;
background-color: #6e9ab0;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #6e9ab0;
border-right: 10px solid #6e9ab0;
background-color: #b5d8b4;
color: #fff;
}


/*  end main menu css */ 

/* map page css */
.dot         { position: absolute; width: 10px; height: 10px; visibility: hidden; background-color: #6e9ab0; font-size: 1px; cursor: pointer;  z-index: 100 }
.dotoff      { position: absolute; width: 10px; height: 10px; visibility: hidden; background-color: gray; font-size: 1px; cursor:default; z-index: 100}
.dotempty    { position: absolute; width: 10px; height: 10px; visibility: hidden; background-color: #b5d8b4; font-size: 1px; cursor: pointer;  z-index: 100 }
.caption     { position: absolute; visibility: hidden; font-family: Tahoma; color: black; font-size: 11px; text-align: Center; cursor: default; z-index: 1 }





