@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 50; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 500;
	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;
}
a:link {
	color: #AB221D;
}
a:hover {
	color: #ed1c24;
  font-size: 10pt;
 	font-weight: bolder;
	font-variant: small-caps;
}
a:active {
	color: #AB221D;
 	font-weight: bolder;
	font-variant: normal;
	text-decoration: underline;
}
a:visited {
	color: #AB221D;
  text-decoration: underline;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #351104;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: fff;
	padding: 0 10px 0 20px;  /* 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. */
}
.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 */
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.box {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:fff;
} 
.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 */
	background-color: fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	color: #A0A0A4;
}
.oneColLiqCtrHdr #container #mainContent p {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #351104;
	font-size: large;
	text-align: justify;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: 50px;
	margin-right: 150px;
	margin-bottom: 50px;
	margin-left: 150px;
}
.italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
#botlink {
	font-weight: bolder;
	color: #A0A0A4;
}
.maintext {
	text-align: left;
	vertical-align: middle;
	margin: auto;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 250px;
}
bold {
	font-weight: bold;
}
bold {
	font-weight: bold;
}
#mini {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}
