body {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 800px;

    background-color: #ceb56a;

    text-align: center;

}

a:link {
    text-decoration: underline;
    color: midnightblue;
}

a:hover {
    text-decoration: underline;
    color: midnightblue;
}

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

ul {
    padding-left: 20px;
}

li {
    padding-bottom: 15px;
}

#container-menu {

    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;

    color: black;

    text-align: center;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 10pt;
}

.menuitem a:link {
    text-decoration: none;
    color: black;
}

.menuitem a:hover {
    text-decoration: none;
    color: black;
}

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

#subMenu {
    margin-left: 10px;
    margin-top: 3px;

}

#subMenu li {
    margin-bottom: 8px;
}

#container-outer {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;

    width: 800px;


    overflow: hidden;
    text-align: center;
}

#container-logo {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;

    background-color: whitesmoke;
}

#container-body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 11px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 22px;

    background-color: #eaeb9d;

    text-align: left;

    font-family: Georgia, serif;
}

#container-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;

    text-align: left;
}



.document-content {
    padding-left: 20px;
    padding-right: 20px;
}

.document-title {

    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    border-bottom: 1px dashed #91581C;

    font-size: 28pt;
    font-weight: bold;

    color: #BA8242;

    display: inline;

}

.documentList  {
   padding-top: 20px;

}

.document-body {
   margin-top: 0px;
   padding-top: 0px;
   font-family: Georgia, serif;
   font-size: 12pt;
   line-height: 1.4;
   color: #444323;
}

#document-image {
    margin-top: 0px;
    margin-left: 0px;
}

#document-image-box {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.document-thumbnail-box {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.forcesSurroundingDivToGoAroundImage {
    clear: both;
    height: 1px;
    overflow: hidden;
}
