@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: #FFF4CE;
}
.oneColLiqCtrHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
}
.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. */
	height: 205px;
	width: 850px;
	background-color: #DDDDDD;
	background-image: url(images_web/header.png);
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 333;
	padding-left: 310px;
	width: 450px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005788;
	width: 450px;
	padding-left: 310px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005788;
	width: 450px;
	padding-left: 310px;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images_web/body.png);
	width: 850px;
	margin: 0px;
	background-repeat: inherit;
	float: left;
	position: relative;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images_web/footer.png);
	width: 850px;
	height: 247px;
	margin: 0px;
	clear: both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 34px;
}
#footer .copyright a {
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
}


#mainContent div p a {
	color: #005788;
}
#mainContent p a {
	color: #005788;
}
.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
.copyright a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
}
#footer p a:hover {
	color: #FFC60B;
	text-decoration: none;
	padding: 0px;
}
#mainContent img.sidebar {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	width: 190px;
	left: 82px;
	top: 21px;
	display: block;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1pt;
}

#mainContent li {
	float: left;
	width: 190px;
	position: relative;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#mainContent ul li a {
	color: #FFF;
	text-decoration: none;
}

#mainContent ul li a:hover {
	color: #FFC60B;
	text-decoration: none;
}
#mainContent p img {
	float: right;
	padding-left: 25px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent img.hover_home {
	position: absolute;
	left: 83px;
	top: 21px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
#mainContent img.hover_member {
	position: absolute;
	left: 83px;
	top: 60px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
#mainContent img.hover_contact {
	position: absolute;
	left: 83px;
	top: 99px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
