body{
	font-size: 20px;
	background: #000000;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	color: #aa00aa;
}
.center{
	text-align: center;
}
a{
	color: #00ffff;	
}
a.nounderline{
	text-decoration: none;
}
.content{
	padding: 5px;
}
br.clear{
	clear: both;	
}
.pagesection{
	border: 1px dashed gray;
	padding: 5px;
	/*position: relative;
	float: left;*/
}
/*Event Page Styles*/
table.events{
	width: 100%;	
	font-size: 16px;
}
table.events td.dateTime{
	width: 40%;
	border: 1px gray solid;
	vertical-align: top;
}
table.events td.details{
	width: 60%;
	border: 1px gray solid;
}

/*Schedule Styles*/
table.schedule{
	width: 100%;	
	font-size: 16px;
}
table.schedule td{
	border: 1px gray solid;
	vertical-align: top;
	width: 33%;
}

/*Info Page Styles*/
table.executive{
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 1px gray solid;
}
table.executive td{
	border: 1px gray solid;
}


/*Header Styles*/
.headerImage{
	text-align: center;	
}
.siteSectionUp{
	background-image: url("images/foot-new-up-small.jpg");
	background-repeat: no-repeat;
	font-size: 14px;
	height: 65px;
	display: block;
	width: 116px;
	float: left;
	line-height: 65px;
	text-align: center;
}
.siteSectionDown{
	background-image: url("images/foot-new-down-small.jpg");
	background-repeat: no-repeat;
	font-size: 14px;
	height: 65px;
	display: block;
	width: 116px;
	float: left;
	line-height: 65px;
	text-align: center;
}
.headerRow1{
	display: block;
}

.headerRow2{
	display: block;
}

.headerSpacer{
	height: 65px;
	width: 15px;
	float: left;
}

/*Cancellation Styles*/
.cancellations{
	padding: 5px;
	font-size: 14px;
	background: #ffffff;
	color: #000000;
	border: 2px red dashed;
	/*width: 30%;*/
	/*float: right;	*/
}
.cancelAnnounce{
	font-size: 18px;	
}

/*Mainpage Table Styles*/
div.main{
	width: 100%;	
}
div.maincontent{
/*	width: 70%;	*/
	vertical-align: top;
}
div.sidebar{
	width: 25%;	
	vertical-align: top;
	float: right;
	position: relative;
}

/*Update Styles*/
.updates{
	padding: 5px;
	font-size: 14px;
	border: 2px gray solid;	
}
.page{
	color: #ffffff;
}

.date{
	color: #eaeaea;
}
.divider{
	width: 75%;	
}
.topdivider{
	width: 100%;	
}
.updatesHeader{
	font-size: 16px;
}

/*Footer Styles*/
div.footer{
	font-size: 12px;
	padding: 5px;	
}
table.footer{
	width: 100%;
}
table.footer td{
	width: 33%;
}
table.footer td.left{
	text-align: left;
}
table.footer td.right{
	text-align: right;
}
/*Figures Styles*/
table.figures{
	border: 1px gray solid;
	width: 100%;
	border-collapse: collapse;
}
table.figures td,
table.figures th{
	border: 1px gray solid;
	width: 25%;
}

