/* set the page background color and margins. */
body { margin: 0px; background-image: url(images/bg_pg.jpg); background-repeat: repeat-y; background-position: center top; 
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #BC4F16;
	scrollbar-darkshadow-color: #75310E;
	/* inner lines */
	scrollbar-highlight-color: #D0845C;
	scrollbar-shadow-color: #BC4F16;
	/* face, arrow and track */
	scrollbar-face-color: #8D041C;
	scrollbar-arrow-color: #F7D806;
	scrollbar-track-color: #BC4F16;
}

/* set the page font formatting. */
body, p, .tableshow td {font-family: verdana, sans-serif; color: #ffffff; font-size: 13px; line-height: 23px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #ffffdd; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #ffffdd; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #ffffdd; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #ffffdd; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #ffffdd; } /* visited link hover color*/

a.awhite:link { font-weight: bold; text-decoration: none; color: #ffffff; }
a.awhite:hover { font-weight: bold; text-decoration: none; color: #F2DD8F; }
a.awhite:visited { font-weight: bold; text-decoration: none; color: #ffffff; }
a.awhite:visited:hover { font-weight: bold; text-decoration: none; color: #F2DD8F }

a.areadmore:link { font-weight: bold; color: #01887A; }
a.areadmore:hover { font-weight: bold; color: #41B8AA; }
a.areadmore:visited { font-weight: bold; color: #01887A; }
a.areadmore:visited:hover { font-weight: bold; color: #41B8AA; }


li { font-size: 13px; }


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size: 22px; font-weight: normal; color: #ffffff; }
h2 { font-size: 18px; font-weight: bold; color: #F7D806; margin-top: 20px; margin-bottom: -10px; }
h2.h2full-margin { font-size: 18px; font-weight: bold; color: #F7D806; margin-bottom: 10px; }
h3 { font-size: 15px; font-weight: bold; color: #F7D806; margin-top: 20px; margin-bottom: -10px; }

p.pnavlf { 
	background-color: #007B6E;
	color: #ffffff; font-size: 10px; font-weight: bold; line-height: 15px;
	padding: 3 10 4 10; margin: 3 2 2 2; }
p.pnavhl {
	color: #ffffff; background-color: #2D357E; font-weight: bold; font-size: 11px; line-height: 15px;
	border-top-width: 2px; border-top-color: #ffffff; border-top-style: solid;
	border-bottom-width: 2px; border-bottom-color: #ffffff; border-bottom-style: solid;
	margin-bottom: 5px; padding: 2 10 4 10;
	 }
table.container { background-color: #ffffff; margin-top: 15px; }
td.tdfooter {
	background-image: url(images/bg_foot.jpg); background-repeat: repeat-y; background-position: top center;
	font-size: 10px; line-height: 12px;
	padding: 10px 45px 5px 45px; }
td.tdright { background-image:  url(images/bg_well-rt.jpg); background-repeat: repeat-y; background-position: top right;}
td.tdwell {
	width: 670px;
	background-image:  url(images/bg_well-lf.jpg); background-repeat: repeat-y; background-position: top right;
	padding: 45 0 15px 45; }
td.tdnavfoot {
	background-image:  url(images/bg_well-lf.jpg); background-repeat: repeat-y; background-position: top right;
	height: 43px;
	padding: 15 45 15px 45;
 }
p.pnavfoot { font-size: 9px; font-weight: bold; }
p.pmain { color: #6C1D6C; font-weight: bold; }
p.psubcat { margin-left: 124px; }
p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
.readmore { font-size: 10px; color: #01887A; font-weight: bold; }
/* set font size for each H tag. Change this before using any of these elements
h1 { font-size:1em; }
h2 { font-size:1em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }
h7 { font-size:1em; }
 */

/* only custom styles below this line */

.imgmatchart { margin-top: 10px ; }
p.snav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
.coming { font-family: times new roman, times, serif; font-size: 60px; color: #ffffff; }
.fmouse { font-weight: bold; color: #ffffff; font-size: 10px; }
.fpast { color: #D6916F; }

/* form fields */
form { margin-bottom: 10; }

.formbold {
	width: 150px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;
	border: 1px inset #ffffff;
}

.formnormal {
	width: 150px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;	
	border: 1px inset #ffffff;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}

.formtiny {
	width: 100px;
	font-size : 8px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;	
	border: 1px inset #ffffff;
}


/* NEW SCHEDULE TABLE STYLES */

div#schedule {}
div#schedule h2 {
		font-size: 18px;
		font-weight: bold;
		color: #672326;
		margin-top: 20px;
		margin-bottom: 15px;}
div#schedule p {
	margin:0px 5px 0px 15px;
	padding:0px 0px 5px 0px;
	border-top:1px solid #b16535;
	}
div#schedule p span {
	text-align:left;
	float:left;
	width:33%;
	}
div#schedule p .event {
	border-right:1px solid #b16535;
	font-weight:bold;
	color:#ffd33a;
	}
div#schedule p .location {
	border-right:1px solid #b16535;
	}
div#schedule p .date {
	}