﻿body
{
    background-color: #C0DEED;
    font-family: Arial, Verdana;
}

.NavBarContainer
{
    width: 100%;
    text-align: left;
    position: relative;
    background-color: Transparent;
    top: 0px;
    height: 100%;
    
}


.NavBar
{
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: #5599BB;
    color: #FFFFFF;
    font-weight: bold;
    border-top: solid 4px #4C8EAF;
    height: 50px;
}
.NavBar td
{
    text-align: center;
}

.NavBar a
{
    color: #FFFFFF;
    text-decoration: none;
}
.NavBarSectionOver
{
    background-color: #4C8EAF;
}

