﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
}

#wrapper
{
    width: 905px;
}

#header
{
    width: 905px;
    height: 363px;
}

#headerLT
{
    float: left;
    width: 362px;
    height: 363px;
    background-image: url('Images/Header1.png');
    background-repeat: no-repeat;
}

#headerRT
{
    float: left;
    width: 543px;
    height: 120px;
    background-image: url('Images/Header2.png');
    background-repeat: no-repeat;
}

#headerRTContent
{
    float: left;
    width: 543px;
    height: 243px;
    text-align: left;
}

#headerRTContent p
{
    font-weight: bold;
}

#headerRTContent h1
{
    color: #000080;
}

#content
{
    float: left;
    text-align: left;
    width: 905px;
}

#tblcontent p
{
    color: #9A0E00;
    font-weight: bold;
    font-size: medium;
}


#tblcontent li
{
    list-style-image: url('Images/checkbox.png');
    padding-bottom: 5px;
}
