td
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	color: #BF922F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smallText
{
	font-size: 9px;
	color: #eeeeee;
}
.required
{
	color: #BF922F;
	font-size: 11px;
	font-weight: bold;
}
.copyHead
{
	color: #BF922F;
	font-size: 12px;
	font-weight: bold;
}
.blueHead
{
	color: #46cae6;
	font-size: 11px;
	font-weight: bold;
}
.footer
{
	color: #85785D;
	font-size: 11px;
}
.textBlock
{
	padding-left: 47px; 
	padding-top: 0px; 
	padding-right: 60px; 
	padding-bottom: 0px;
}
.nav
{
	padding-left: 4px; 
	padding-top: 4px; 
	padding-right: 3px; 
	padding-bottom: 0px;
}
h4
{
	color: #B09C81;
	font-size: 12px;
	font-weight: bold;
}
h3
{
	color: #B09C81;
	font-size: 11px;
	font-weight: bold;
}
h2
{
	color: #B09C81;
	font-size: 11px;
	font-weight: bold;
}
h1
{
	color: #B09C81;
	font-size: 11px;
	font-weight: bold;
}
.subNavLeftTableTitle
{
	border-spacing:0px;
	font-family: helvetica,verdana,arial;
	color:#666666;
	padding-left: 18px; 
	padding-top: 6px; 
	padding-right: 5px; 
	padding-bottom: 6px;
}
.subNavLeftTableTitle tr
{
	text-align:left;
}
.subNavLeftTableTitle tr td
{
	border:0px;
}




.subNavLeftTable
{
	border-spacing:0px;
	font-family: helvetica,verdana,arial;
	color:#666666;
}
.subNavLeftTable tr
{
	text-align:left;
}
.subNavLeftTable tr td
{
	border:1px solid #323232;
}
.subNavLeftTable a{
	width: auto;
	display: block;
	padding-left: 18px; 
	padding-top: 6px; 
	padding-right: 5px; 
	padding-bottom: 6px;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
* html .subNavLeftTable a{ /*IE only hack*/
	width: 100%;
}
.subNavLeftTable a:hover{ /*THEME CHANGE HERE*/
	background-color: #030303;
	color: #BF922F;
}

.navBG
{
	background-image: url(../images/navigation/navBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navBGHome
{
	background-image: url(../images/navigation/navBGHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sideBG
{
	background-image: url(../images/sideBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dottedHoriz
{
	background-image: url(../images/dottedHoriz.gif);
	background-repeat: repeat-x;
	background-position: center center;
}










/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #323232; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:14px;
z-index:100;
background-color: #000000;
visibility: hidden;
text-align: left; 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #323232; /*THEME CHANGE HERE*/
padding-left: 7px;
padding-top: 5px;
padding-right: 3px;
padding-bottom: 5px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #030303;
color: #BF922F;
}