/*
 * Apparently, the following line causes NS4 to stop processing CSS, which is
 * a good thing, because NS4 doesn't support standard CSS.
 */
/*/*/

.NavLocal
{
    white-space: pre;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal; color: #c4a46a;
    text-decoration: none
}

.NavRemote
{
    white-space: pre;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; font-weight: normal; color: #FFFFFF;
    text-decoration: none
}

.NavGround
{
    background-color: #000000;
    position: relative;
    z-index: 0;
    height: 110px;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    /* The NavBar fits here (but IE doesn't colour it correctly) */
    padding-bottom: 1.5em;
}

.NavBar
{
    background-color: #000000;
    z-index: 2;
    position: absolute;
    height: 1.5em; /* Must be same size as padding-bottom in .NavGround */
    /*
     * IE and (Opera 7) need the width set to 100%  as they don't colour the
     * padding correctly in .NavGround
     */
    width: 100%;
    top: 110px; /* Must be same size as height in .NavGround */
    padding-left: 20px;
}

.TitleBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    /* Position at the top right of the page */
    float: right;
    border-style: solid;
    border-width: 2px;
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
}

.pipe
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: maroon;
    text-decoration: none
}

a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*    font-size: 10px; */
    color: maroon;
    text-decoration: none
}

a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*    font-size: 10px; */
    color: maroon;
    text-decoration: none
}

.banner
{
    z-index: 1;
    left: 0px;
    top: 0px;
    position: absolute
}
