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

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

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

#staff tbody { margin: 0; }

#staff 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;
}

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

#staff tr.titlerow { background: none; }

#staff tr td.staffNameTD {
	background-color: #f0f9fb;
	border-bottom: solid 1px #c2e8ee;
	font-weight: bold;
	width: 150px;
}

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

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

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

#imgwrapper { height: 175px; }

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


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


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

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

#content1 {
	width: 400px;
	margin: 0px 10px 0px 0px;
}

#sidebar {
	margin: 0;
	background: url(../images/bio_detail.gif) no-repeat;
	width: 355px;
}

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

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

.AccordionPanelTab {
	color: #666666;
	cursor: pointer;
	background: #a6dee6;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 25px;
	font-size: 110%;
	background: url(../images/arrow_events_open.gif) no-repeat left 50%;
	vertical-align: middle;
	line-height: 25px;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 400px;
	font-size: 100%;
	width: 355px;
}

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

.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
