@charset "UTF-8";
body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColLiqCtrHdr #container {
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a:link, a:visited, a:active {
	color:#C1272E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.oneColLiqCtrHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 92%;
	background-color: #C1272E;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px;
	list-style-type: disc;
}
.oneColLiqCtrHdr #mainContent p {
	font-size: 80%;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
li {
	font-size:75%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
/*#mainContent a:link, a:visited, a:active {
	color:#C1272E;
	text-decoration:none;
}

.oneColLiqCtrHdr #mainContent a:hover {
	text-decoration:underline;
} */
#breadcrumbs {
	font-size:68%;
	font-style:italic;
	padding-top:7px;
	padding-left:10px;
	text-align: left;
}
h1 {
	font-size:120%;
}
h2 {
	font-size:85%;
	font-weight:bold;
	padding-left: 10px;
	text-align: left;
}
h3 {
	font-size:80%;
	color:#C1272E;
	text-align:left;
	font-style:italic;
}
h4 {
	font-size:85%;
	font-weight:bold;
}
h5 {
	font-size:80%;
	font-style: italic;
	font-weight: normal;
}
h6 {
	font-size:85%;
	color:#C1272E;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.style1 {
	color: #C1272E;
	font-style: italic;
	font-weight: bold;
}
.oneColLiqCtrHdr #footer {
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.copytext {
	font-size:60%;
	color: #FFFFFF;
}
.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 */
	color:#FFFFFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#FFFFFF;
}  
#footer a:hover {
	color:#C1272E;
	font-weight:bold;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	margin-right: 2px;
}
<p>&nbsp;</p>
