@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;  /* 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: 150px;
	width: 600px;
	float: left;
}
.oneColLiqCtrHdr #container #nav_bar {
	height: 25px;
	width: 600px;
	padding-top: 4px;
	background-color: #000000;
	float: left;
}
#container #nav_bar a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#footer a {
	color: #CCCCCC;
}
.oneColLiqCtrHdr #footer {
	background-color: #000000;
	height: 120px;
	width: 970px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	float: left;
} 
#container #left {
	background-color: #000000;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	width: 200px;
	float: left;
	height: 596px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}
#container #right {
	float: right;
	height: 596px;
	width: 200px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#container #footer h6 {
	font-size: 9px;
	color: #FFFFFF;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20;
	padding-left: 20px;
	background-image: url(../images/contentbkgrnd.jpg);
	background-repeat: repeat-y;
	width: 550px;
	overflow: auto;
	height: 770px;
	float: left;
	background-color: #FFFFFF;
}
h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: -10px;
	color: #000033;
}
#mainContent li {
	list-style-type: square;
	margin-bottom: 5px;
}
#mainContent h1 {
	font-size: 30px;
	color: #000033;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000033;
}
.oneColLiqCtrHdr #counter {
	font-size: 9px;
	background-color: #FFFFFF;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

