﻿body
{
    font-family: Arial, Lucida Sans;
    font-size: 12px;
    margin: 0px;
    border: 0px;
}

#BannerImage
{
    text-align: center;
    background: url(images/essa-gradient.gif) repeat-x;
}

#MainBody
{
    margin: 10px;
}

.PageTitle
{
    color: #740;
    font-size: 2.77em; /*36px - relative to 13px*/
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: .7em;
}
/*
	font-weight: 700;
	font-size: 16px;
	color: Green;
	border-bottom:10px;
}
*/

.ValidationSummary
{
    color: red;
    font-weight: 700;
}

.WrappedParagraph
{
    width: 600px;
    margin: 10px 0 10px 0;
}

.SectionHeading
{
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.indentPara
{
    margin: 10px 0px 10px 20px;
}

.Required
{
    font-weight: 700;
    color: Red;
}

img.BannerImage
{
    /* border-bottom: solid 2px brown; */
    border-bottom: 4px solid #774400;
}

table.RegistrationForm
{
    width: 350px;
}

table.RegistrationForm th
{
    width: 150px;
    font-weight: normal;
    text-align: left;
}

table.RegistrationForm td
{
    text-align: right;
}


.Success
{
    color: Green;
}
