@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;
	background-color: #000000;
}
.oneColLiqCtr #container {
	width: 857px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(images/mainback2.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style5 {color: #0e8833}
a:link {
	color: #0e8833;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0e8833;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style7 {color: #0e8833; font-family: "Times New Roman", Times, serif; }
.style8 {font-family: "Times New Roman", Times, serif}
.style13 {
	font-size: 125%;
	font-weight: bold;
}
.Heading {
	font-size: 125%;
	font-family: "Times New Roman", Times, serif;
	color: #baf9cd;
	font-weight: bold;
}


.style9 {color: #66FF00}
.Description {
	color: #baf9cd;
	font-family: "Times New Roman", Times, serif;
	font-size: 115%;
}
.style12 {
	color: #baf9cd;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
}
.style23 {
	font-size: 15px;
	color: #ADE8BC;
}
.Highlight {
	font-size: 16px;
	color: #3CB149;
}
.style22 {
	font-size: 24px
}
.style11 {font-size: 80%}
.style26 {
	font-size: 90%;
	color: #baf9cd;
	font-family: "Times New Roman", Times, serif;
}

