@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: #FECBC9;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000;
	width: 900px;
} 
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#header h1 a img {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	padding: 0px;
	text-align: center;
}
#sidebar1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent  {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
} 
#mainContentmembership {
	height: 100px;
	width: 900px;
	background-color: #FFF;
	text-align: center;
}
#maincolumns {
	margin: 0px;
	width: 900px;
	background-color: #FFF;
}
#membership_form {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	background-color: #DAD9D4;
}
#membershipform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#columnrightmembership {
	width: 400px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}
#form1 p label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
#columnleft {
	width: 450px;
	margin-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#columnleftmembership ul p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -10px;
}
#columnleft h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9C9E5F;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#columnleft p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-right: 10px;
	padding-bottom: 5px;
}
#columnleft p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #A94649;
	text-decoration: none;
	font-weight: bold;
}
#columnleft p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #939B54;
	text-decoration: underline;
	font-weight: bold;
}
#columnleft p img {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
	margin-top: 3px;
}
#columnleftmembership {
	width: 700px;
	padding-right: 100px;
	padding-left: 100px;
}
#columnleftmembership h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9C9E5F;
	padding-top: 10px;
}
#columnleftmembership p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-right: 10px;
	padding-bottom: 5px;
}
#columnleftmembership p2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #F33;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
#columnleftmembership p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #A94649;
	text-decoration: none;
	font-weight: bold;
}
#columnleftmembership p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #939B54;
	text-decoration: underline;
	font-weight: bold;
}
#columnleftmembership p img {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
	margin-top: 3px;
}
#columnright {
	width: 350px;
	margin-top: 0px;
	padding-right: 0px;
	float: right;
}
#columnright p {
	width: 350px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #000;
}
#columnright p a {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #A94649;
	text-decoration: none;
	width: 350px;
	font-weight: bold;
}
#columnright p a:hover {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #939B54;
	text-decoration: underline;
	font-weight: bold;
}
#footer  {
	padding: 0;
	background-color: #000;
	color: #FFF;
} 
#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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.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;
}
#columnrightdirections {
	width: 400px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
#columnrightdirections p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 50px;
}
#pastmain h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9C9E5F;
	padding-top: 10px;
	width: 700px;
	padding-right: 100px;
	padding-left: 100px;
}
#pasttable table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
#pastmain p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-right: 100px;
	width: 700px;
	padding-left: 100px;
}
#pastmain p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #A94649;
	width: 700px;
	text-decoration: none;
	font-weight: bold;
}
#pastmain p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #939B54;
	width: 700px;
	text-decoration: underline;
	font-weight: bold;
}
#pasttable {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
#pasttable table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	width: 25%;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#pasttable table tr td h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 10px;
	font-weight: bold;
	color: #9C9E5F;
	margin-top: 0px;
	letter-spacing: 2px;
}
.highlight {
	color: #F00;
	font-weight: bold;
}
#columnleftdirections {
	width: 350px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 10px;
	float: left;
}
#columnleftdirections p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #A94649;
	text-decoration: none;
	font-weight: bold;
}
#columnleftdirections p2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #F33;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
#columnleftdirections h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9C9E5F;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#columnleftdirections p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-right: 10px;
	padding-bottom: 5px;
}
#columnleftdirections p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #939B54;
	text-decoration: underline;
	font-weight: bold;
}
#ticketsform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tickets_form {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	background-color: #DAD9D4;
}
#eventstable {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
#eventstable table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	width: 25%;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#eventstable table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#eventstable table tr td p img {
	padding: 4px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-right: 20px;
}


#eventstable table tr td h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
	color: #C1391F;
	margin-top: 0px;
	margin-bottom: 10px;
}
#eventstable table tr td h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #9C9E5F;
	margin-bottom: -5px;
}
#eventstable table tr td h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#eventstable table tr td h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C1391F;
	text-transform: uppercase;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
#eventstable table tr td h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	margin-bottom: 20px;
}
#eventstable table tr td h5a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #9C9E5F;
	margin-bottom: 20px;
}
#eventstable table tr td p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #A94649;
	text-decoration: none;
}
#eventstable table tr td p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #939B54;
	text-decoration: underline;
}
