body {
    margin: 0;
    padding: 0;
    font-family: tresbuchet, verdana, georgia, arial, helvetica, sans-serif;
    font-size: 62.5%;
    border: 1px solid black;
    color: black;
    background-color: #A5CBC2;
    background-image: url(../images/content_background.png);
    background-position: left top;
    background-repeat: repeat-x;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

/* ============= Structural divisions =================  */
#top {
    width: 100%;
    height: 102px;
    background-image: url('../images/top_background.png');
    background-repeat: repeat-x;
}

#logo {
    float: left;
    width: auto;
    height: 102px;
    text-align: left;
}

#top_menu {
    width: auto;
    float: right;
    height: 102px;
    text-align: right;
}

#divider {
    display: block;
    width: 100%;
    height: 11px;
    color: white;
    background-color: #1f5145;
}

#side_menu {
    float: left;
    width: 15.4em;
    min-height: 42.9em;
    color: #000000;
    background-color: #dfeeea;
    border-right: 1px solid #1f5145;
    background-image: url('../images/left_border.png');
    background-repeat: repeat-y;
    font-size: 1.1em;
    padding-left: 4.3em;
    margin-right: 3em;
}

#divNewsCont {
    position: relative;
    left: 0;
    top: 0px;
    width: 150px;
    height: 60px;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    margin-left: 4px;
}

#divNews {
    position: absolute;
}

#copy {
    background-color: transparent;
    color: #555555;
}

#footer {
    clear: both;
    width: 100%;
    height: 59px;
    background-image: url('../images/footer_background.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

.left {
    float: left;
}

.right {
    float: right;
}

.menu_header {
    height: 20px;
    width: 15.4em;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-bottom: 2em;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

label.formElement {
    display: block;
    float: left;
    width: 145px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #812519;
    text-align: right;
    margin-right: 10px;
}

input.formElement {
    display: block;
    float: left;
    width: 200px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}

select.formElement {
    display: block;
    float: left;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}

br.formElement {
    clear: left;
}