body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7CABAF url(../images/background.jpg) no-repeat top;
	margin: 0;
	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;
}
#container {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #258286;
	border-bottom: 2px solid #258286;
	border-left: 2px solid #258286;
} 
#header {
	background: #F5EAE2;  /* 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. */
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #258286;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 239px;
}
#mainContent {
	width: 499px; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#footer {
	width: 738px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
} 
#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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.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;
}
#keyWords {
	width: 738px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #258286;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #258286;
	border-left-color: #258286;
}
#keyWords a {
	color: #FFFFFF;
	text-decoration: none;
}
