﻿body
{
    background-attachment: scroll;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
}
a 
{
 color: #009d96;   
 }

.boxSplash
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #ffffff;
    font-size: 14px;
    color: #009d96;
    font-family: Verdana;
    line-height: 23px;
}
.boxMain
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #ffffff;
    font-size: 12px;
    color: black;
    font-family: Verdana;
   
}
.boxRight
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #99d3e0;
    font-size: 11px;
    color: black;
    font-family: Verdana;
   
}

.rowBg
{
    background-attachment: scroll;
    background-image: url(images/bg_mainBox.gif);
    background-repeat: repeat-x;
}
.calloutBox
{
    background-attachment: scroll;
    background-image: url(images/bg_new.gif);
    background-repeat: repeat-x;
}
.calloutBox2
{
    background-color: #e0f2f2;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}
.spanishLink
{
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: underline;
}
.spanishLink:Hover
{
    color: #99ccff;
}
.pageHeaders
{
    color: #009d96;
    font-size: 18px;
    font-family: Verdana;
     font-weight: bold;
       line-height: 25px;
}
.callOutHeadersBlack
{
    color: #000000;
    font-size: 16px;
    font-family: Verdana;
    font-weight: bold;
    line-height: 35px;
}
.footer
{
    color: #696969;
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
    line-height: 35px;
}
.navSelected
{
    color: #009d96 !important;
    font-weight: bold !important;
}
.navExpanded
{
    color: #000000;
}