@charset "utf-8";
body {
	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: #999;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#fineprint a:link, a:visited {
	color: #FFF;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
}
#intro {
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
h5 {
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}
h2 {
	text-align: left;
	color: #CCC;
	font-size: 22px;
}
#box {
	border: 1px solid #666;
	width: auto;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: #3C3C3C;
}

.oneColLiqCtr #container {
	width: 860px;
	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;
	padding-bottom: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColLiqCtr #mainContent {
	width: 860px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	text-align: center;
}
p a:link, a:visited {
	color: #FFF;
}
img {
	border: 4px solid #000;
}
