﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #c6c5c3;
    background-image: url('images/backgroundrepeat.jpg');
    background-repeat: repeat-X;
    background-position: left top;    
}

.MainOuterTable
{
    margin-top: 0;
    width: 100%;
}

.Maintable
{
    width: 946px;
    margin: 0;
    background-image: url('images/top.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 8px;
}

.bluebar
{
    height: 7px;
    margin: 0;
    background-image: url('images/bar.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}




.toplink
{
    padding: 0px;
    margin: 0;
    height: 53px;
}

.toplink_lt
{
    padding: 0px;
    margin: 0px;
    background-position: left bottom;
    background-image: url('images/topmenuLeft-trans.png');
    background-repeat: no-repeat;
    width:14px;
}
.toplink_md
{
    padding: 0px 0px 0px 4px;
    margin: 0;
    background-position: left bottom;
    background-image: url('images/topmenurepeat-trans.png');
    background-repeat: repeat-x;
    width:95px;
}
.toplink_rt
{
    padding: 0px;
    margin: 0px;
    background-position: right bottom;
    background-image: url('images/topmenuright-trans.png');
    background-repeat: no-repeat;
    width:11px;
}

A:link, A:visited, A:active
{
    color: #8f9d0d;
    text-decoration: none;
}
A:hover
{
    color: #990000;
}


/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 10px;
    color: #FFFFFF;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a:link
{
    color: #FFFFFF;
}
.titleH05 a:visited
{
    color: #FFFFFF;
}

.titleH05 a:active
{
    color: #FFFFFF;
}

.titleH05 a:hover
{
    color: #990000;
}


.greenLink:link
{
    color: #1a58ac;
    text-decoration: none;
}
.greenLink:visited
{
    color: #1a58ac;
    text-decoration: none;
}
.greenLink:active
{
    color: #1a58ac;
    text-decoration: none;
}
.greenLink:hover
{
    color: #990000;
}


.title01
{
    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;
}
.title01 a
{
    color: #645842;
}

.title01 a:hover
{
    color: #255F93;
}

.title01:link
{
    color: #645842;
    text-decoration: none;
}
.title01:visited
{
    color: #645842;
    text-decoration: none;
}
.title01:active
{
    color: #645842;
    text-decoration: none;
}
