﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #bbbbbb;
    background-image: url('images/backgroundrepeat.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

.MainTable
{
    width: 940px;
    background-color: #FFFFFF; 
}

.TopHeader
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/topbackground.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.MenuTD
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/menubackground.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;
}

.ContentTD
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/bottombackground.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.leftMenu
{
    width: 180px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}

a:link
{
    color: #0066CC;
    text-decoration: none;
}
a:visited
{
    color: #0066CC;
    text-decoration: none;
}
a:active
{
    color: #0066CC;
    text-decoration: none;
}
a:hover
{
    color: #7A0000;
}
/*************************************************************
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: #373737;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #990000;
}




.titletop
{
    font-size: 12px;
    color: #DFE0E1;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titletop:link, .titletop:visited, .titletop:active

{
    color: #ffffff;
    text-decoration: none;
}

.titletop a:hover
{
    color: #990000;
}







.titlefrontpage1
{
    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;
}
.titlefrontpage1 a:link, .titlefrontpage1 a:visited, .titlefrontpage1 a:active
{
    color: #0066CC;
}

.titlefrontpage1 a:hover
{
    color: #7A0000;
    text-decoration : underline;
}




Terry's stuff for SEO
*/


/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #990000;
    text-decoration: none;
}
.greenLink:hover
{
    color: #ffffff;
}