body {
  margin: 0px;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 9pt;
  color: #3d3d3d;
  background-color: #F3EEEB;
}
table.mainTBL {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 9pt;
}
table.subTBL {
  position: relative;
  width: 750px;
  height: 100%;
  border-right: 1px solid #9B6E58;
  border-left: 1px solid #9B6E58;
  font-size: 9pt;
}
table.homeTBL {
	position: relative;
	width: 750px;
	border: 1px solid #333333;
	font-size: 9pt;
}
td.topTD {
  width: 100%;
  height: 60px;
  background-color: #F2D8CC;
}
td.subTopTD {
  width: 100%;
  height: 98px;
  background-color: #F2D8CC;
}
#topDiv {
  position: relative;
  width: 100%;
  height: 52px;
  top: 0px;
  background-color: #CC6635;
  border-bottom: 1px solid #7A3D20;
}
#subTopDiv {
  position: relative;
  width: 100%;
  height: 103px;
  top: 0px;
  background-color: #CC6635;
  border-bottom: 1px solid #7A3D20;
}
td.homeMiddle {
  background-color: #9B6E58;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
td.subpageMiddle {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  font-size: 9pt;  
  text-align: center;
}
#contentDiv {
	position: relative;
	width: 500px;
	text-align: left;
	font-size: 9pt;
	padding-top: 45px;
	padding-bottom: 20px;
	top: auto;
}
td.bottomTD {
  width: 100%;
  height: 0px;
  background-color: #F2D8CC;
}
#bottomDiv {
	position: relative;
	width: 100%;
	top: 0px;
	background-color: #CC6635;
	border-top: 1px solid #7A3D20;
	text-align: center;
	font-size: 7pt;
	color: #fff;
}
#footerDiv {
  position: relative;
  width: 100%;
  height: 29px;
  top: 0px;
  background-color: #CC6635;
  border-bottom: 1px solid #E3AB90;
}
a.whiteTextLink {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
a.whiteTextLink:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #7A3D20;
}
#spacerSpan {
  position: relative;
  width: 25px;
  height: 25px;
}
a.links {
  text-decoration: underline;
  font-weight: bold;
  color: #3d3d3d;
}
a.links:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #7A3D20;
}
.normalText { font-size: 9pt; }
.boldText {font-weight : bold;}
.smallText {font-size : 8pt;}
li.noStyle { padding-bottom : 1px;}
