@charset "utf-8";

body,td,th {
	font-weight: normal;
	color: #ffffff;
}
body {
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: x-large;
	color: #ff0;
	margin-top: 20px;
}
h2 {
	font-size: large;
	color: #fc3;
}
h3 {
	font-size: medium;
	color: #fc9;
}
* {
	margin: 0;
}
p {
	color: #ff3;
}
table {
	margin-top: 10px;
	border: thin solid #ff0;
	border-collapse: collapse;
}
th {
	background-color: #295A33;
	padding: 5px 0;
	color: #ff0;
	border-bottom: thin solid #ff0;
}
td {
	padding: 3px 2px 1px 10px;
	vertical-align: top;
	border-bottom: thin groove #ff0;
	font-weight: normal;
}
.centerit {
	text-align: center;
}
.highlight_schedule {
	background-color: #900;
}





#centerwrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff3;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#header {
	height: 100px;
	padding-top: 10px;
	bottom: auto;
	padding-bottom: 10px;
	margin-top: 10px;
}
#header img {
	float: left;
	margin-right: 10px;
}
#social {
	float: right;
	margin-top: -50px;
	margin-right: 30px;
}
#navcontainer {
	height: 60px;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #295A33;
	color: #FF0;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1em;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-size: .8em;
	display: inline;
	list-style-type: none;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FF0;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

#leftcol {
	width: 320px;
	float: left;
}
#rightcol {
	width: 570px;
	padding-left: 10px;
	padding-top: 50px;
	float: right;
}
#thbrow {
	margin-top: 15px;
	line-height: 0;
}
#thbrow img {
	margin: 0 5px 5px 0;
}

#thbcol {
	width: 175px;
	float: left;
	line-height: 0;
}
#thbcol img {
	margin: 0 0 5px 0;
}

#mainimage {
	width: 600px;
	padding: 37px 50px;
	height: 450px;
	float: right;
}
#contactform td {
	border-width: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}



#footer {
	background-color: #295a33;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
	clear: both;
}


.credits {
	font-size: small;
	font-style: italic;
}
