#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
}
.screen-reader-only {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 4px;
    opacity: 0;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    visibility: visible;
    white-space: nowrap;
}