﻿.body
{
    margin: 0px;
    background-color: #DDDDDD;
}
.header
{
	background: #ffffff url(/images/header.jpg) no-repeat center;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	width: 840px;
	height: 105px;
	margin: 0 auto;
}
.logo
{
	height: 177px;
	width: 105px;
	margin-top: 0px;
	margin-left: 10px;
	position: absolute;
}
.nav
{
	width: 840px;
	height: 33px;
	background: #ffffff;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	margin: 0 auto;
}
.navTBL
{
	width:826px;
	height: 33px;
	background: url(/images/navbar.jpg);
	border-top: solid 1px #00527a;
	border-left: solid 1px #00527a;
	border-right: solid 1px #00527a;
	margin: 0 auto;
}
.content
{
	width: 840px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background: #ffffff;
	margin: 0 auto;
}
.goldGraphic
{
	background: url(/images/topGold.jpg) repeat-x top;
}
.contentTBL
{
	width: 826px;
	border-right: solid 1px #00527a;
	border-left: solid 1px #00527a;
	background: url(/images/bgimage.jpg) no-repeat bottom;
	margin: 0 auto;
	z-index: 5;
}
  
.NavTxt
{
	font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}  
.NavTxt a:active
{
	font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
.NavTxt a:link
{
	font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: White;
} 
.NavTxt a:visited
{
	font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
.footerContainer
{
	width: 840px;
	height: 32px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #ffffff;
	margin: 0 auto;
}
.footer
{
    height: 26px;
    width: 826px;
    background-color: #00527A;
    font-family: Arial;
    text-align: center;
    font-size: 9pt;
    color: White;
	margin: 0 auto;
}
.mainTXT
{
	font-family: Arial;
    font-size: 10pt;
    color: #3f3f3f;
    padding-top: 30px;
}