﻿body, html
{
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-color: #c8b18b;
}
.MainOuterTable
{
    margin-top: 0;
    width: 100%;
}
.Maintable
{
    margin: 0px;
    padding: 0px;
    width: 1114px;
}
.MainContenttable
{
    background-position: center top;
    background-image: url('images/repeatblue.gif');
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
    width:100%;
}
.MainContentTop
{
    background-position: center top;
    background-image: url('images/topblue.gif');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
.MainContentBottom
{
    background-position: center bottom;
    background-image: url('images/bottomblue.gif');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 21px 23px 17px;
    width: 100%;
}
.TopImageBackground
{
    background-position: center top;
    background-image: url('images/topimage.jpg');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}


a:link
{
    text-decoration: none;
    color: #7B1308;
}
a:visited
{

	text-decoration : none;
	color : #7B1308;
} 
a:active 
{

	text-decoration : none;
	color : #7B1308;
}
a:hover 
{

	text-decoration : none;
	color : #D40000;
}


.white
{
    font-size: 16px;
    font-family: Arial,Verdana, Helvetica;
    color: #FFFFFF;
    padding-right: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: normal;
}

/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 12px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a
{
    color: #008000;
}

.titleH05 a:hover
{
    color: #c1272d;
}




.titlefrontpage
{
    font-size: 14px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titlefrontpage a:link, .titlefrontpage a:visited, .titlefrontpage a:active
{
    color: #286EA9;
}

.titlefrontpage a:hover
{
    color: #990000;
}






.greenLink:link
{
    color: #008000;
    text-decoration: none;
}
.greenLink:visited
{
    color: #008000;
    text-decoration: none;
}
.greenLink:active
{
    color: #008000;
    text-decoration: none;
}
.greenLink:hover
{
    color: #c1272d;
}
