body {
	padding: 0px;
	margin: 0px;
}
p, table, td, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}
.mainPageTbl {
	width:100%;
	height: 100%;
	background-image: url(structure/bgTile.jpg);
}
.mainPageTblHome {
	width:100%;
	height: 100%;
	background-image: url(structure/home/bgTile.jpg);
}
.topBarMainTD {
	width: 100%;
	text-align: left;
	vertical-align: top;
	background-image: url(structure/topBarRepeater.jpg);
	background-repeat: repeat-x;
}
.topBarMainTDHome {
	width: 100%;
	text-align: left;
	vertical-align: top;
	background-image: url(structure/home/topRepeater.jpg);
	background-repeat: repeat-x;
}
.botTD {
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-image: url(structure/bgRepeater.jpg);
	background-repeat: repeat-x;
}
.botTDHome {
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-image: url(structure/home/mainRepeater.jpg);
	background-repeat: repeat-x;
}
.botMainTbl {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.underNav {
	width: 236px;
	text-align: left;
	vertical-align: bottom;
	background-image: url(structure/footerRepeater.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.copyright, a.copyright:Link, a.copyright:hover, a.copyright:active, a.copyright:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
}
.footerTD {
	height: 26px;
	background-image: url(structure/footerRepeater.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}