/* CSS Document */
#spacer{
	height: 350px;/*same height as the splash image */
}
#events{
	width: 480px;/* same width as the .internalPageContent containter*/
	margin-top: 15px;
}
#events h2{
	margin: 5px 0px 0px 15px;
}
#events p{
	width: 400px;
	margin-left: 25px;
}
#events table{
	display: block;
	clear: both;
	padding: 30px 0px 0px 25px;
	font-size:1em;
	font-weight:lighter;
	color:#336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#events th{
	width: 140px;
	border: 1px solid #FFFFFF;
	background-color:#3399CC;
	color: #FFFFFF;
	padding-left: 9px;
	text-align: left;
}
#events td{
	padding-left: 9px;
	border: 1px solid #FFFFFF;
	text-align: left;
}
#events .blue{
	background-color:#DFE6FF;
}
#events .orange{
	background-color:#f7e5c8;
}

.highlight{
	display: block;
	clear: both;
	width: 100%;
	color:#FF9933;
	background-color:#3399CC;
	padding: 3px;
	font-size:2.3em;
	font-weight:bold;
	text-align: center;
}