body {
	background-color: black;
	margin: 0px;
	padding: 0px; 
	color: white;
	text-decoration: none;
	font-family: arial narrow, Trebuchet MS, sans-serif;
}
p, td, table, div {
	color: white;
	text-decoration: none;
	font-family: arial narrow, Trebuchet MS, sans-serif;
}
.mainPageTable, .mainPageTableInner, .pageContainer {
	height: 100%;
	width: 100%;
}
.topBarContainer {
	width: 100%;
}
a,  a:link, a:visited {
	color: Green;
}
a:hover, a:active {
	color: yellow;
}
.contentContainerHome {
	height: 100%;
	width: 100%;
	margin: 10 10 10 10;
}
.contentContainer {
	height: 100%;
	width: 100%;
	margin: 10 10 10 10;
	vertical-align: top;
}
.contentContainerDiv {
	margin: 0 10 10 10;
	font-size: 13px;
}
.footerContainer {
	width: 100%;
}
.homeTableContainer {
	height: 456px;
	width: 779px;
}
.homeNavLink {
	margin: 0 6 0 6;
}
.whiteBarTbl {
 	height: 120px;
	width: 100%;
	background-image: url(structure/white_repeater.gif);
	background-repeat: repeat-x;
}
.whiteBarTD {
	text-align: right;
	vertical-align: bottom;
}
.homeNavLinkA, a.homeNavLinkA:Link, a.homeNavLinkA:hover, a.homeNavLinkA:visited, a.homeNavLinkA:active {
	color: yellow;
	text-decoration: none;
	font-family: arial narrow, Trebuchet MS, sans-serif;
	font-size: 13px;
	margin: 0 5 0 5;
}
.topBarTbl {
	background-image: url(structure/top_repeater_line.jpg);
	background-repeat: repeat-x;
}
.topBarR {
	text-align: right;
	vertical-align: top;
	
}

.copyright, a.copyright:Link, a.copyright:hover, a.copyright:active, a.copyright:visited{
	color: White;
	text-decoration: none;
	font-family: arial narrow, Trebuchet MS, sans-serif;
	font-size: 12px;
}
.dropMenu {
	background-color: black;
	border: 1px solid yellow;
	visibility: hidden;
	position: absolute;
	margin: 9 0 0 10;
	width: 150px;
}
.headerDiv {
	font-size: 20px;
	font-weight: bold;
	color: white;
}