/*
    Blue = #1a4d9d
    Green = #87b049
    Gray = #6a6a6a
    Lt. Gray = #ededed
    Lt. Green = #d2e1bb
    Lt. Blue = #0066ff
    Orange = #ff7e00
*/

/* ID Definitions for the footer */

#footer {
    clear: both;
    width: 740px;
    height: 50px;
    margin: 0 0 0 10px;
    padding: 8px 0 0 8px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    font-size: 11px;
    color: #6a6a6a;
    background-color: #ededed;
    text-align: left;
}

#bottomNav {
    margin: 0;
    padding: 0;
}

#bottomNav li{
    margin: 0;
    padding: 0 10px 0 0;
    display: inline;
    list-style: none;
}