﻿body {
}
.PageBorder
{
    border: 5px double #000099;
    width: 901px;
    height: 800px;
}
.MainHeader
{
    border-style: 3;
    border-width: 0px;
    border-color: #000000;
    width: 900px;
    height: 130px;
    background-color: #254C63;
    caption-side: top;
    color: #5FA9AD;
}
.MenuHeader
{
    border: thin solid #FFFFFF;
    width: 900px;
    height: 50px;
    background-color: #254C63;
    color: #FFFFFF;
}
.MainBody
{
    width: 900px;
    height: 400px;
    background-color: #254C63;
    vertical-align: top;
    color: #5FA996;
}
.FooterBox
{
    border-style: solid none none none;
    border-color: #FFFFFF;
    width: 900px;
    height: 20px;
    background-color: #254C63;
    color: #FFFFFF;
    text-align: center;
    border-top-width: thin;
}
.NoUnderlineURL
{
    text-decoration: none;
    color: #FFFFFF;
}
.UnderlineURL
{
    text-decoration: underline;
    color: #FFFFFF;
}
.TitleText
{
    font-size: xx-large;
    color: #FFFFFF;
    font-weight: bold;
}
.StandardText
{
    font-size: large;
    color: #FFFFFF;
}
.TextBox
{
    width: 620px;
    height: 400px;
}
