@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	line-height: 20px;
	background-image:url(../images/bkgnd.png);
	background-repeat:repeat;
	margin-top:15px;
	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 */
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 100% of the browser width */
	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 {
	padding: 0 0 0 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. */
}
.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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a {color: #049278; text-decoration:underline;}
a:Visited {text-decoration:underline; }
a:Hover{text-decoration:underline; }

.navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
.navigation a {
	font: bold 11px;
	color: #FFDFE1;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 6px;
	}
	
.navigation a:hover {
	background: #049278;
	color:#ffffff;
	}
.oneColLiqCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right: 1px solid #797a7b;
	border-left: 1px solid #797a7b;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
	background-image:url(../images/bottombar%20copy.gif);
	
} 
.oneColLiqCtrHdr #footer p {
	font-size:9px;
	color:#3a3a3a;
	margin-top: 0;
	padding: 2 px 2 px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.nomargintop {margin-top: 0;}
.nomarginbottom { margin-bottom: 0;}

h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing:.12em;
	color: #9F2434;
	margin: 10px 0 10px 0;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing:.06em;
	color: #9F2434;
	font-weight:bold;
	margin: 7px 0 7px 0;
}
h3 {font-size: 12px;
	font-weight:bold;
	letter-spacing:.06em;
	color: #3a3a3a;
	margin: 0 0 0 0;
}
.leftRIGHTborder {
	border-right: 1px solid #797a7b;
	border-left: 1px solid #797a7b;
	}