﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #000000;
    background-image: url('images/backgroundrepeat.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

.MainTable
{
    width: 1053px;
}

.MaintableTopMenuBar
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/MenuTopRepeat.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    height: 39px;
}
.MainContent
{
    background-color: #FFFFFF;
}
.GoldSideBar
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/goldside.jpg');
    background-repeat: repeat-y;
    background-position: left top;
    width: 10px;
    background-color: #660000;
}

.RedBar
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 10px;
    background-color: #8d0e3a;
}

.GoldHeader
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Images/goldheader.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 291px;
    height: 30px;
    font-weight: bold;
}



a:link
{
    color: #8d0e3a;
    text-decoration: none;
}
a:visited
{
    color: #8d0e3a;
    text-decoration: none;
}
a:active
{
    color: #8d0e3a;
    text-decoration: none;
}
a:hover
{
    color: #ffdf6b;
}




/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 10px;
    color: #808080;
    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: #808080;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #ffde6c;
}




.titleH06
{
    font-size: 15px;
    color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
.titleH06 a:link, .titleH06 a:visited, .titleH6 a:active
{
    color: #ffdf6b;
    text-decoration: none;
}

.titleH06 a:hover
{
    color: #8d0e3a;
}




.titlefrontpage1
{
    font-size: 11px;
    color: #ffffff;
    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: #FCCF38;
}

.titlefrontpage1 a:hover
{
    color: #737742;
    text-decoration : underline;
}


/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #d9b867;
    text-decoration: none;
}
.greenLink:hover
{
    color: #990000;
}
