@charset "utf-8";
body {
	
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/Web-Crosshairs.gif);
	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;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}
.style4 {font-size: 22px; font-style: italic; font-weight: bold; }
.style5 {font-size: 14px; }
.style8 {font-size: 22px; font-weight: bold;}
.style9 {font-family: Arial, Helvetica, sans-serif}
.style10 {
	font-size: 10pt;
	font-style: normal;
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.style12 {font-size: 16px}
.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.style18 {font-size: 20px}
.style20 {font-size: 20px; color: #FFFFFF}
.style21 {font-size: 20px; font-family: Arial, Helvetica, sans-serif; }
.RedHeading {font-size: 20px; color: #FF0000;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 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. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
}
.oneColFixCtr #logodiv {
	width: 1000px;
	height: 100px;
	background-color: #000000;
	margin: auto;
	top: 0px;
}
.oneColFixCtr #sprybar {
	width: 1000px;
	height: 50px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #content {
	width: 1000px;
	margin: auto;
	height: auto;
	text-align: left;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
}
	a.content:link {color: #333333;}
	a.content:visited {color: #666666;}
	a.content:hover {color: #FF0000;}
	a.content:active {color: #FF0000;
}

.oneColFixCtr #footernav {
	width: 1000px;
	height: 28px;
	background-image: url(images/footer-button.gif)
	padding-top: 8px;
	margin: auto;
	font-size: 16px;
	color: #fff;
}
	a.footer:link {color: #ffffff; text-decoration: underline;}
	a.footer:visited {color: #ffffff; text-decoration: underline;}
	a.footer:hover {color: #666666; text-decoration: underline;}

.oneColFixCtr #copyright {
	width: 1000px;
	font-size: 10px;
	text-align: left;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

