div#full-column {
	float: left;
	width: 760px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

img.border {
border: 2px solid #00a0af;
margin-bottom: 10px;
}

#board {
	border-collapse:collapse;
	width:300px;
	margin: 0;
	color: #00a0af;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #c2e8ee;
}

#board tbody { margin: 0; }

#board th {
	background-color: #ffffff;
	padding: 6px 0.25em 2px;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#board td, #board th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#board tr.titlerow { background: none; }

#board tr td.boardNameTD {
	background-color: #f0f9fb;
	border-bottom: solid 1px #c2e8ee;
	font-weight: bold;
	width: auto;
}

#board tr td.locationTD {
	background-color: #f0f9fb;
	border-bottom: solid 1px #c2e8ee;
	width: 120px;
}

#board tr.rowSelected td.boardNameTD {
    background-color: #d0eef4;
	 border-bottom: solid 1px #c2e8ee;
}

#board tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 border-bottom: solid 1px #c2e8ee;
}

.date {
	font-size: 95%;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}

.eventname {
	font-weight: bold;
	font-size: 12px;
}
.name {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.board_email {
	font-size: 12px;
	font-weight: normal;
}
.positiontitle {
	line-height: 20px;
	font-weight: bold;
	color: #00A0AF;
}

.date {
	font-size: 95%;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}


.location {
	color: #666666;
	font-size: 11px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {
	width: 310px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar {
	margin: 0;
	width: 400px;
	background-color: #D0EEF4;
	float: right;
}

#sidebar_brace {
	float: left;
	height:400px;
	display: inline;
	width: 400px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	color: #666666;
	cursor: pointer;
	background: #a6dee6;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 25px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 25px;
	background-image: url(../images/arrow_events_open.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 365px;
	font-size: 12px;
	width: 395px;
	font-family: Arial, Helvetica, sans-serif;
}
.bio {
	color: #000000;
}

.AccordionPanelContent div {
	margin: 6px 9px 6px 8px;
}

.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelContent img {
	padding: 5px;
	float: right;
}

