body {
	text-align: center; /* must have "text-align: center;" in body tag to center page in IE */
	background-color: #000000;
/*	cursor: crosshair;*/
/*	scrollbar-base-color: 00fff7; Used if nothing else set. Scrollbar colors IE only*/
	scrollbar-face-color: 99FF00;
	scrollbar-track-color: 000000;
	scrollbar-arrow-color: ff0000; /*Up-down arrows in little scroll bar boxes*/
	scrollbar-3dlight-color: 00fff7; /*Outer top left*/
	scrollbar-highlight-color: 00fff7; /*Inner top left*/
	scrollbar-darkshadow-color: 000000; /*Outer bottom right*/
	scrollbar-shadow-color: 000000; /*Inner bottom right*/
}
#page {
	margin-left: auto; /* must have "margin-left: auto;" and "margin-right: auto;" to center page in FF */
	margin-right: auto; /* must have "margin-left: auto;" and "margin-right: auto;" to center page in FF */
	width: 960px;
	background-color: #161616;
	color: #00fff7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image:    url("http://njcfil.com/b/images/banner.jpg");
	clear: both;
	width: 970px;
	background-repeat: no-repeat;
	height: 116px;
}
#column1 {
	float: left;
	width: 193px;
	margin: 9px;
	font-size: 9px;
}
#column2 {
	float: left;
	width: 535px;
	text-align: left;
/*	margin: 9px;*/
	background-color: #0a0a0a;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 1px dotted #00fff7;
	border-left: 1px solid #555555;
}
#column3 {
	float: left;
	width: 180px; Not needed? Uses whatever remains in page div width?
/*	margin-top: 19px;
	margin-left: 19px;
	margin-right: 19px;
	margin-bottom: 0px;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.autocenter	{
	text-align: center;
	margin-left: auto; /* must have "margin-left: auto;" and "margin-right: auto;" to center page in FF */
	margin-right: auto; /* must have "margin-left: auto;" and "margin-right: auto;" to center page in FF */
}


#footer {
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #111133;
	clear: both;
}
.margin19px {
	float: left;
	width: 19px;
}
.row {
	clear: both;
	height: 19px;
}
.row5 {
	background-color: #000033;
	display: block;
	width: 970px;
}
.box {
	font-size: 12px;
/*	clear: both; Collapsed top margins-use float: left; with top margins*/
	float: left;
	width: 500px;
	margin: 9px;
	display: block;
	background-color: #101010;
	}
a.menu {
	font-size: 11px;
	font-weight: bold;
	color: #22bbff;
	display: block; /* must have for background, active area to display full width in FF */
	text-decoration: none; /* removes default text link underlining */
	text-align: center;
	line-height: 20px;
	border-bottom: 1px solid #555555;
	}
a.menu:hover {
	color: #000033;
	background-color: #99FF00;
}
.subhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 34px;
	color: #aaddff;
	background-color: #112222;
	display: block;
	text-indent: 8px;
	clear: both;
	font-variant: small-caps;
	height: 48px;
	line-height: 48px;
	margin: 9px;
}
#floatbox {
	float: left;
}
.19 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	display: block;
	float: left;
	width: 19px;
}
