body
{
        background-color: #003466;
}

#outer
{
        position: static;
        width: 800px;
        background-color: #FFFFFF;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        border: 2px solid #BBA977;
}

#header
{
        width: 800px;
        text-align: center;
        margin: 0;
        padding: 0px 0px;
        background-color: #003466;
        border-bottom: 1px solid #BBA977;
        height: 75px;
        color: #FFFFFF;

}

#infoBox
{
        float: right;
        width: 250px;
        height: auto;
        margin-top: 20px;
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 3px;
        border-top: 2px solid #BBA977;
        border-left: 2px solid #BBA977;
        border-bottom: 2px solid #BBA977;
        background-color: #557665;
        color: #FFFFFF;
}

#infoBox p
{
        margin-left: 5px;
        font-size: 80%;
}

img.floatLeft
{
        float: left;
        margin: 4px;
        margin-bottom: 5px;
}

/* NAVBAR STYLES */

#navBar
{
        padding: 0px;
        background-color: #557665;
        border-top: 1px solid #BBA977;
        border-bottom: 2px solid #BBA977;
        height: 30x;
}

#navBar UL
{
        list-style-type:none;
        padding: 0px;
        margin: 0px auto;
        height: 30px;
}

#navBar UL LI
{
        float: left;
        background-repeat: no-repeat;
        margin-left: 25px;
        margin-right: 25px;
        height: 30px;
}

#navBar UL LI
{
        float: left;
        background-repeat: no-repeat;
        margin-left: 25px;
        margin-right: 25px;
        height: 30px;
}

#navBar UL LI A
{
        padding-top: 5px;
        background-repeat:no-repeat;
        display:block;
        height: 29px;
        text-decoration: none;
        color: #FFFFFF;
}

#navBar A:hover
{
        color: #BBA977;
}


#teamMember
{
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 10px;
}

#teamMember p
{
        margin-left: 5px;
        padding: 0px 0px 5px 0px;
}

/* MAIN PAGE STYLES HERE */
#mainPage
{
        float: center;
        width: 100%;
        height: auto;
        background-color:#FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;

}

h1
{
        font-size: 16px;
        margin-left: 10px;
}

h2
{
        font-size: 12px;
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        padding: 0px 0px 0px 0px;
}
#mainPage p
{
        margin-left: 15px;
        margin-top: 0px;
        padding: 0px 0px 5px 0px;
        font-size: 80%;
}

#mainPage form
{
        margin-left: 10px;
        padding: 0px 0px 10px 0px;
        font-size: 80%;
}

.hourTable td, .hourTable th
{
        font-size: 80%;
}

/* MENU STYLES HERE */
#descMenu
{
        float: left;
        width: 200px;
        height: auto;
        background-color: #557665;
        color: #FFFFFF;
        border-right: 2px solid #BBA977;
        border-bottom: 2px solid #BBA977;
        margin-right: 10px;
}

#descMenu UL
{
        list-style-type: none;
        padding: 0px;
        margin: 5px 10px auto;
        margin-bottom: 5px;
}

#descMenu UL LI
{
        font-size: 90%;
}

#footer
{
        clear:both;
        border-top: 2px solid #BBA977;
        color: #BBA977;
        text-align: center;
        height: 50px;
        background-color: #557665;
        font-size: 80%;
}

#footer a
{
        text-decoration: none;
        color: #FFFFFF;
}

#footer a:hover
{
        color: #BBA977;
}

