body {
	background-color: black;
	color: white;
	margin-top:27px;
}

body, td { font: 10px arial, helvetica, sans-serif; }
.topNavContainerBox { width: 100%; height: 25px; padding-top: 5px; font-size: 12px; }
.topNavContainerBox a { text-decoration: none; }
.topNavContainerBox a:hover { text-decoration: underline; }
.pageHeadingText {
	font-size:30px;
	position:relative;
	top:-457px;
	left: -170px;
	width: 93px;
	height: 33px;
}
.pageContentContainer { border:1px solid #AAAAAA; }
.contentBox { padding: 5px; }

/* LINKS */
a { color: #CCCCCC; }
a:hover { color: #FFFFFF; }

/* HOME PAGE NAV */
td.navCell {color:black; padding-top: 10px; font-family: "Century Gothic", arial, helvetica, sans-serif; padding-right:10px; }
td.navCell, .navCell a { color:black; font-size:11px; }
.navCell a { text-decoration: none; }
.navCell a:hover { color: white; text-decoration: underline; }
