﻿/*
Primary Layout
*/
.body
{
    margin: 5px;
    background-color: #000000;    
}
.dpCont
{
    width: 100%;
    margin: auto;        
}
.dpHeader
{
    width: 984px;
    height: 202px;
    background-image: url('/images/bg2.jpg');
    background-repeat: no-repeat;
    margin: auto;
}
.dpBody
{
    width: 944px;
    min-height: 400px;
    margin: auto;
    padding: 20px;
    background-color: #eaeaff;
    overflow: hidden;
}
.dpFooter
{
    width: 984px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: verdana;
    font-size: 80%;
    text-decoration: none;
    color: #eeeeee;
}

/*
Main Menu
*/

.menuItem1
{
    position: relative;
    height: 29px;
    width: 92px;
    color: red;
    left: 2px;
    top: 168px;    
}

/*
Columns
*/

.dpColA
{
    float: left;
    width: 700px;
    
}
.dpColB
{
    float: right;
    width: 244px;
    
}