/* general web style and colour */
body {
    font-size: 11pt;
    background-color: white /*#ddff88*/;    
}
a {
    color: #5C7F07;
    text-decoration: none;
}
a:hover {
    color: #5C7F07;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    border-top: 20px solid white;
    font-weight: normal;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%;
    padding: 10px;
    background-color: #dddddd;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 120%;
}

ol {
    padding-left: 30px;
    margin-left: 30px;
}

td {
    vertical-align: top;
}

/* images */
img {
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid black;
    /*outline-width: 10px;
    outline-style: solid;*/
}
.display {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.float_right {
    margin-top: 5px;
    float: right;
}

.float_left {
    margin-top: 5px;
    float: left;
}

.section.level2 {
    display: table;
    width: 100%;
}

/* overall layout */
#wrapper {
    text-align: left;

    margin-left: auto;
    margin-right: auto;
    width: 760px;
    position: relative;
    top: 20px;
    padding: 15px;

    background-color: white;
}

/* frame header */
#frame_header {
    display: table;
    width: 100%;
    /*border-bottom: 1px solid #e6e6e6;*/
    border-bottom: 1px solid #888888;
    /*height: 170px;*/
    /*text-align: center;*/
    padding: 0 0 20px 0px;
}
#frame_footer {
    border-top: 1px solid #888888;
    /*height: 170px;*/
    text-align: center;
    /*padding: 50px 0 0 0;*/
}
#frame_header h1 {
    padding: 0px;
    font-size: 32px;
    /*text-align: center;*/
    border: 0px;
}
#frame_header h2 {
    padding: 0px;
    font-size: 22px;
    /*text-align: center;*/
    background-color: transparent;
    border: 0px;
}
