/**
 *  Styles for the footer that appears on the bottom of each page.
 *
 *  Page width is 850 pixels.
 */

.main_footer {
    position: relative;
    display: block;
    clear: both;
    width: 762px;
    background-color: #FFFFFF;
}

.main_footer_disclaimer_text {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    text-align: justify;
    color: #B8B8B8;
}

.main_footer_bold_text {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    vertical-align: middle;
    color: #000000;
}

.main_footer_link_bar {
    position: relative;
    display: block;
    color: #FFFFFF;
    background-color: #B8B8B8;
    height: 25px;
    width: 762px;
    text-align: center;
    vertical-align: middle;
}

.main_footer_link_bar a {
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #B8B8B8;
}

.main_footer_link_bar a:visited {
    color: #FFFFFF;
}

.main_footer_link_bar a:active {
    color: #FFFFFF;
}

.main_footer_link_bar a:hover {
    color: #000000;
}