body {
	font-size: 12pt;
 	font-family: "Times New Roman", Garamond, serif; 
}
#main {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: white none;
}
a {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	margin-top: 2em;
	padding-top: .3em;
	border-top: thin solid black;
}

#eventcalendar {
}
#eventcalendar td,
#eventcalendar th {
	padding: .2em 2em .2em 0;
}
#eventcalendar th {
	text-align: left;
}

/*
.event_name {
	float: left;
	display: inline;
	width: 175px;
	margin-right: 5px;
}
.event_date {
	float: left;
	display: inline;
	width: 75px;
	text-align: right;
	padding: 0 5px;
	margin-right: 5px;
}
.event_venue {
	float: left;
	display: inline;
	width: 90px;
	padding: 0 5px;
	margin-right: 5px;
}
.event_city {
	float: left;
	width: 100px;
	text-align: center;
	padding: 0 5px;
	margin-right: 5px;
}
.event_price {
	float: left;
	padding: 0 5px;
}
.event_link {
	float: right;

}
*/

#header,
#navrow,
#extra,
#flashcontent,
#langSelect,
#content div img {
	display: none;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}