﻿#ContentArea
{
    position: absolute;
    top: 0px;
    left: 240px;
}
.Strapline
{
    margin: 20px 20px 0px 0px;
    color: #D9CDA3;
    font-size: xx-large;
    text-align: right;
}
.StraplineFooter
{
    margin: 0px 20px 10px 0px;
    color: #D9CDA3;
    font-size: small;
    text-align: right;
}
.Quotation
{
    color: White;
    font-size: xx-large;
    font-family: Monotype Corsiva;
}
.QuotationBy
{
    color: White;
    font-size: small;
    text-align: right;
    font-family: Monotype Corsiva;
}
.Content
{
    margin: 14px 20px 4px 8px;
    color: #E3E292;
    font-size: medium;
    clear: both;
}
.ContentHeading
{
    margin: 14px 20px 4px 8px;
    color: #E3E292;
    font-size: x-large;
    clear: both;
    text-align: center;
    font-weight: bold;
}
.ContentSubHeading
{
    margin: 14px 20px 4px 8px;
    color: #E3E292;
    font-size: medium;
    clear: both;
    text-align: left;
    text-decoration: underline;
}
.ContentTestimonial
{
    font-style: italic;
    font-family: Times New Roman;
    color: White;
    margin: 14px 50px 4px 50px;
    font-size: large;
}
a
{
    color: #9EC1C3;
}