#allYears {
	margin-right: 10px;
}
#headerRow {
	margin-top: 8px;
}
.date {
	float: left;
	width: 120px;
	padding: 3px 0;
}
.title {
	padding: 3px 0;
    margin-left: 120px;
}
.newsRow {
    clear: both;
}
.short_description {
	margin: 0 0 0 120px;
	font-size: .9em;
}
#newsYears {
	padding: 0 0 4px 4px;
	margin: 0;
	list-style: none;
	width: 60px;
	float: left;
}
.yearOn {
	background-color: #bbb49a;
}
#pagePrev {
	display: none;
}
#dirNav {
	padding: 5px 3px 0 0;
	text-align: right;
}
.imageFloatLeft {
    float:left;
    margin: 6px;
}
.imageFloatRight {
    float:right;
    margin: 6px;
}
.center {
    text-align: center;
}
span.underline {
    text-decoration:underline
}
span.strikethrough {
    text-decoration:line-through
}