body {
    background-color: #d1c8ab;
    font-family: Georgia, Roman, 'Times New Roman', Times, Serif;
    font-size: 1em;
}

h1 {
    color: #68180e;
    font-size: 2.0em;
}

h2 {
    color: #B55124;
}

h3 {
    color: #B55124;
    letter-spacing: 0.07em;
}

h4 {
    color: #B55124;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    background-color: #d1c8ab;
    color: #68180E;
}

.menu {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;

    color: #e4dcbc;

    font-family: Georgia, Roman, 'Times New Roman', Times, Serif;
    font-size: 19px;
    text-align: justify;
}

.menuitem_active {
    color: #68180E;
    background-color: inherit;
}

.menu a {
    color: #F0F0F0;
}

.menu a:hover {
    color: #68180E;
    background-color: inherit;
}

.menu a:visited {
    text-decoration: none;
    color: #F0F0F0;
}

#breadcrumb-trail {
    color: #888888;
    font-size: 0.8em;

}

#breadcrumb-trail a {
    color: #888888;
}

#breadcrumb-trail a:hover {
    background-color: inherit;
}

#mainColumnBox {

}

.redbox {
    background-color: white;
}

.event-date {
    color: #B55124;
}

.page-document-teaser {
    margin-bottom: 2em;
}




