@charset "utf-8";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	text-align: justify;
}

.oneColFixCtr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF630F;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
}
