﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #6fb4f7;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

.MainOuterTable
{
    margin-top: 0;
    width: 100%;
}

.Maintable
{
    margin: 0;
    padding: 0px;
    width:1029px;
}

.TopMenu
{
    margin: 0px;
    padding: 0px;
    background-image: url('Images/TopMenuBack-trans.png');
    background-repeat: no-repeat;
    background-position: left top;
    height:38px;
}
.MaintableTop
{
    margin: 0px;
    padding: 0px;
    background-image: url('Images/top-trans.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 215px;
}

.MaintableRepeater
{
    margin: 0px;
    padding: 0px;
    background-image: url('images/middle-trans.png');
    background-repeat: repeat-y;
    background-position: center top;
   height:500px;
}

.MaintableBottom
{
    margin: 0px;
    padding: 0px 0px 0px 9px;
    background-image: url('Images/bottom-trans.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 14px;
}

.MenuBackGround
{
    margin: 0px;
    padding: 0px 0px 0px 9px;
    background-image: url('Images/menubackground.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #002b55;
}







a:link
{
	text-decoration : none;
	color : #663333;
}
a:visited
{
	text-decoration : none;
	color : #663333; 
} 
a:active 
{
	text-decoration : none;
	color : #663333;
}
a:hover 
{
	text-decoration : none;
	color : #CC0000;
}




/*************************************************************
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: #9c9898;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #b62328;
}

.titleaddress
{
    font-size: 15px;
    color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleaddress a:link, .titleaddress a:visited, .titleaddress a:active
{
    color: #FFFF00;
    text-decoration: none;
}

.titleaddress a:hover
{
    color: #b62328;
}


.titlefrontpage
{
    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;
}
.titlefrontpage a:link, .titlefrontpage a:visited, .titlefrontpage a:active
{
    color: #663333;
    text-decoration: none;
}

.titlefrontpage a:hover
{
    color: #b62328;
}

/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #9c9898;
    text-decoration: none;
    font-weight: bolder;
}
.greenLink:hover
{
    color: #9c9898;
    color: #BDE2F3;
}