#newsDivLeft1 {
    position: absolute;
    top: 179px; /* regarding the height of the header image */
    left: 20px;
    width: 200px;
}

h4 {
    margin-top: 50px;
    color: #DA2131; /* red RGB 218 33 49 */
}

span.news_date {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50px;
    font-size: smaller;
    color: #DA2131; /* red RGB 218 33 49 */
}

h5 {
    color: #F3664A; /* orange */
}

ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

ul li a {
    text-decoration: none;
    color: #104984; /* blue */
}

.orange {
    color: #F3664A; /* orange */
}

.highlight {
    border: 2px solid #DA2131; /* red RGB 218 33 49 */
    background-color: orange;
    padding: 10px;
}

ul#news_submenu {
    padding: 0 10px 0 20px;
    margin: 0;
}
ul#news_submenu li a {
    font-size: smaller;
    color:  #104984; /* blue */
}

