@charset "utf-8";
.style1 {
	font-size: 1em;
	text-align: center;
	word-spacing: 5px;
	letter-spacing: 1px;
	color: #FF0000;
}
p {
	color: #666666;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.8em;
	padding-right: 15px;
	text-align: justify;
	text-transform: none;
	vertical-align: text-top;
}

h1 {
	font-family: Garamond, "Times New Roman";
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	font-weight: lighter;
	color: #333333;
	padding-top: 2px;
}
a:link {
	font-size: 0.9em;
	text-decoration: none;
	color: #333333;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
}
a:visited {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #009933;
	text-decoration: none;
}

a:active {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.christmas:link {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #FF0000;
}
a.christmas:visited {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #FF0000;
}
a.christmas:hover {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #009933;
}

a.christmas:active {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #FF0000;
}
.thrColFix #container #mainContent .style1 .christmas {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #FF0000;
}


h4 {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	color: #666666;
	font-size: 0.9em;
}

h3 {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 0.9em;
	color: #333333;
	text-transform: none;
}

h2 {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 1.3em;
	color: #333333;
	vertical-align: top;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	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;
}
.thrColFix #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Assets%20online/backgroundslot.jpg);
	background-repeat: repeat-y;
	background-position: center 5px;
} 
.imgside {
	border: 1px solid #003300;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 3px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 98px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 98px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0px;
}
.thrColFix #mainContent {
	width: 610px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 120px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 10px;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-image: url(Assets%20online/surround2large.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style3 {
	color: #666666;
	font-size: 0.8em;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
}
.style5 {color: #006600}
.style6 {
	font-size: 1.5em
}
.style7 {color: #009933}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style4 {color: #FF0000}
.style8 {
	font-size: 1.5em;
	color: #FF0000;
	font-weight: bold;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
}
