﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #ebe9da;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

.Maintable
{
    width: 915px;
    margin: 0px;
    padding: opx;
}

.RepeatingBackground
{
    background-image: url('images/Middle-trans.png');
    background-repeat: repeat-y;
    background-position: left top;
}

.Toptable
{
    background-image: url('images/Top-trans.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.Bottomtable
{
    background-image: url('images/bottom-trans.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 8px;
}

.rollover a:link, .rollover a:visited
{
    background-position: 0 0;
    display: block;
    width: 131px;
    padding: 8px 0px 0px 0px;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: url("images/SideButton-trans.png") 0 0 no-repeat;
    text-decoration: none;
    height: 24px;
}

.rollover a:hover
{
    background-position: 0 -32px;
    color: #FFFFFF;
}
.rollover a:active {
            background-position: 0 -32px;
            color:#FFFFFF;
            }


a:link, a:visited, a:active 
{
	text-decoration : none;
	color : #3B6FAB;  
}
a:hover 
{
	text-decoration : none;
	color : #ff0000; 
}
.justify
{
text-align: justify;
}

/*************************************************************
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, .titleH05 a:visited, .titleH05 a:active
{
    color: #ebe9da;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #223a66;
}


/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #4a7cb7;
    text-decoration: none;
}
.greenLink:hover
{
    color: #223a66;
}
