@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;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #container {
	width: 900px;  /* 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 #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 162px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 237px;
	width: 618px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 


.twoColFixLtHdr #mainContent li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageText	{font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	font-style: normal;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-color: #653646;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #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 */
}
.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;
}

.twoColFixLtHdr #footer a:hover {
	color: #666666;
	font-size: 0.9em;
}
.twoColFixLtHdr #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
.twoColFixLtHdr #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #653646;
	font-size: 1.68em;
	font-weight: bold;
	text-align: center;
}
.Subheading {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.12em;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.Paraheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	color: #653646;
	font-weight: bold;
	text-align: center;
}
.Buylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #653646;
	font-style: italic;
	font-weight: bold;
}
.Eventsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.12em;
	font-weight: bold;
	color: #653646;
}
