@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: #000000;
	font-family: "Copperplate Gothic Light";
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #C3E1E3;
	clear: none;
	float: inherit;
	height: auto;
	width: auto;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: inherit;
}
a:visited {
	font-family: "Copperplate Gothic Light";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A33738;
	text-decoration: underline;
}
a:active {
	font-family: "Copperplate Gothic Light";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	font-family: "Copperplate Gothic Light";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Copperplate Gothic Light";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AC987A;
	text-decoration: none;
}


.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #C3E1E3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtr #demoContainer {
	padding: 10px;
	width: 80%;
}

h3 {
	font-family: "Copperplate Gothic Light";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
}
.style2 {
	font-size: 12px
}
.style3 {font-size: 80%}
.style4 {font-size: 110%}
.style5 {font-family: Arial, Helvetica, sans-serif}
