
/* BASIS */

body, html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dcdcdc;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    color: black;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

h1, h2 {
    margin-top: 0;
}

h1, h2, h3  {
    text-align: center;
    color: #254b6f;
}

h4 {
    text-align: left;
    color: #254b6f;
}

/* LINKS */

a:link, a:active, a:visited {
    text-decoration: none;
    color: #254b6f;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

/* GLOBALS */

.color {
    color: #254b6f;
}

.bar {
    margin-right: 5px;
    margin-left: 5px;
}

/* LAYOUT */

#background {
    background: #ffffff url('../img/background.gif') repeat-y scroll center top;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 1010px;
}

#container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 970px;
}

#banner {
    background-image: url('../img/banner.png');
    width: 970px;
    height: 82px;
}

#content {
    margin-right: 190px;
    margin-left: 190px;
    font-size: 11pt;
    padding: 20px;
}

#clearer {
    visibility: hidden;
    height: 40px;
    clear: both;
}

#footer {
    background-color: #a0bbd4;
    text-align: center;
    position: absolute;
    padding: 4px 8px;
    color: #254b6f;
    right: 20px;
    left: 20px;
    bottom: 0;
}

/* CONTENTS */

#content > p {
    text-align: justify;
}

#content > table {
    border-collapse: collapse;
    border: 1px solid #d3e7f4;
    font-size: 10pt;
    margin: 0 auto;
}

#content > table td {
    padding: 4px 8px 4px 8px;
}

#content > table thead {
    background-color: #a0bbd4;
    font-weight: bold;
    color: #254b6f;
}

#content > table tbody {
    background-color: #fafdff;
}

#content img {
    border: none;
}

/* MAP */

#map {
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

