

.subhead
{
    font-family: Verdana MS, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: black;
}

.footer
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #202020;
}

.panel_div
{
    width: 195px;
    margin-bottom: 5px;
    background: #f7f7f7;
    border: solid 0px #C6C6CC;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.panel_title
{
    width: 154px;
    margin-bottom: 4px;
    padding-left: 37px;
    padding-right: 0px;
    color: #000000;
    font-size: 16px; /*text-align: left;*/
    border: solid 1px #C6C6CC;
}

/* controls color of captions (name of menu links/sections) */
.iNavigateCaption
{
    color: black;
    font-size: 10px;
}

.iNavigateCaption A:link
{
    color: black;
}

.iNavigateCaption A:visited
{
    color: black;
}

.iNavigateCaption A:hover
{
    color: black;
    text-decoration: none;
}

.iNavigateItem
{
    color: black;
    font-size: 10px;
}

.iNavigateItem A:link
{
    color: #003366;
}

.iNavigateItem A:visited
{
    color: #003366;
}

/* controls the links in the left nav */
.iNavigateItem A:hover
{
    color: #800000;
    text-decoration: underline;
}

/* control color of text where you are in the menu */
.iNavigateCurrentPage
{
    /*bll 7-26-05 COLOR: #6600cc;*/
    color: #000000;
    font-style: normal;
}
