
body {
    color: black;
    background-color: white;
    margin: 20px;
    padding: 0;
    font-size: 1em;
    font-family: Optima, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #3891fe;
}

h2 {
    margin-top: 3em;
    padding-bottom: 0px;
    margin-bottom: 2px;
}

h2+ul {
    padding-top: 0;
    margin-top: 0;
}

p {
    text-align: justify;
}


form.editbox {
    padding-left: 1.5em;
}

textarea.editbox {
    width: 100%;
    font-family: "Courier New", Courier, monospace;
    overflow: auto;
    white-space: pre-wrap;
}

blockquote {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border: 2px solid #3891fe;
}

hr {
    padding: 0px;
    border: 1px solid #3891fe;
    color: #3891fe;
}

strong {
    color: #3891fe;
}

td.max {
    color: #3891fe;
}

td.min {
    font-style: italic;
}

ul {
    list-style-image: url(images/Bullet.jpg);
    list-style-type: disc;
}

ol {
    list-style-image: none;
    list-style-type: decimal;
    color: #3891fe;
}

ol > li {
    color: black;
}

div.left-block {
    position: fixed;
    width: 345px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 0px;
    background-image: url(images/FadeRight.png);
    background-repeat: repeat-y;
    z-index: 1;
}

div.nav {
    position: fixed;
    width: 310px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 0px;
    max-height: 810px; 
    z-index: 3;
}

#navigation {
    position: absolute;
    width: 310px;
    height: 370px;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 3;
}

#reflection {
    position: fixed;
    width: 310px;
    top: 20px;
    left: 20px;
    padding: 10px;
    z-index: 2;
    text-align: center;
}

#reflection img {
    border: 0;
    padding: 0;
    border-width: 0;
}

.content {
    position: relative;
    width: auto;
    padding: 10px;
    margin: 0 20px 20px 310px;
    z-index: 0;
}

div.last-updated {
    text-align: right;
    font-size: 0.7em;
    font-style: italic;
    margin-top: 40px;
}

.badge {
    text-align: center;
}

#navigation ul {
    list-style: none;
    padding: 0;
    margin-left: 70px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#navigation li {
    padding-top: 0.5em;
}

#navigation a {
    text-decoration: none;
    padding: 2px;
    top-margin: 5px;
}

a.selected {
    color: white !important;
    background-color: #3891fe;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5em;
}

a {
    color: #3891fe;
}

a:link {
    color: #3891fe;
}

a:visited {
    color: #3891fe;
}

table {
    clear: right;
    width: 100%;
    line-height: 1.4em;
    border-collapse: collapse;
    border: 4px solid #3891fe;
}

table thead tr th {
    text-align: left;
    padding: 0.4em 0.6em 0.4em 0.6em;
    border: 3px solid #3891fe;
    color: #3891fe;
}

table tbody tr td {
    vertical-align: top;
    border-style: solid;
    border-color: #3891fe;
    border-width: 2px 0px 0px 2px;
    padding: 0.2em 0.6em 0.2em 0.6em;
}

table tbody tr td.empty {
    border-top-width: 0px;
}


