@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;
	list-style-type: circle;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	list-style-type: circle;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/SOheader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColLiqCtrHdr #container #mainContent ul {
	list-style-type: circle;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 100%;
	background-color: #227343;
}
.imlsfooter {
	font-size: 70%;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #227343;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.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 */
	font-size: 70%;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	width: 100%;
	padding: 0;
	list-style-type: circle;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #227343;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 80%;
} 
.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 */
}
.oneColLiqCtrHdr #mainContent ol a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227343;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-style: normal;
}
.oneColLiqCtrHdr #container #mainContent ol {
	list-style-type: none;
	padding: 0px;
}


.oneColLiqCtrHdr #mainContent ol a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.oneColLiqCtrHdr #mainContent ol a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	background-color: #227343;
	text-transform: uppercase;
	font-style: normal;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227343;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227343;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-size: 90%;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: disc;
}
.oneColLiqCtrHdr #container #mainContent p a em {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #227343;
	height: 10%;
	width: 10%;
}
.oneColLiqCtrHdr #container #mainContent p a:hover em {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #227343;
	background-color: #FFF;
	height: auto;
	width: auto;
}
.internallink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	color: #000;
	float: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227343;
	text-decoration: underline;
	font-style: italic;
	font-size: 90%;
}
.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227343;
}
.oneColLiqCtrHdr #container #mainContent table {
	width: 100%;
	border: 0px none #000;
}
.credits {
	font-size: 90%;
}
