﻿.MainTitle
{
    font-family: Comic Sans MS;
    font-size: 36pt;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.DescriptionText
{
    font-family: Comic Sans MS;
    font-size: 14pt;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.mailingBackground
{
	background-color: #DAD8C1;
}

.mailingBorderOutside
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 5px #06604D;
}

.mailingBorderMiddle
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 2px #8B8C8E;
}

.mailingBorderInside
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 1px #000000;
}

.mailingTextColor
{
	color: #3F4140;
}

.emailForm
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	position: relative;
    float: left;
    text-align: center;
    width: 100%;
    color: #613005;
    vertical-align: top;
}

.emailBox
{
	width: 200px;
}

.errorLabel
{
	font-family: Comic Sans MS;
	font-size: 12px;
	color: Red;
	position: relative;
	float: left;
	text-align: left;
}

.emailValidation
{
    position: relative;
    float: left;
    text-align: left;
    width: 75%;
}

.emailBodyDiv
{
    position: relative;
    float: left;
}

.emailTextDiv
{
    position: relative;
    float: left;
    width: 20%;
    text-align: right;
}

.emailBodyBox
{
    width: 600px;
}

.emailSubmitButtonDiv
{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}

.homeLinkDiv
{
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 5px;
}

a.mailingListLink
{
	font-family: Arial;
	font-size: 10pt;
	color: #613005;
	text-decoration: none;
}

a.mailingListLink:Hover
{
	text-decoration: underline;
}

