/* ------------------------------------------------------------------- core */
body {
    margin: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

div.core {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 704px;
}

div.header {
    height: 73px;
    position: relative;
}

div.doc {
    left: 0px;
    padding: 0px;
}

div.doc-image {
    display: inline;
    float: left
}

div.doc-content {
    display: inline;
    float: left;
    width: 557px;
    margin: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

/* ----------------------------------------------------------------- header */
img.logo {
    position: absolute;
    left: 0px;
}

img.top {
    position: absolute;
    left: 185px;
}

div.menu {
    position: absolute;
    left: 187px;
    top: 51px;
}

div.menu div {
    width: 85px;
    float: left;
}

div.menu div a {
    display: block;
    width: 81px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-color: white;
    border-width: 2px;
    border-bottom-width: 1px;
    border-style: solid;
    background-color: #333333;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

div.menu div.selected a {
    background-color: #40709e;
}

/* ------------------------------------------------------------------- text */
h1 {
    color: #272727;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
}

h2 {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}

p {
    margin: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

ul {
    text-align: justify;
}

div.doc-content img {
    border: 0px;
}

cite {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

ul.address {
    font-weight: bold;
    list-style-type: none;
}

