@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
}

.grey {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #392b22;
}

.oneColLiqCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1000px;
	background-repeat: repeat-y;
	background-color: #392b22;
}

.oneColLiqCtrHdr #contlastic {
	width: 90%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1000px;
	background-repeat: repeat-y;
	background-color: #392b22;
}


.oneColLiqCtrHdr #header {
}

.oneColLiqCtrHdr #footer {
	background-image: url(../images/foot.jpg);
	background-color: #000000;
	height: 58px;

} 

.oneColLiqCtrHdr #footlastic {
	background-image: url(../images/foot.jpg);
	background-color: #000000;
	height: 58px;

} 


.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 {
	padding: 0 25px;
	background-repeat: repeat-y;
}

.oneColLiqCtrHdr #footer {
	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;
	background-color: #000000;
	background-repeat: no-repeat;
}

.headl {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}

.headr {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #006c14;
	font-weight: bold;
	text-transform: none;
}
.headl2 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}

.headr2 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #90261d;
	font-weight: bold;
	text-transform: none;
}
.norm {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #339999;
}
.smallnorm {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.headsmall {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url(../images/linev290.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.headsmall2 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #006c14;
	font-weight: bold;
}
.headsmal5 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}
.headsmall5 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #90261d;
	font-weight: bold;
}
.headxs {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
}

.headxxs {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}
