@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #030;
	
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: justify;
	padding: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1 em;
	font-style: italic;
	font-weight: bold;
	color: #0E523A;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #0E523A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0E523A;
	padding-left: 10px;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1 em;
	font-style: italic;
	font-weight: bold;
	color: #000;
}



.oneColLiqCtrHdr #container {
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	width: 1000px;
	
}
.oneColLiqCtrHdr #header {
	background: #fff;
	padding: 0 20px 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. */
	text-align: center;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #060;
	padding-left: 20px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060;
	text-align: center;
} 

.oneColLiqCtrHdr #footer p {
	margin: 10px, 0, 0, 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px, 0, 0, 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
	
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	padding: 10px;
	text-align: center;
	
	
	
}


#logo {
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #063;
}
a:hover {
	text-decoration: underline;
	color: #603;
}
a:active {
	text-decoration: none;
	color: #00F;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #DDD;
}
