@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: #1900EA;
}
.twoColFixRtHdr #container {
	width: 1016px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container-bkgd.jpg);
	background-repeat: repeat-y;
} 
#content-background {
	background-image: url(images/contentTop-bkgd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #header {
	height: 213px;
	width: 1016px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	background-image: url(flash/header2.jpg);
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}
.redText {
	color: #F00;
}
h1 {
	color: #1B92F7;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
.blueText {
	color: #1B92F7;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
.twoColFixRtHdr #mainContent {
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 10px;
} 
.twoColFixRtHdr #mainContent_home {
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
}
#footer p a {
	color: #FFF;
	text-decoration: underline;
}
#footer p a:hover {
	color: #009;
}
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #3690CF;
	background-image: url(images/footer.jpg);
	height: 180px;
	width: 1016px;
	clear: both;
} 
.twoColFixRtHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#links {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
}
#links p a {
	color: #3292F8;
	font-weight: bold;
	font-size: 12px;
}
.img_left {
	float: left;
	margin-right: 10px;
}
.centered_redText {
	color: #F00;
	text-align: center;
}
.img-with-border {
	border: thin solid #40B0F5;
}
.img_right {
	float: right;
	margin-left: 10px;
}
#hws_info div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#hws_info div a {
	color: #3CF;
}
#mainContent h3 a {
	color: #1B92F7;
}
#mainContent h3 a:visited {
	color: #1B92F7;
}
