@charset "utf-8";
/* CSS Document */

html {scrollbar-base-color:#5CAFA1;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5CAFA1;
	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;
	
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #AAA678;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px double #DBE0A2;
	text-align: left; /* 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 */
}
	
.style2 {color: #34314C}
.style3 {color: #993300}
h1 {
	font-size: x-large;
	color: #34314C;
}
h2 {
	font-size: large;
	color: #34314C;
}
h3 {
	font-size: large;
	color: #34314C;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-size: small}
