﻿body 
{
    background-color: #E0E0E0;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

#headerDiv, #Mstr_headerDiv
{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #7D7A8D;
    background-position: left top;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-image: url('images/pc-banner.jpg');
    background-repeat: no-repeat;
    height: 175px;
}

#contentDiv, #Mstr_contentDiv
{
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px 15px 25px;
    width: 850px;
}

#footerDiv, #Mstr_footerDiv
{
    background-color: #7D7A8D;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 900px;
}

a:link, a:visited
{
    color: #151E18;
}

a:hover
{
    color: #343C42;
}