﻿div#MasterNavigation
{
	border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-image: url("Images/MasterNavigation.jpg");
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
}
div#MasterNavigation a
{
    text-decoration: none;
}
div#MasterNavigation a:hover
{
    color: #000000;
}
div#MasterNavigation ul
{
    margin-top: 6px;
    text-align: center;
}
div#MasterNavigation li
{
    display: inline;
    list-style-type: none;
}
div#TopContent
{
    background-color: #F3F5F7;
    color: #000000;
}
div#TopContent a
{
    color: #000000;
}
div#ContentSeparator
{
    background-image: url("Images/ContentSeparator.jpg");
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    height: 15px;
}
div#Footer
{
    clear: both;
    font-size: 11px;
    font-style: oblique;
    margin-top: 25px;
    text-align: center;
}
