@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background:#473d35;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#473d35;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #473d35;
	height: 110px;
	width:1024px;
}
.oneColFixCtrHdr #indexNavigation {
	background-image:url(images/index_nav_bg.gif);
	height: 311px;
	width:1024px;
	position:relative;
	z-index:99999;
}
.oneColFixCtrHdr #mainContent {
	height: 191px;
	width:1024px;
	background-color:#3c312c;
	position:relative;
	z-index:1;
}
.oneColFixCtrHdr #mainContent a {
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:visited {
	color:#FFFFFF;
}
.oneColFixCtrHdr #divider {
	height:19px;
	width:1024px;
	background-color:#473d35;
}
.oneColFixCtrHdr #footer {
	width:1024px;
	height:137px;
	background-color:#271c1c;
	color:#FFFFFF;
	font-size: 10.42px;
	text-align: left;
	position:relative;
}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer a:visited {
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}
.oneColFixCtrHdr #copyright {
	position:absolute;
	bottom:8px;
	left:8px;
}
.indexContentHead {
	font-family: Times, serif;
	font-size:14.58px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	line-height:24px;
}
.indexContent {
	font:Arial, Helvetica, sans-serif;
	font-size:14.58px;
	line-height:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}
#indexContentContainer {
	position:absolute;
	top:23px;
	left:623px;
	width:313px;
}
