/** 
/** old theme
.hover {
    width:100%;
    border-collapse:collapse;
}
.hover th{
    height:40px;
    background:#ffffff;
    color:#f7bc4a;
}
.hover td{
    height:40px;
    padding-top:3px;
    vertical-align:middle;
    border-bottom:1px solid #ffffff;
    text-align:center;
}
.hover td a {
    width:100%;
    display:block;
}
.hover tr {
    background:#1c4f7e;
    color:#ffffff;
}
.hover tr:hover {
    background-color:#1b5241;
}
.hover tr a {
    color:#ffffff;
}
.hover a:hover {
    color:#e59a11;
}
**/

body {
    background: #efefef !important;
}


.announcement_date {
    width: 100%;
    min-height: 120px !important;
}
.announcement_date #announcementDate {
    font-size: 1.75em !important;
}
.announcement #announcementMonthYear {
    font-size: 0.9em !important;
}