@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* 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;
	background-color: #18447f;
}
.oneColFixCtrHdr #container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/ContainerBackground.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 1000px;
}
.oneColFixCtrHdr {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	height: 272px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 1000px;
	clear: both;
}.img_left {
	float: left;
	margin-right: 25px;
}
#hws_info {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#hws_info div a {
	color: #CCC;
}
.redText {
	color: #F00;
}
#links {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#links a {
	color: #1C447E;
}
.centerText {
	text-align: center;
}
.redText-center {
	color: #F00;
	text-align: center;
}
.img_right {
	float: right;
	margin-left: 10px;
}
#mainContent p a {
	color: #1C447E;
}
.PurpleText {
	color: #5F1479;
}
.green {
	color: #090;
}
