﻿body
{ font-family: Arial;
    float: left;
    text-align: center;
    width: 98.3%;
    height: 800px;
}
.MDiv1
{
    background-color: #003042;
    font-family: 'Monotype Corsiva';
    font-size: 52pt;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #C10000;
    height: 148px;
    width: 1500px;
}

.MDiv2
{
    color: #C10000;
    text-align: center;
    width: 100%;
    height: 58px;
    font-family: Arial;
    font-size: large;
    background-image: url('../Images/Header2.png');
    background-repeat: repeat;
}

.DDiv1
{
    padding: 16px;
    background-color: #003042;
    color: #CCCCCC;
    font-family: Arial;
    float: left;
    text-align: center;
    height: 800px;
    width: 1500px;
}

.DDivL
{
   padding: 16px;
   width: 250px;
   height: 100%;
   float: left; 
}

.DDivC
{
    padding: 16px;
    text-align: Center;
    width: 860px;
    height: 95%;
    float: left;
    background-color: #00445E;
}

.DDivR
{
   padding: 20px;
   width: 250px;
   height: 100%;
   float: left; 
}

.Cdiv1
{
    background-color: #003042;
    color: #CCCCCC;
    font-family: Arial;
    float: left;
    width: 98.3%;
    height: 800px;  
}

.CDivL
{
    width: 21%;
    height: 100%;
    float: left;
    background-image: url('../Images/LImage1.png');
    background-repeat: repeat;
}

.CDivC
{
    padding: 16px;
    text-align: Center;
    width: 54%;
    height: 96%;
    float: left;
    background-color: #033865;
}

.CDivR
{
    width: 24%;
    height: 100%;
    float: left;
    background-image: url('../Images/RImage1.png');
}

.txtRed
{
    color: #FF0000;
    font-weight: bold;
    font-style: italic;
}
.LableIndent
{
    text-indent: 16px;
}

.Tables
{
   width: 100%;
}
