@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E2E3E4;
	background-image: url(sparkles.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 100%;
	background-image: url(sparkles2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thrColFixHdr #container {
	width: 779px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(graphics/33412474.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: thin solid #000000;
} 
.thrColFixHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 284px;
	background-color: #DDDDDD;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #B02726;
	border-right-color: #B02726;
	border-bottom-color: #B02726;
	border-left-color: #B02726;
	border-top-style: none;
} 
.navigate {
	margin-left: 350px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #wrapper #container #sidebar2 a {
}
.thrColFixHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
.thrColFixHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.thrColFixHdr #mainContent {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B01F20;
	border-right-color: #B01F20;
	border-bottom-color: #B01F20;
	border-left-color: #B01F20;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.thrColFixHdr #wrapper #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}
.thrColFixHdr #footer {
	background-color: #D1D1D4;
	background-image: url(footerback.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #666666;
} 
.thrColFixHdr #container #sidebar2 p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}
.thrColFixHdr #wrapper #container #mainContent #form1 .formbox {
	background-color: #ECECEC;
	font-weight: bold;
	border: thin solid #990000;
	margin-bottom: 10px;
}
.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;
}
.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;
}
.thrColFixHdr #wrapper #container #footer a {
	color: #990000;
	text-decoration: underline;
}
a:link {
	color: #B02323;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.thrColFixHdr #wrapper #container #sidebar1 img a{
	text-decoration: none;
}
.thrColFixHdr #wrapper #container #sidebar1 a {
	text-decoration: none;
}
.thrColFixHdr #wrapper #container #sidebar2 img a {
	text-decoration: none;
}
.thrColFixHdr #wrapper #container #sidebar2 a {
	text-decoration: none;
}
.counter {
	float: right;
	margin-right: 10px;
}
.paytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #wrapper #container #mainContent .box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 10px;
	padding: 5px;
	border: thin solid #0000CC;
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
}
.thrColFixHdr #wrapper #container #sidebar2 h3 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #wrapper #container #sidebar2 p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
