﻿body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    color: #666666;
    line-height: 1.2em;
    text-align: justify;
}

a, a:visited {
    color: #666666;
}

    a:hover {
        font-weight: bold;
    }

ul {
    color: #666666;
    line-height: 1.4em;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.page {
    width: 800px;
    margin: 20px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        margin: 0px;
        padding: 0px 0px 0px 30px;
        color: #7592a0;
        border: none;
        font-size: 2em;
    }

div.hideSkiplink {
    background-color: #465c71;
    width: 100%;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #465c71;
        border-right: 1px #dde4ec solid;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
        width: 80px;
        text-align: center;
    }

        div.menu ul li a:hover {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

        div.menu ul li a:active {
            background-color: #465c71;
            color: #cfdbe6;
            text-decoration: none;
        }

.clear {
    clear: both;
}

.title {
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    height: 141px;
}
