@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
a {
text-decoration:none;
color:#FFFFFF;
}

a:hover {
text-decoration:none;
color:#00539f;
}
p {
line-height:20px;
}
style2 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00bfff;
	font-weight: bold;
}
style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #245482;
	font-weight:bold;
}
style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
a.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000000;
	font-weight:bold;
}

.oneColLiqCtrHdr #container {
	width: 1025px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
}
#header1 {
	position:relative;
	left:0px;
	top:0px;
	width:1025px;
	height:225px;
}

#header-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1025px;
	height:155px;
}

#header-02 {
	position:absolute;
	left:0px;
	top:155px;
	width:1025px;
	height:30px;
	background-image:url(images/header_02.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	font-style:italic;
}

#header-03 {
	position:absolute;
	left:0px;
	top:185px;
	width:1025px;
	height:40px;
	background-image:url(images/header_03.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	padding-top:16px;
}
.oneColLiqCtrHdr #mainContent {
}
.oneColLiqCtrHdr #footer {
     height:162px;
} 
#footer1 {
	position:relative;
	left:0px;
	top:0px;
	width:1025px;
	height:162px;
}

#footer-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1025px;
	height:123px;
	background-image:url(images/footer_01.jpg);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#62ceeb;
	text-align:center;
}

#footer-01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#62ceeb;
	text-align:center;
}

#footer-02 {
	position:absolute;
	left:0px;
	top:123px;
	width:1025px;
	height:39px;
	background-image:url(images/footer_02.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding-top:16px;
}