#copy
{
    width: 60%;
    padding-left: 20%;
}

ul
{
    padding-left: 15px;
}

.NavBar
{
    /*
     * IE needs the width to be 100%, but Mozilla doesn't need an explicit
     * width setting.  However, if the width is set to 100% in Mozilla, it adds
     * a horizontal scroll bar.  So we need to set it to less than 100% for
     * Mozilla only.
     */
    width: 90%;
}

#SubNavLocal
{
    position: absolute;
    width: 160px;
    float: left;
    padding-left: 20px;
    padding-top: 33px;
    margin-top: 20px;
    white-space: pre;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal; color: #c4a46a;
    text-decoration: none
}

#SubNavRemote
{
    position: absolute;
    width: 160px;
    float: left;
    padding-left: 20px;
    padding-top: 33px;
    margin-top: 20px;
    white-space: pre;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal; color: #cccccc;
    text-decoration: none
}
