﻿.mainHeader
{
    font: 20px/24px Times New Roman, serif;
    color: #000000;
    text-align: center;
}

.subHeader
{
    font: 14px/18px Times New Roman, serif;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    width: auto;
    float: left;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.blueHeader
{
    font: 24px/30px Times New Roman, serif;
    color: #267BBE;
}

.homeText
{
    font: 12px/18px Arial, sans-serif;
    color: #267BBE;
}

.smallText
{
    font: 11px/14px Arial, sans-serif;
    color: #000000;
}

.current
{
    text-decoration: underline;
}

.homepage
{
    width: 385px;
    text-align: justify;
}

.homeLinks
{
    float: right;
    position: absolute;
    top: 281px;
    right: -3px;
    vertical-align: bottom;
}
/*****************************************************
******** Home Features
*****************************************************/

.homeFeature
{
    font: 14px/18px Times New Roman, serif;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    width: 275px;
    padding: 10px 0px 10px 0px;
    margin-bottom: 15px;
}

.homeFeatureHeader
{
    font: 24px/30px Times New Roman, serif;
}

/*****************************************************
******** Links
*****************************************************/

a:link, a:visited, a:active
{
    color: #267BBE;
    text-decoration: none;
}

a:hover
{
    color: #267BBE;
    text-decoration: underline;
}

.crumb
{
    font: 14px/18px Times New Roman, serif;
    font-weight: bold;
    color: #96B300;
    text-align: center;
}

.crumb a:link, .crumb a:visited, .crumb a:active
{
    color: #C26100;
    text-decoration: underline;
}

.crumb a:hover
{
    color: #96B300;
    text-decoration: underline;
}

.footerLeft a:link, .footerLeft a:visited, .footerLeft a:active
{
    color: #84875A;
    text-decoration: none;
}

.footerLeft a:hover
{
    color: #84875A;
    text-decoration: underline;
}

a.blueLink
{
    font: 20px/24px Times New Roman, serif;
    font-weight: bold;
    color: #267BBE;
    text-decoration: underline;
}

a.subNav
{
    font: 14px/18px Times New Roman, serif;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a.homeFeatureLink:link, a.homeFeatureLink:active, a.homeFeatureLink:visited 
{
    font: 14px/18px Times New Roman, serif;
    color: #B90000;
    text-decoration: none;
}

a.homeFeatureLink:hover
{
    color: #B90000;
    text-decoration: underline;
}
