@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: #333333;
	margin-left: 0px;
}
.qlfOneColV2 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #007979; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #53A9A9;
	text-align: left;
	margin: 0 auto;
}
.qlfOneColV2 #header {
	background: #CCCC99;
	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: 170px;
}
.qlfOneColV2  #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;
}
.qlfOneColV2 #header h1 {
	text-decoration: none;
	margin: 0 25px 0 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
.qlfOneColV2 #mainContent {
	background: #FFFFFF;
	width: 675px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 20px auto;
	background-color: #4B9898;
	border: 1px solid #999999;
}
.qlfOneColV2 #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.qlfOneColV2 #mainContent li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: circle;
}
.qlfOneColV2 #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;
}
.qlfOneColV2 #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;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	font-style: oblique;
}
.fltLft {
	margin: 5px 15px 10px 0px;
}
.fltRt {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.footertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: bottom;
}

