@charset "utf-8";
body  {
	background: #666666;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left     {
	margin-top: 8px;
	margin-left: 7px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main  #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.main  #header {
	margin: 0px;
	padding: 0px;
} 
.main #container #left {
	margin: 0px;
	padding: 0px;
	width: 125px;
}

.main  #mainContent {
	margin-left: 128px;
	margin-bottom: 0px;
	width: 822px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.main #page {
	margin-top: 0px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 0px;
}
.main #page p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: left;
	font-size: 12px;
}
.main #page h1 {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main #page h2 {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}


.main #page hr {
	width: 100%;
}







.main  #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	clear: both;
} 
.main  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-size: 9px;
	text-align: left;
}

.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;
}
.redtxt   {
	font-weight: bold;
	color: #FF0000;
	font-size: 10px;

}
.smalltxt {
	font-weight: bold;
	font-size: 10px;
}
.main #page a:link {
	font-weight: normal;
	color: #215472;
	text-decoration: none;
}
.main #page a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #215472;
}

.main  #page  a:hover {
	color: #FF0000;
	text-decoration: underline;

}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BoldTxt {
	font-size: 12px;
	font-weight: bold;
}
.rightbox     {
	clear: left;
	float: right;
	width: 300px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.rightbox2 {
	clear: left;
	float: right;
	width: 500px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.rightbox3 {
	clear: none;
	float: right;
	width: 250px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.rightboxIndex    {
	float: right;
	width: 254px;
	margin-top: 6px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	margin-left: 20px;
	background-position: center top;
	padding: 5px;
	margin-right: 0px;
	clear: none;
}
.main #page footerIndex {
	width: 60%;
	text-align: center;
	background-position: center top;
	clear: none;
}



.EventsTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.EventsTablesmall {
	border: 1px solid #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFF;
	background-color: #CCC;
}
.EventsTablesmalltxt {
	font-weight: bold;
	color: #FFFFFF;
}
.imagelink {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.hm   {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #F00000;
}
.news {
	width: 250px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}
.question {
	font-weight: bold;
	color: #1A8CCB;
	font-style: italic;
}
form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 100px;
}
.offersTable {
	background-color: #DFDFDF;
	font-size: 9px;
	border: 1px solid #333333;
}
.offersTable2 {
	font-size: 9px;
	border: 1px solid #333333;
}
.smalltxt2 {
	font-size: 10px;
}
.leftbox {
	clear: right;
	float: left;
	width: 300px;
	text-align: left;
	text-decoration: none;
}
.main #container #mainContent #page li {
	line-height: 20px;
}

.rightpicbox {
	clear: none;
	float: right;
	width: 350px;
	text-align: left;
	text-decoration: none;
}
.main #container #mainContent #page table tr td p {
	text-align: center;
}
.HotlineTable {
	font-size: 12px;
	font-weight: lighter;
}
.normaltxt {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
