/*
History.CSS
 - Non structural CSS for presentation of text and aesthetics of the history page
*/
.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:110px;
	float:left;
	margin: 0 0px 0 0;
}    
.sectionContent{
	float: left;
	width: 500px;
	margin: 0px 10px 0 0;
}
.sectionContent + .sectionContent{
}
.sectionContentTitle{
	font-weight: bold;
	font-size: .8em;
}
.sectionContentText{
	font-size: .8em;
	padding-bottom: 10px;
}

/*            */
/* event styles */
/*            */

.eventoldtext{
         color: #999999;
         font-size: 85%;
         line-height: 130%;
         margin-bottom:10px
}

.eventtext{
         font-size: 85%;
         line-height: 130%;
         margin-bottom:10px;
}


/* end event styles */
