﻿body
{
    font: 100% verdana, arial, sans-serif;
    background-color: white;
    margin: 15px auto;
    width: 40em;
}

a
{
    float: left;
    display: block;
    color: white;
    text-decoration: none;
}

a:hover
{
    color: white;
    text-decoration: underline;
}

.address
{
    color: navy;
    float: none;
}

.address:hover
{
    color: white;
    background-color: navy;
}

#tabnav1
{
    font: bold 10pt arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #000084;
    margin: 0;
}

#tabnav1 li
{
    float: left;
    height: 21px;
    background-color: #000084;
    margin: 2px 2px 0 2px;
    border: 1px solid #000084;
}

#tabnav2
{
    font: bold 10pt arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #000084;
    margin: 0;
}

#tabnav2 li
{
    float: left;
    height: 21px;
    background-color: #000084;
    margin: 2px 2px 0 2px;
    border: 1px solid #000084;
}
        
#tab1 li.tab1
{
    border-bottom: 1px solid white;
    background-color: white;
}

#tab2 li.tab2
{
    border-bottom: 1px solid white;
    background-color: red;
}

#tab1 li.tab1 a
{
    color: #f00;
}

#tab2 li.tab2 a
{
    color: #f00;
}

