#header-container {
	position: absolute;
	z-index: 100;
	height: 290px;
	width: 900px;
	left: -50px;
	top: 0px;
}
#midpage-container {
	position: absolute;
	z-index: 10;
	height: 150px;
	width: 900px;
	left: -50px;
	top: 290px;
}
#footer-container {
	position: absolute;
	z-index: 10;
	height: 100px;
	width: 900px;
	left: 0px;
	bottom: -100px;
	background-image: url(images/footer.jpg);
}
#nav-container {
	position: absolute;
	z-index: 200;
	left: 1px;
	top: 260px;
}
.JRCMaintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dfitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
