/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul.rules {
	list-style: circle;
	list-style-position: inside;
	line-height: 1.25em;
}

.gallery li {
        display: inline;
        list-style: none;
        width: 100px;
        min-height: 101px;
        float: left;
        margin: 0 10px 10px 0;
        font-size: .8em;
        text-align: center;
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end of reset */



img {
	border: 0;
}
.clear {
	clear: both;
}

/* Start of nav bar */
#logowrapper {
	background-color: #0054a6;
	height: 100px;
	margin-bottom: 3px;
}
#mainlogo {
	margin: 0 auto;
	width: 950px;
}
#navcontainer {
	background-color: #0054a6;
	height: 22px;
}
#navlist {
	width: 950px;
	margin: 0 auto;
	padding-left: 14px;
}
#navlist ul {
	background-color: #0054a6;
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
/*font-size: 12px; */
}

#navlist ul li { 
	display: block;
	float: left;
	border-right: 1px solid #fff;
	}

#navlist ul li a {
	padding: 0.2em .5em;
	background-color: #0054a6;
	color: White;
	text-decoration: none;
	float: left;
}
#navlist ul li a:hover {
	background-color: #a60a0e;
	color: #fff;
}

#navlist a#current {
	color: gold;
	background-color: #0054a6;
}
/* end of nav bar controls */

#content { 
	margin: 0 auto;
	width: 920px;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	padding: 15px;
}
#content h1 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#content h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#content h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#content h4 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 1.5em;
	margin-bottom: 5px;
}
#content h4.center {
	font-weight: bold;
	font-size: 16px;
	color: #f00;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 5px;
}

#content p {
	line-height: 115%;
	margin-bottom: 10px;
}



/* BEGIN schedule table */
table.schedule
{
	/*text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px; */
	color: #fff;
	width: 920px;
	background-color: #white;
	border: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.schedule td
{
	background-color: #fff;
	color: #000;
	/*width: 20%; */
	padding: 4px;
	vertical-align: middle;
	text-align: left;
	border: 1px #000000 solid;
}

table.schedule td.st
{
	background-color: #fff;
	color: #000;
	width: 23%;
	padding: 4px;
	vertical-align: middle;
	text-align: left;
	border: 1px #000000 solid;
}

table.schedule td.notes
{
	background-color: #fff;
	color: #000;
	/*width: 30%; */
	padding: 4px;
	vertical-align: middle;
	text-align: left;
	border: 1px #000000 solid;
}

table.schedule td.cen
{
	background-color: #fff;
	color: #000;
	width: 18%;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
	border: 1px #000000 solid;
}

table.schedule td.hed
{
	background-color: #c00000;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 3px #fff solid;
	font-size: 18px;
	font-weight: bold;
} 

table.schedule td.hed2
{
	background-color: #c00000;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #000000 solid;
	/*font-size: 12px; */
	/*font-weight: bold;*/
} 
/*END schedule table */