@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: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #A7ADAD;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 22px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #container #mainContent h1 {
	font-size: 55px;
	font-weight: 900;
	font-variant: small-caps;
	text-align: center;
	color: #F00;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}
p {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: 300;
	text-align: justify;
}
h4 {
	color: #B81BB8;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}
h5 {
	font-size: 36px;
	color: #F00;
	text-transform: uppercase;
	text-align: center;
}
button {
	color: #00F;
	background-color: #FF0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
a {
	font-size: 16px;
	color: #00F;
	font-weight: 500;
}
h3 {
	font-size: 36px;
}
table {
	background-position: center;
	text-align: center;
	height: auto;
	width: 95%;
}

