/* CSS Document */

a:link {color: blue; font-style: bold; font-family: arial; font-size: 10pt;text-decoration: none}
a:visited {color: purple; font-style: bold; font-family: arial; font-size: 10pt;text-decoration: none}
a:hover {background: silver; border: 1px solid black; font-style: bold; font-family: arial; font-size: 10pt;text-decoration: none}
a:active {color: green; font-style: bold; font-family: arial; font-size: 10pt; text-decoration: none}
 
div.header {position: absolute; z-index: 0; top: 0; left: 0; height: 144; width: 1088; background-image: fernandinabeach.JPG;}

div.sidebar {position: absolute; z-index: 99; background-color: black; top: 144; left: 0; width: 230px; padding-left: 6px; padding-right: 4px; padding-top: 6px; font-size: 16pt;text-align: center;}

div.maintext {position: absolute; z-index: 0; background-color: lightsteelblue; padding-left: 1em; top: 144; left:235px; width: 775px; font:normal; color:#000000; }
#footer { position: absolute; left:0px; width:959px; height:112px; z-index:100;}


h2 {font-family: arial; font-size: 14pt; color: white;}
h3.caption {font-family: arial; font-size:10pt;} 
h4.caption {font-family: arial; font-size:8pt;} 
h5.caption {font-family: arial; font-size:14pt; color: blue;}

