/* Main Site Styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333; 
}

a:link { color: #003366; } 
a:visited { color: #003366; } 
a:active { color: #003366; }
a:hover { color: #9F956D; }

a.topmenu {
    font-family: Times New Roman, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
a.topmenu:link { color: #ffffff; } 
a.topmenu:visited { color: #ffffff; } 
a.topmenu:active { color: #ffffff; }
a.topmenu:hover { color: #003366; }

table.centermenu {
    font-size: 12px;
    font-family: Times New Roman, Helvetica, sans-serif;
    width: 436px;
}

a.centermenu {
    font-family: Times New Roman, Helvetica, sans-serif;
    color: #667A9A;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}
a.centermenu:link { color: #667A9A; } 
a.centermenu:visited { color: #667A9A; } 
a.centermenu:active { color: #667A9A; }
a.centermenu:hover { color: #003366; }

a.centermenu2{
    font-family: Times New Roman, Helvetica, sans-serif;
    color: #003366;
}
a.centermenu2:link { color: #003366; } 
a.centermenu2:visited { color: #003366; } 
a.centermenu2:active { color: #003366; }
a.centermenu2:hover { color: #9F956D; }

.blue-bg {
    background-repeat: no-repeat;
    background-position: left top;
}

.form {
    font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: navy;
}

.maincontent {
    font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 16px;
}

td.footer {
    font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    padding: 0px 5px 0px 5px
}

a.credits {
    color: #E8E1D8;
    text-decoration: none;
    font-weight: bold;
}

a.credits:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.sidemenu {
    font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.highlight {
    font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.ad-titles {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
}

.box {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #000000;
}

.quote {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/site_images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/site_images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
