body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_snowflakes.jpg)
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
.heading {
	font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #3366CC;
}
.photoyear {
	font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style:italic; font-weight: bold; color: #3366CC;
}
.subheading {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #3366CC;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

div.alert {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	margin: 15px 0 15px 0;
}

div.sponsorsbox {
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 176px;
}
div.sponsorsbox h2 {
	font-size:15px;
	color:#3366CC;
	margin:0;
	padding:0;
}

ul#sponsorsbox {
	margin: 0 0 0 0;
	list-style-type: outside;
	padding: 0 0 0 0;
}
ul#sponsorsbox li{
	list-style-type: none;
	display: inline;
	float: left;
	height: 175px;
	width: 331px;
	margin:0 0 0 0;
	padding: 0;
	/*padding:0 30px 70px 0;*/
	overflow: hidden;
}


/*=== schedule table ===*/
table#day.schedulegrid{
	border:1px solid #fff;
	border-collapse:collapse;
	margin:25px 0;
	background-color:#88bcdf;
}
table#day.schedulegrid colgroup col{
	width:25px;
}
table#day.schedulegrid tbody tr th,
table#day.schedulegrid tbody tr td{
	border:1px solid #fff;
	border-width:5px 0;
}
table#day.schedulegrid thead tr td{
	background-color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
table#day.schedulegrid thead tr th{
	white-space:nowrap;
	padding:5px;
	font-weight:bold;
	background-color:#d0e4f2;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
table#day.schedulegrid tbody tr th{
	background-color:#d0e4f2;
	width:150px;
	padding:5px;
	text-align:left;
}
table#day.schedulegrid tbody tr td{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
table#day.schedulegrid tbody tr td.reserved{
	background-color:4195cc;
	padding:5px;
}
table#day.schedulegrid tbody tr td.reserved a{
	color:#fff;
}

dl#events{

}
dl#events dt{
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	border-top:1px solid #d0e4f2;
}
dl#events dd{
	margin:0 0 10px 0;
}

div#cardboardsledprep {
	float:right;
	width: 325px;
	margin: 0 0 10px 10px;
	background-color:#FFD517;
	padding: 21px;
	text-align:center;
}
div#cardboardsledprep2 {
	float:right;
	width: 325px;
	margin: 0 0 2px 2px;
	background-color:#FFD517;
	padding: 2px;
	text-align:center;
}