﻿body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #000000;
}

.Maintable
{
    width: 100%;
    margin: 0px;
    padding: opx;
    background-image: url('images/TopBackGroundRepeat.jpg');
    background-repeat: repeat-x;
    background-position: left top;    
}

.MaintableRepeat
{
    width:980px;
    margin: 0px;
    padding: opx;
    background-image: url('images/BottomBackGroundRepeat.jpg');
    background-repeat: repeat-y;
    background-position: left top;
}

.MaintableTop
{
    margin: 0px;
    padding: opx;
    background-image: url('images/TopBackGround.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.MaintableBottom
{
    height: 795px;
    margin: 0px;
    padding: opx;
    background-image: url('images/BottomBackGround.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.rollover a:link, .rollover a:visited
{
    background-position: 0 0;
    display: block;
    width: 157px;
    padding: 12px 0px 0px 0px;
    font: bold 13px sans-serif;
    color: #000000;
    background: url("images/MenuButton-trans.png") 0 0 no-repeat;
    text-decoration: none;
    height: 31px;
}

.rollover a:hover {          
            background-position: 0 -43px;
            color:#ffffff;
            }
.rollover a:active {
            background-position: 0 -43px;
            color:#ffffff;
            }














/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 10px;
    color: #0d69a8;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a:link, a:visited, a:active
{
    color: #0d69a8;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #ffffff;
}

.titletop
{
    font-size: 24px;
    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: #ffffff;
}

.titletop a:hover
{
    color: #ffff00;
}



.titletop2
{
    font-size: 12px;
    color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titletop2 a:link, .titletop2 a:visited, .titletop2 a:active
{
    color: #ffff00;
}

.titletop2 a:hover
{
    color: #ffffff;
}



.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: #ffff00;
}

.titlefrontpage a:hover
{
    color: #ff0000;
}







.titlestar
{
    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;
}
.titlestar a:link, .titlestar a:visited, .titlestar a:active
{
    color: #ffff00;
}

.titlestar a:hover
{
    color: #ff0000;
}




a:link
{
	text-decoration : none;
	color : #1670AC;
}
a:visited
{
	text-decoration : none;
	color : #1670AC; 
} 
a:active 
{
	text-decoration : none;
	color : #1670AC;
}
a:hover 
{
	text-decoration : none;
	color : #CC0000;
}

/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #89bddf;
    text-decoration: none;
}
.greenLink:hover
{
    color: #ffffff;
}
