/* CSS Document */

body {
font-family: arial;
margin-top: 3px;
font-size: 12px;
margin-left: 0px;
margin-right: 0px;
background-color: #B5D683;
}

.fontresize {
margin-top: 15px;
margin-right: 10px;
color:#509841;
font-size:10px;
}

.tablemargin {
margin-left: 5px;
}

.smallertext {
font-size: 10px;
}

.smallertextitalic {
font-size: 10px;
font-style: italics;
}

.tableheader {
color: #ffffff;
font-weight: bold;
}

.navoff {
color: #ffffff;
font-weight: bold;
font-size: 11px;
}

.navoff2 {
color: #ffffff;
font-size: 11px;
padding-left: 5px;
padding-right: 4px;
line-height: 20px;
}

#date {
color: #ffffff;
margin-right: 10px;
}

.header1 {
font-size: 16px;
font-family: Tahoma, verdana, sans-serif;
font-weight:bold;
color: #267540;
border-bottom: 1px solid #267540;
margin-top: 10px;
}

.header3 {
font-size: 12px;
font-family: Tahoma, verdana, sans-serif;
font-weight:bold;
color: #000000;
border-bottom: 1px solid #298146;
}

.header2 {
font-size: 12px;
font-family: Tahoma, verdana, sans-serif;
font-weight:bold;
color: #484848;
outline-color:#000066;
}

.rightcolumntext1 {
color: #484848;
padding-left: 8px;
padding-right: 8px;
margin-top: 10px;
}

.rightcolumntext1 span {
font-weight: bold;
}

.rightcolumntext2 {
color: #ffffff;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
}

.rightcolumntext2 span {
color: #ffffff;
font-weight: bold;
}

.rightcolumnheader1 {
color: #298146;
font-size: 13px;
font-weight: bold;
padding-bottom: 8px;
}

.formtext {
font-size: 11px;
color: #298146;
}

.topicheader {
border-bottom: 1px solid #C5DE96;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
}

.blurb {
color: #000000;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-right: 8px;
}

.blurbintro {
color: #000000;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin: 5px;
}

.blurbwhite {
color: #ffffff;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-right: 8px;
}

.bold {
font-weight: bold;
}

.italics {
font-style: italic;
}

.bolditalics {
font-style: italic;
font-weight: bold;
}

.blurbheader {
border-bottom: 1px solid #C5DE96;
margin-top: 10px;
margin-right: 5px;
margin-left: 3px;
}

.blurbsubheader {
margin-top: 10px;
font-weight: bold;
color: #29B55B;
}

.topicblurb {
margin-left: 5px;
margin-right: 5px;
}

.headerbold {
color: #29B55B;
font-weight: bold;
}

.headerboldwhite {
color: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
}

.headerbold span {
font-weight: normal;
font-style: italic;
}

.headeritalic {
color: #298146;
font-size: 11px;
font-weight: normal;
font-style: italic;
}

#topline {
border-bottom: 8px solid blue; 
}

#nav {
font-size: 12px;
font-weight: bold;
}

.navborders {
border-top: 2px solid #B5D683;
border-bottom: 2px solid #B5D683;
border-left: 2px solid #B5D683;
border-right: 2px solid #B5D683;
}

.arrow {
color: #509841;
}

a {
text-decoration: underline; 
color: #509841;
}

a:hover {
color: #509841;
text-decoration: none;
}


table.menu a {
display: block;
}

div.menu a {
color: #f3f3f3;
background: #29B55B;
text-decoration:none;
font-size:11px;
line-height:20px;
font-weight: bold;
}

div.menu a:link {
color: #ffffff;
}

div.menu a:active {
color: #ffffff;
}

div.menu a:visited {
color: #ffffff;
}

div.menu a:hover {
color: #ffffff;
background: #9CC95A;
font-weight: bold;
}

.menur span a {
background: none;
}

table.menur a {
display: block;
}

table.menur a {
display: block;
}

div.menur a {
color: #f3f3f3;
background: #29B55B;
text-decoration:none;
font-size:11px;
line-height:20px;
padding-left:5px;
padding-right:4px;
}

.tablecontainer {
margin-top:10px;
}

div.menur a:link {
color: #ffffff;
}

div.menur a:active {
color: #ffffff;
}

div.menur a:visited {
color: #ffffff;
}

div.menur a:hover {
color: #ffffff;
background: #9CC95A;
}

#footer {
color: #509841;
font-size: 10px;
border-top: 3px solid #BDDA89;
border-bottom: 2px solid #BDDA89;
border-left: 2px solid #CEE3A8;
border-right: 1px solid #BDDA89;
padding-bottom: 8px;
padding-top: 5px;
}

#sawgrass {
color: #509841;
font-size: 10px;
}
/********************* Image Preview Script **************************/
<style type="text/css">

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/*****************AD FADE IN **************/
#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 1px solid #B5D683;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}


