html {
	background: #999;
	background-image: url('/_Files/8ff2660d-df4e-4b92-b7d5-7791ef23a5ac/bgdark.jpg');
}

body {
	margin: 0;
	padding: 0;
	font: 11pt "Trebuchet MS";
}

#head {
	margin: 3em 4em 1ex 4em;
	text-align: left;
	font-size: small;
}

#head a {
	background: white;
	padding: 3px;
	border: 2px solid black;
}

.MainContainer {
	margin: 3em 3em 0 3em;
	border: 3px solid black;
	background: white;
	padding: 1em;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
}

p {
	color: #333;
}

p.disclaimer {
	font-size: small;
}

li {
	line-height: 150%;
}

#foot {
	margin: 1ex 4em 3em 4em;
	text-align: right;
	font-size: small;
	background-color: #ccc;
	border: 1px solid black;
	padding: 3px;
}

a {
	color: #00c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	background-color: #ccf;
}

#maintitle {
	text-align: center;
	font-size: 80px;
}

#mainphoto {
	float: right;
	margin: 10px;
	padding: 0;
}

table.photos {
	margin-left: auto;
	margin-right: auto;
}

table.photos td {
	width: 256px;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}

table.schedule th {
	white-space: nowrap;
}

table.schedule th, table.schedule td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}



