@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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	left: 0px;
	top: 0px;
}
.headerdiv {
	background-image: url(../images/fflogo3c3.png);
	background-repeat: no-repeat;
	background-color: #7474FF;
	width: auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.updatetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	padding-left: 9px;
	padding-top: 22px;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColLiqCtrHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColLiqCtrHdr #header h1 {
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
	padding-top: 7px;
	margin: 0;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #CCCCCC;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	margin-left: 3px;
}
.pretext {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.88em;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	padding-top: 3px;
	margin-top: 3px;
}
.tdtext {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}
.prioritiestext {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000099;
}

