﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #d9c894;
    background-image: url('App_Themes/Theme1/images/backgroundrepeat.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

.MainTable
{
    background-color: #FFFFFF; 
}

.TopHeader
{
    width: 1018px;
    height: 189px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('App_Themes/Theme1/Images/topbackground.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.TopWhiteBar
{
    height: 4px;
    background-color: #ffffff;
}

.TopGreenBar
{
    height: 8px;
    background-color: #00907f;
}

.TopGreenBar3
{
    height: 3px;
    background-color: #00907f;
}

a:link
{
	text-decoration : none;
	color : #AF444E;  
}
a:visited
{
	text-decoration : none;
	color : #AF444E;  
} 
a:active 
{
	text-decoration : none;
	color : #AF444E; 
}
a:hover 
{
	text-decoration : none;
	color : #7DB260; 
}

/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 10px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a:link, .titleH05 a:visited, .titleH05 a:active
{
    color: #00907f;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #990000;
}









.titleH2
{
    font-size: 10px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH2 a:link, .titleH2 a:visited, .titleH2 a:active
{
    color: #00907f;
    text-decoration: none;
}

.titleH2 a:hover
{
    color: #990000;
}
/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #00907f;
    text-decoration: none;
}
.greenLink:hover
{
    color: #990000;
}

