body, html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #000000;
}

.MainOuterTable
{
    margin-top: 0;
    width: 100%;
}

.Maintable
{
  /*  height: 1000px;*/
    width: 1040px;
    margin: 0;
}

.MaintableBody_01
{
    width: 100%;
    margin: 0;
    background-image: url('images/background_01.jpg');
    background-repeat: repeat-x;
    background-position: center top;
   /* background-color: #FFFFFF; */
    
}

.MaintableBody_02
{
    margin: 0;
    background-image: url('images/background_02.jpg');
    background-repeat: repeat-y;
    background-position: right center;
}

.MaintableBody_03
{
    width: 100%;
    margin: 0;
    background-image: url('images/background_03.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
}

.MaintableBody_04
{
    margin: 0;
    background-image: url('images/background_04.jpg');
    background-repeat: repeat-y;
    background-position: left center;
}

.MaintableBody_05
{
    width: 100%;
    margin: 0;
    background-image: url('images/background_05.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.MaintableBody_06
{
    margin: 0;
    background-image: url('images/background_06.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}

.MaintableBody_07
{
    width: 100%;
    margin: 0;
    background-image: url('images/background_07.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.MaintableBody_08
{
    padding: 16px 19px 16px 19px;
    margin: 0;
    background-image: url('images/background_08.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.TopHeaderSection
{
    width: 100%;
    height: 160px;
}
.TopHeaderSubSection
{
    width: 100%;
    height: 160px;
}
.BodySection
{
    width: 100%;
    height: 600px;
}

.DefaultPageRepeatBack
{
    margin: 0;
    background-image: url('images/DefaultRepeatBack.jpg');
    background-repeat: repeat-y;
    background-position: center center;
}
.DefaultPage
{
    background-repeat: no-repeat;
    width: 982px;
    height: 708px;
    background-image: url('Images/default.jpg');
}
.DefaultPageFlash
{
    position: relative;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 952px;
    height: 300px;
    background-color: #800000;
    z-index: 97;
}

.SideMenuRepeatBack
{
    margin: 0;
    background-image: url('images/SideMenuRepeatBackGround.jpg');
    background-repeat: repeat-y;
    background-position: left top;
}

.SideMenuBack
{
    margin: 0;
    width: 261px;
    background-image: url('images/SideMenuTopBackGround.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

a:link
{
    text-decoration: none;
    color: #0D6B75;
}
a:visited
{

	text-decoration : none;
	color : #0D6B75;
} 
a:active 
{

	text-decoration : none;
	color : #0D6B75;
}
a:hover 
{

	text-decoration : none;
	color : #D40000;
}



/*************************************************************
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
{
    color: #C0C0C0;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #990000;
}


.whitetext
{
    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;
}
.whitetext a
{
    color: #C0C0C0;
    text-decoration: none;
}

.whitetext a:hover
{
    color: #990000;
}



.whitetext2
{
    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;
}
.whitetext2 a
{
    color: #C0C0C0;
    text-decoration: none;
}

.whitetext2 a:hover
{
    color: #990000;
}





.blacktext2
{
    font-size: 12px;
    color: #666666;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.blacktext2 a
{
    color: #666666;
    text-decoration: none;
}

.blacktext2 a:hover
{
    color: #990000;
}







/* Menu class for the images */
.home
{
    width:76px;
    height:99px;
    background-image: url('images/menu/home.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.home:hover
{
    width:76px;
    height:99px;
    background-image: url('images/menu/homehover.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}

/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #868f44;
    text-decoration: none;
    font-weight: bolder;
}

.greenLink:hover
{
    color: #baaca4;
}

.MainOuterTableFooter
{
	font-size:11px;
    color: #ffffff;
}

