.flexheading     { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000080; font-weight: bold }
.flexbodyhlghthdr { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold }
.flexbodyhlght { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF }
.flexbody    { font-family: Times New Roman; font-size: 16px; color: #FFFFFF }
.footertext    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #A5CEBE }
.mainbody    { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF }
.mainbodysm    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF }

/* this is the rollover menu */
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 196px;
background-color: #A5CEBE;
border-bottom: 2px solid #A5CEBE;
}

#navcontainer a:link, #navlist a:visited
{
color: #005336;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #00A16A;
color: #FFFFFF;
}