@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; /* 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: #999999;
}
.twoColFixLtHdr #container {
	width: 760px; /* this overrides the text-align: center on the body element. */
	background-color: #dadddf;
	background-image: url(images/bckgrd_02.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	border: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	background-color: #DADDDF;
	background-image: url(images/headerboard.jpg);
	height: 76px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 298px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 325px;
	border: 1px solid #000000;
	text-align: center;
} 
p {
	font-size: small;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.twoColFixLtHdr #footer {
	background-color: #DaDDdf;
	background-image: url(images/waterfooter.jpg);
	height: 107px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 20px;
	padding-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-right: 20px;
}
h1 {
	font-size: x-large;
	color: #990000;
}
.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;
}
a:link {
	color: #003399;
}
h5 {
	padding-left: 20px;
}
h4 {
	padding-left: 20px;
	text-align: center;
}
