@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6991A9;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 235px;
	padding: 0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	height: 180px;
	background-color: #FFFFFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 315px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	height: auto;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	text-align: center;
	width: 880px;
	padding: 10px;
	line-height: 20px;
	height: 110px;
}
font {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	background-color: #6691AA;
}
a:active {
	color: #6690AA;
	background-color: #6691AA;
}
h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent #mainContent2 h1 {
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent #mainContent2 h1 {
	position: fixed;
	outline-color: #666668;
}
.twoColFixLtHdr #container #mainContent #form1 table {
	text-align: center;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent #form1 {
	text-align: center;
}
