﻿.treeview
{
    position: absolute;
    top: 270px;
    left: 10px;
}

a.bottom:link
{
    font-family: Garamond;
    font-size: 8pt;
    font-weight: normal;
    color: #000099;
    text-decoration: none;
}

a.bottom:hover
{
    font-family: Garamond;
    font-size: 8pt;
    font-weight: normal;
    color: #6699FF;
    text-decoration: underline;
}

a.bottom:active
{
    font-family: Garamond;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
    color: #000099;
}

.bottom
{
    border-style: none;
    font-family: Garamond;
    font-size: 8pt;
    font-weight: normal;
    color: #000099;
    text-decoration: none;
}

.popupcontrol
{
    visibility: hidden;
    background-color: #000066;
    color: #FFFFFF;
    font-family: Garamond;
    font-size: small;
    position: absolute;
    width: 200px;
}

.cardHolder
{
    position: relative;
    z-index: -1;
    width: 271px;
    height: 180px;
    top: 235px;
    left: 25px;
}
.content
{
    padding: 0px;
    font-family: Garamond;
    font-size: 12pt;
    color: #000066;
    margin: 0px;
}


.flashpost
{
    z-index: -1;
    top: 235px;
    left: 25px;
}

.careerlink
{
    border-style: none;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #008000;
    text-decoration: underline;
    position: absolute;
    z-index: auto;
    top: 185px;
    left: 35px;
}
a.careerlink:hover
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    border: 1pt solid #008000;
    color: #FFFFFF;
    background-color: #008000;
    text-decoration: underline;
}
