/*
videos.CSS
 - Non structural CSS for presentation of text and aesthetics of the Board of Directors
*/
.yearLinkList{
	text-align: center;
	font-size: .8em;
	margin: 10px 0px 20px 0;
	
}
.sectionHead{
	border-width:0px;
	border-bottom:1px solid #ccc;
	margin: 0 0 10px 0;
}
.sectionHead .sectionTitle{
	float: left;
	font-size: .8em;
	font-weight: bold;
}
.sectionHead .sectionYear{
	float: right;
}
.sectionImage{
	width:auto;
        float:center;
	margin: 0 0px 0 0;
}    
.sectionContent{
	float: center;
	width: auto;
	margin: 0px 0 0 0;
}
.sectionContent + .sectionContent{
}
.sectionContentTitle{
	font-weight: bold;
	font-size: .9em;
}
.sectionContentText{
	font-size: .8em;
	padding-bottom: 10px;
}


