@charset "UTF-8";

*{
margin: 0
padding: 0
border: 0
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4B9898;
	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;
	margin-left: 20px;
}
.qlfOneCol #form1 table {
	background-color: #FFFFE5;
}
.qlfOneCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #007979;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #53A9A9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #007979;
}
.qlfOneCol #header {
	background: #007979;
	padding: 0 0px 0 0px;  /* 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. */
	background-color: #007979;
	height: 150px;
}
.qlfOneCol  #header  table  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #993300;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.qlfOneCol #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}
.qlfOneCol #mainContent {
	background: #999966;
	width: 720px;
	height: auto;
	margin: 20px;
	background-color: #4B9898;
	border: 1px solid #999999;
	padding: 0px 0px 0px 15px;
	float: none;
}
.qlfOneCol #mainContent h4 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #F3BC16;
	text-align: left;
}
.qlfOneCol #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.qlfOneCol #Other {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 740px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	height: auto;
}
.qlfOneCol #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #53A9A9;
	margin: 20px 0 0 0;
}
.qlfOneCol #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 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}a:link {
	color: #F3BC16;
	text-decoration: none;
}
a:hover {
	color: #999966;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999966;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt {
	margin-top: 10px;
	margin-left: 5px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	font-style: oblique;
}
.footertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: bottom;
}

