﻿body
{
    background-color: #14487b;
}
img
{
    border: none;
    padding: 0px;
    margin: 0px;
}
a
{
    color: #eee891;
}
.CenterBlock
{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.NCSBanner
{
    width: 793px;
    height: 110px;
    margin: -3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    left: 0px;
    position: relative;
    top: 0px;
    color: white;
    background-color: #14487b;
    border: black 1px solid;
}
.MainBlock
{
    width: 793px;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #143967;
    font-size: 10pt;
    color: white;
    font-family: 'Bookman Old Style';
    padding-top: 20px;
    left: 0px;
    position: relative;
    top: -2px;
    border: black 1px solid;
}    
.Copyright
{
    font-size: 7pt;
    z-index: 6;
    left: 250px;
    position: absolute;
    top: 545px;
    color: #d9e0ff;
    font-family: Arial;
}