body     { color: #000000; font-size: 12pt; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-weight: normal; line-height: 12pt; text-decoration: none }

#mainContentHolder {
	margin: 20px;
	padding: 2px;
	background: #cd853f;

}
#mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cd853f;
	width: 90%;
	text-align: left;
}


p {
	font: .9em/105% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 4px 2px;
}

/******* hyperlink and anchor tag styles *******/
/* Bottom Table Stuff */
a.listing { color: #ffd700; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 11pt; text-decoration: underline }
a.listing:hover   { color: #ffd700; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 11pt; text-decoration: none; background-color: #FEFEE5 }
a.listing:visited { color: #ffd700; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 11pt; text-decoration: underline }

.bmenu    { color: #ffd700; font-size: 95%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a.bmenu, a.bmenu:visited   { color: #ffd700; font-size: 95%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a.bmenu:hover, a.bmenu:visited:hover    { color: #ffd700; font-size: 95%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  background-color: #FEFEE5;	text-decoration: underline;
  }

.footer {
	color: #f5f5f5;
	font: 80% "Comic Sans MS", Tahoma, Verdana, Arial;
	text-decoration: none;
}
a.footer, a.footer:visited   { 	
	color: #f5f5f5;
	font: 80% "Comic Sans MS", Tahoma, Verdana, Arial;
	text-decoration: none;

}
a.footer:hover, a.footer:visited:hover    { 
	color: blue;
	font: 80% "Comic Sans MS", Tahoma, Verdana, Arial;
	text-decoration: none;
	background-color: #FEFEE5;	text-decoration: underline;
  }

/* Bottom Table Stuff */
.tx_topnav    { color: #ffc20f; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a.tx_topnav, a.tx_topnav:visited   { color: #ffc20f; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none}
a.tx_topnav:hover, a.tx_topnavbmenu:visited:hover    { color: white; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold;  background-color: silver;
	text-decoration: none;
}


.clearall {clear:both;	}


p.contact_address {
	line-height: 100%;
	font-weight: bold;
}

a.listing, a.listing:visited   { color: #114477; font-size: 95%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 95%; text-decoration: underline }
a.listing:hover, a.listing:visited:hover    { color: silver; font-size: 95%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 95%; text-decoration: none; background-color: white }

.subhead { color: #114477; font-size: 105%; font-family: Arial }



/************** header tag styles **************/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	line-height: 93%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	}

h1 {
	padding-top: 125px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	font-size: 130%;
	text-align: center;
	color: #000066;
	}

h2 {
	margin: 30px 0 0;
	font-size: 125%;
	text-decoration: none;
	color: #000066;
	}
	

#pageName h2 {
	margin: 20px 0 0;
	
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 120%;
	text-decoration: none;
	color: #000066;
	}
h4 {
	padding: 0;
	margin: 0;
	font-size: 115%;
	text-decoration: none;
	color: #000066;
	}
h5 {
	padding: 0;
	margin: 0;
	font-size: 110%;
	text-decoration: none;
	}
h6 {
	padding: 0;
	margin: 0;
	font-size: 105%;
	text-decoration: none;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************** home pae styles ****************/
#padding5 {
	padding-right: 5px;
	padding-left: 5px;
}
#home_feature{
	padding: 0px;
	border: thin solid black;
	background-color: #cd853f;
	margin: 2px 2px 2px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 90%;
	top: 5px;
	display: inline-block;
	position: relative;
	width: 100%;
}
#home_feature h3{
	font: small-caps bold 130% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #313131; 
	color: #cd853f; 
}
#home_photo{
	border: thin solid black;
	background-color: #cd853f;
	width: 90%;
	margin: 7px 2px 5px 5px;
	vertical-align: top;
	text-align: center;
	color: black;
	font-size: 80%;
	padding: 0px;
}

#home_photo h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #313131; 
	color: #cd853f; 
}

#home_photo img{
	padding: 0px;
	margin: 2px;
	width: 200px;
	height: auto;
	text-align: center;
}
#home_sp_photo{
	border: thin solid black;
	background-color: #cd853f;
	width: 90%;
	margin: 7px 2px 5px 5px;
	vertical-align: top;
	text-align: center;
	color: black;
	font-size: 80%;
	padding: 0px;
}

#home_sp_photo h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #313131; 
	color: #cd853f; 
}

#home_sp_photo img{
	padding: 0px;
	margin: 2px;
	width: 275px;
	height: auto;
	text-align: center;
}

#home_news{
	padding: 0px;
	border: thin solid black;
	background-color: #cd853f;
	width: 100%;
	margin: 2px 2px 5px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 80%;
}

#home_news h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	background-color: #313131; 
	color: #cd853f; 
	margin:0px;
	padding: 0px;
	text-align: center;
}
#home_events{

	padding: 0px;
	border: thin solid black;
	background-color: #cd853f;
	width: 90%;
	margin: 2px 2px 5px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 90%;
	top: 5px;
}

#home_events h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	background-color: #313131; 
	color: #cd853f; 
	margin:0px;
	padding: 0px;
	text-align: center;
}

.schedule_table { margin-right: 1px; margin-bottom: 1px; 
	display: table;
	border: 1pt solid gray;
	width: 98%;
	margin-left: 1px;
}



.listing_table { margin-right: 1px; margin-bottom: 1px; 
	display: table;
	border: 1pt solid gray;
	width: 75%;
	margin-left: 1px;
}

table.listing_table td,  table.schedule_table td{ color: black; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	padding-right: 4px; 
	padding-left: 4px;
	border-color: #dddddd;
	border-right: 1pt solid silver;
}

table.listing_table .tr1, table.schedule_table .tr1 {
	background-color: #fdeeb1;
}
table.listing_table .tr2, table.schedule_table .tr2 {
	background-color: white;
}

table.listing_table th, table.schedule_table th { 
	background-color: #313131; 
	color: #ffc20f; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	font-variant: small-caps;
	font-size: 10pt;
	line-height: 11pt;
}


.wbbody  { color: #000000; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.wbbodysmall  { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodysmall { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.wbbodysmaller  { color: #000000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodysmaller { color: #f5f5f5; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.info  { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.binfo   { color: #000000; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.otherbody  { color: #000000; font-weight: normal; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #ffc20f; margin: 15px 10px 10px 30px }
.head    { color: #ffc20f; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; text-align: center }
.leftColumn  { color: #ea3e40; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.receipthead   { color: #ffc20f; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.RSubHeadP  { color: #ea3e40; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 14pt }

select{ font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 8pt; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; margin-top: 0px}
.menubar { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none }
.menuitem { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none }


