@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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/containerBackground.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 258px;
	width: 1000px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 125px;
	padding-bottom: 0;
	padding-left: 125px;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	clear: both;
	height: 93px;
	width: 1000px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00F;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
}
#mainContent p a {
	color: #FFF;
	font-weight: bold;
}
#mainContent p a:hover {
	color: #00F;
}
.img_right {
	float: right;
	margin-left: 10px;
}
#mainContent ol li a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent ol li a:hover {
	color: #00F;
	text-decoration: underline;
}
#hws_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#hws_info div a {
	color: #CCC;
}

