﻿section#top {
    position: relative;
    min-height: 400px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #4d6c00;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.top-subtitle {
position:absolute; top:10px; right:50px; color: black; font-size: 1em; font-weight: bold;
}

div.top-subtitle-special {
right:200px; color: #A0D090; font-size: 2em;
}

div.top-container {
    position: relative;
    top: 175px;
    width: 700px;
    margin: 0px auto;
}

div.top-container h1, div.top-container h2 {
}

div.top-container h1 {
    color: #FFFFFF;
    font-size: 2.5em;
    font-weight: bold;
}

div.top-container h2 {
    padding-top: 0px;
    color: #FFFFFF;
    font-size: 1.5em;
}


div.body {
    padding-top: 3em;
    width: 650px;
    margin: 0px auto;
    font-size: 1.25em;
    color: black;
    line-height: 200%;
}

div.body h1 {
    padding-top: 2em;
}

div.body figure {
    margin: 20px 0px 20px 0px;
    position: relative;
    font-size: .9em;
    line-height: 150%;
}

div.body figure img {
    max-width: 100%;
    width: auto;
    height: auto;
}

div.body figure figcaption {
    left: 660px;
    text-align: left;
    position: absolute;
    bottom: 20px;
    width:150px;
    color: #707070;
}

div.body figure table td {
    padding-left: 20px;
    padding-right: 20px;
}

div.body figure table .caption {
   font-weight: bold;
   text-align: left;
}

div.body figure table .top {
   text-align:center;
}

div.body figure table .value {
    text-align: right;
}

div.body figure table {
vertical-align: middle; 
font-size: .9em;
margin: 0px auto;
border: 2px solid black;
}

div.body .nav {
    width: 100%;
    display: block;
    font-weight: bold;
    position: relative;
    padding-top: 1em;
    min-height: 4em;
    font-size: .9em;
    line-height: 150%;
}

div.body .nav .prev {
    left: 0px;
    position: absolute;
}

div.body .nav .next {
    font-weight: bold;
    right: 0px;
    position: absolute;
}




ol.group {
    list-style-type: none;
}

ol.group li:before {
    counter-increment: mycounter;
    content: counter(mycounter) ".\00A0\00A0";
}

ol.group li {
    text-indent: -1.3em;
}

ol.start { 
    counter-reset: mycounter; 
}

