@charset "utf-8";
html {scrollbar-base-color:#006666;}
body {
	font: 100% Tahyoma, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #CCCC99;
}
.oneColLiqCtr #container {
	width: 80%;  /* 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: 20px double #006666;
	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 */
}
BODY {
	background-image:url(sunnybg000.jpg);
	background-repeat: repeat;
}
A {
	TEXT-DECORATION: none;
	font-size: small;
	font-family: Helvetica, sans-serif;
}
A:hover {
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: underline;
	color: #FF6600;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: medium;
	color: #CCCC99;
}
a:link {
	color: #993399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #009900;
}
.style5 {color: #990000}
.style8 {
	color: #CC0000;
	font-weight: bold;
}
.style11 {font-size: small}
.style12 {
	font-size: medium;
	font-style: italic;}
.style14 {font-size: small;}
.style15 {font-family: Papyrus, Pristina, Arial}
.style17 {font-size: small; font-weight: bold; font-style: italic; }
.style18 {font-size: small; font-style: italic; }
.style19 {color:#669999}
.style20 {
	color:#66CCCC;
}
.style21 {font-size: small; color:#CCCC99; }
.style25 {font-size: x-small}
.style28 {
	color: #FF0000;
	font-weight: bold;
}
.style29 {
	font-size: medium;
	font-weight: bold;
}
.style30 {
	color: #FF00FF;
	font-weight: bold;
}
.style31 {
	font-size: xx-large;
	color: #009999;}
	
.style32 {font-family: "Lucida Handwriting", "Monotype Corsiva, Papyrus"}
.style33 {
	font-size: medium;
	color: #663399;
}
.style35 {color: #FF6600}
.style36 {font-size: medium}
.style37 {color: #FF6600; font-size: medium; }
.style38 {color: #663399}
.style40 {color: #999900}
.style44 {font-family: Tahoma, Garamond}
.style46 {color: #99CCCC}
.style47 {font-weight: bold}
.style49 {font-size: medium; color: #CCCC99; }
.style50 {
	font-size: small;
	color: #99CCCC;
	font-weight:normal;}
.style51 {color: #CC6600}
.style52 {color: #006666}
.style53 {color: #669933}

h1,h2,h3,h4,h5,h6 {
	font-family: Papyrus, Pristina, Arial;
}
h1 {
	font-size: xx-large;
	color: #339999;
}
h2 {
	font-size: large;
	color:#CC6600;
}
h3 {
	font-size: large;
	color: #FFCC66;
}