@charset "utf-8";
html, body {
background-image:url(images/HeaderTile.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	height:100%; /* needed for container min-height */
	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;
}

.oneColLiqCtrHdr #container {
	font: 80%  Arial, Helvetica, sans-serif;
	width: 861px;  /* this will create a container 80% of the browser width */
	margin: 0 auto;
	text-align: left;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

.oneColLiqCtrHdr #header {
width:861px;
	margin: 0 auto;
	padding: 0 10px 0 0px;  /* 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: 173px;

}
.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 */
	color: #003777;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	width:825px;
}

.oneColLiqCtrHdr #left {
	width:300px;
	float:left;
	margin:0;
}

.oneColLiqCtrHdr #right {
	width:535px;
	float:right;
	margin:0 0 30px 0;
}

.oneColLiqCtrHdr #footer {
	width:806px;
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	position:absolute;
	bottom:0; /* stick to bottom */
	margin: 30px 0 0 0;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#nav {
	margin: -87px 0 65px 0;
	padding: 0;
	height: 47px;
}

#nav p {
	display: inline;
}

#nav ul, #nav li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;

}

.alt {
display:none;
}


.footer {
font-size:10px;
color:#000000;
}

#subNav {
	list-style-type:square;
	margin:0 0 0 10px;
	padding:0;
	font-size:15px;
	line-height:1.5em;
	color: #F0F0F0;
	list-style-position: inside;
}

#subNav a {
	color:#FFFFFF;
	text-decoration:none;
	list-style-position: inside;
	list-style-type: square;
}

#subNav a:hover {
	color:#E4E4E4;
	text-decoration:none;
	list-style-position: inside;
	list-style-type: square;
	font-weight: normal;
}
.LinksMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #0000CC;
}
.BoldHeader {
	font-size: 21pt;
	font-weight: bold;
	color: #003366;
}h1 {
	display:none;
	visibility:none
}
.menubackground {
	background-image: url(images/SideMenuBackground.jpg);
}
.MenuDiv {
	width: 270px;
}
.leftmenu {
	width: 275px;

}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #666666;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.bottomtablefooter {
	background-image: url(images/bottombumperblip.jpg);
	background-repeat: no-repeat;
	background-position: 6px;
}
.bottomtableheader {
	background-image: url(images/topbumperblip.jpg);
	background-repeat: no-repeat;
	background-position: 6px;
}

