﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #9b9c95;
    background-image: url('images/backgroundrepeater.jpg');
    background-repeat: repeat-x;
    background-position: center top;
}
.MainOuterTable
{
    margin-top: 0;
    width: 100%;
}

.Maintable
{
    width: 1019px;
    margin: 0;
    padding: 0px;
    background-image: url('images/MainMiddle.jpg');
    background-repeat: repeat-y;
    background-position: center top;
}

.MaintableTop
{
    margin: 0;
    background-image: url('images/MainTop.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.MaintableBottom
{
    padding: 0 0 0 0;
    width: 100%;
    margin: 0;
    background-image: url('images/MainBottom.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}



a:link
{
    color: #8f9d0d;
    text-decoration: none;
}
a:visited
{
    color: #8f9d0d;
    text-decoration: none;
}
a:active
{
    color: #8f9d0d;
    text-decoration: none;
}
a:hover
{
    color: #990000;
}

/*************************************************************
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: #286EA9;
}

.titleH05 a:hover
{
    color: #990000;
}


.titletop
{
    font-size: 16px;
    color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titletop a:link, .titletop a:visited, .titletop a:active
{
    color: #286EA9;
}

.titletop a:hover
{
    color: #990000;
}


.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: #286EA9;
}

.titlefrontpage a:hover
{
    color: #990000;
}



.titleitalic
{

    font-size: 18px;
    font-family: Times New Roman;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-style:italic;
    font-weight: bold;
}
.titleitalic a:link, .titleitalic a:visited, .titleitalic a:active
{
    color: #286EA9;
}

.titleitalic a:hover
{
    color: #990000;
}





.greenLink:link
{
    color: #286EA9;
    text-decoration: none;
}
.greenLink:visited
{
    color: #286EA9;
    text-decoration: none;
}
.greenLink:active
{
    color: #286EA9;
    text-decoration: none;
}
.greenLink:hover
{
    color: #990000;
}
