@charset "utf-8";
html {scrollbar-base-color:#AC9FA6;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#3D2E35;
	background-image:url(imgbg/leeloobgmix1.jpg);
	background-repeat:repeat;
	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 */
}
.oneColLiqCtr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:groove 15px #3D3037;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background:#AC9FA6;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px;
	text-align: center;
}
A:hover {
	BACKGROUND-COLOR: #3D6727;
	background-image:url(leeloobgmix1.jpg);
	background-repeat:repeat;
	color: #4C383A;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3D2E35;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Papyrus, Monotype Corsiva, Tahoma;
}
h1 {
	font-size:xx-large;
	color:#330033;
}
h2 {
	font-size: x-large;
	color: #330033;
}
h3 {
	font-size: medium;
	color: #330000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: medium;
	color: #FFCC66;
}
.style6 {
	color: #FFCC66;
	font-weight: bold;
}

