#header #right, #nav, #subNavContainer, #leftBox, #printPage, #expandPage, .mainTitle, #footer {
	display:none;
}
#container { 
        width:1002px;
        margin:0px auto;
        background-color:#fff;
        overflow:visible; 
}
.eventContainer {
	margin-bottom:10px;
	padding-bottom:10px;
}
.timesBox {
	clear:both;
	float:left;
	width:157px;
}
.times {
	float:left;
	padding-top:3px;
}	
.sponsorBox {
	clear:both;
	width:157px;
	height:60px;
	text-align:center;
}
.events {
	margin-left:5px;
	padding:3px 5px 5px 5px;
	float:left;
	width:535px;
}
.eventDescription {
        margin-top:10px;
}

.bioContainer {
	width:440px;
	height:auto;
	margin-top:10px;
	padding:10px;
	background-color:#5AAFE0;
	display:none;
}
.bioTitle {
        color:#000;
	padding-bottom:5px;
	font-weight:normal;
}
.bioDescription {
	color:#000;
        font-size:11px;
	font-weight:normal;
}

#tagLine {
	position:relative;
	z-index:10;
        margin-top:-20px;
        font-family:Arial;
        font-size:12px;
	font-weight:bold;
        line-height:14px;
	color:#494949;
}
.plusMinus {
	float:left;
	width:19px;
	height:19px;
	background-image:url(/images/web/plus.gif);
	background-position:0px -19px;
}