﻿body
{
    margin: 20px;
	background-color: #C0C0C0;
}
body, td
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

form
{
    margin: 0px;
}
a:link, a:visited, a:active
{
	color: #990000;
	text-decoration: none;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}


.MainTable
{
	border: 2px solid #0A360D;
}

.MainContainer
{
	padding: 30px 60px 30px 60px;
	line-height: 2;
}
.HomeFont
{
	font-size: 16px;
	line-height: 2.5;
	padding: 25px 75px 0px 75px;
}
a.HomeLinks:link, a.HomeLinks:visited, a.HomeLinks:active
{
	color: #4C0000;
	text-decoration: none;
	font-weight: bold;
}
a.HomeLinks:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.MenuContainer
{
	padding: 5px;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica;
}

a.MenuLink:link, a.MenuLink:visited, a.MenuLink:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a.MenuLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.3;
}
.MenuPadding
{
	padding: 0px 20px 0px 20px;
}

.AddressContainer
{
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
}

.PageTitle
{
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.PageSubTitle
{
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.PageTitleBox
{
	background-color: #990000;
	height: 14px;
	width: 14px;
	float: left;
	position:relative;
	top: 11px;
	margin-right: 8px;
}
.MoveLeft
{
	position:relative;
	left: -26px;
}
.BioContainer
{
	line-height: 1.8;
}
.BioPic
{
	border: solid 1px #000000;
	margin: 0px 0px 10px 10px;
}
a.BioLink:link, a.BioLink:visited, a.BioLink:active
{
	color: #000000;
	text-decoration: none;
}
a.BioLink:hover
{
	color: #990000;
	text-decoration: none;
}

.JustifiedText
{
	text-align: justify;
}
.FormSubmit
{
	border-right: #990000 2px outset;
	border-top: #990000 2px outset;
	font-weight: bold;
	font-size: 10px;
	color: #990000;
	text-transform: uppercase;
	border-left: #990000 2px outset;
	border-bottom: #990000 2px outset;
	font-family: Verdana, Helvetica, sans-serif;
}
.FormError
{
    BORDER-RIGHT: #911212 5px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #911212 5px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #911212 5px solid;
    COLOR: #911212;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #911212 5px solid;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}
.FormSuccess
{
    BORDER-RIGHT: #1B9112 5px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #1B9112 5px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #1B9112 5px solid;
    COLOR: #1B9112;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #1B9112 5px solid;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}
