.topRightSection
{
    font-size: 8px;
    font-weight: normal;
    font-family: Garamond, Verdana, sans-serif;
    text-align: right;
    vertical-align: top;
    background: url("./images/topSectionRight.gif");
}

.Title
{
    font-size: 36px;
    font-weight: bold;
	text-align: center;
	color: #3366FF;
}

.TitleSectionHeight
{
    height: 205px;
}

.Navigation
{
    font-size: 14px;
    font-weight: bold;
    font-family: Garamond, Verdana, sans-serif;
    font-variant: small-caps;
    background: url("./images/btnBackground.gif");
}

.Header
{
    font-size: 20px;
	font-weight: bold;
	color: #993300;
}

.MiniHeader
{
    font-size: 14px;
	font-weight: bold;
	text-indent: 6px;
	color: #993300;
}


.Content
{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 200%;
	padding-right: 10px;
	padding-left: 10px;
}

.LineHeightNormal
{
    line-height:100%;
}

.TopText
{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #000000;
}

.ContentBackground
{
    background: url("./images/BodyBackground.jpg");
    background-color: #D7C1B0;
    background-position: top;
    background-repeat: no-repeat;
    height: 350px;
}

.BackgroundColor
{
    background-color: #D7C1B0;
}

.TagLine
{
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.BackgroundColor
{
    background-color: #D7C1B0;
}

.TopBackground
{
    background: url("./images/TopBackground.gif");
    height: 215px;
}

.LeftBorder
{
    background: url("./images/borderLeft.gif");
}

.RightBorder
{
    background: url("./images/borderRight.gif");
}

.navBackground
{
    background: url("./images/navBackground.gif");
}

.blueGreyText
{
    font-family: Garamond, Verdana, sans-serif;
	font-size: 12px;
	color: #666699;
}

.brownText
{
    font-family: Garamond, Verdana, sans-serif;
	font-size: 16px;
	color: #993300;
}

.redText
{
    color: #FF0000;
}

.titleBlueText
{
    font-size: 20px;
	font-weight: normal;
	color: #3366FF;
}

BODY
{
	background-color: #99785F;
	font-family: Garamond, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
}

.imgMarginLeft
{
    margin-left: 10px;
}

IMG
{
    border-color: #99785F;
}


A
{
    color: #000000;
	text-decoration: none;
}

a:Visited
{
	color: #000000;
}

a:Hover
{
	color: #0000FF;
}


P
{
    padding: 0px;
    margin: 0px;
}

UL
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

LI
{
    padding: 0px;
    line-height: normal;
    text-align: left;
    font-family: Garamond, Verdana, sans-serif;
    font-size: 14px;
}