body 
{
    background-color: #075E7D;
    background-image: url(images/background.jpg);
    background-repeat:repeat-x;
    color: Black;
    font-family: Verdana;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a
{
    color:Black;
    text-decoration: none;
}

a:hover
{
    color: #075E7D;
    text-decoration: none;
}

#container
{
    background-position:center;
    background-image: url(images/content.jpg);
}

#content
{
    padding-left: 10px;
    padding-right: 10px;
}

img
{
    border:none;
}

.largeBlue
{
    color: #529CB7;
    font-size: 18px;
    font-weight: bold;
}

.smallwhite
{
    color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
}

A.smallwhite
{
    color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
}

#mapCell
{
    font-weight: bold;
    padding-top: 10px;
}

#mapCell img
{
    border: 2px Solid Black;
}

.mediumBlue
{
    color: #064258;
    font-weight: bold;
}

#navigation
{
    background-position:center;
    background-image: url(images/navigation.jpg);
    background-repeat:no-repeat;
    padding-left: 245px;
}

.staffName
{
    color: #529CB7;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.title
{
    color: #075E7D;
    font-size: 25px;
    font-weight: bold;
}
