.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 {
	margin-top:5px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#494949;
}
#printPage {
        position:relative;
        z-index:50;
        float:right;
        margin-top:-84px;
        margin-right:5px;
}
#expandPage {
        display:block;
        float:right;
        margin-top:-83px;
        margin-right:85px;
        background-image:url(/images/web/btnExpand.gif);
        background-repeat:no-repeat;
        background-position:0px -25px;
        height:25px;
        width:83px;
}
#expandPage:hover {
	cursor:pointer;
}
.plusMinus {
	float:left;
	width:19px;
	height:19px;
	background-image:url(/images/web/plus.gif);
	background-position:0px -19px;
}