html {
    overflow: scroll;
}
body {
    background-color: #cdc8b1;
    /*Cornsilk3*/
    font-family: Verdana, Arial, Calibri, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding: 0;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

#wrapper-outer {
    width: 800px;
    height: 700px;
    margin: 10px auto 10px auto;
    border: solid black 1px;
    background-color: white;
}
#wrapper {
    margin: 0 35px;
}
#header {
    /* 	height: 100px; */
}
.logo {
    position: relative;
    top: 10px;
    font-size: 36px;
    line-height: 40px;
    width: auto;
    color: gray;
    height: 40px;
}
.hrRed {
    position: relative;
    background-color: #d00;
    width: 100%;
    height: 4px;
    margin: 0;
}
#header ul {
    position: relative;
    display: block;
    list-style-type: none;
}
#header ul li {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-top: -15px;
    font-size: 12px;
}
.blanks {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li {
    margin: 0.5em 0;
}
#header a {
    text-decoration: none;
    color: gray;
}
#header ul li a {
    text-decoration: none;
    color: gray;
}
#header ul li a:hover,
a:hover {
    color: #d00;
}
.shiftDown {
    position: relative;
    margin-bottom: 0;
}
.indent50 {
    position: relative;
    margin: 0 50px;
}
.indent40 {
    position: relative;
    margin: 0 40px;
}
.indent20 {
    position: relative;
    margin: 0 20px;
}
.section {
    display: block;
    margin: 0;
}
.section .title {
    position: relative;
    font-size: 16px;
    display: block;
    color: #444;
    margin: 10px 0 10px 0;
}
.hrRedSmall {
    position: relative;
    background-color: #d00;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.section .clear {
    clear: both;
}
.blockquote {
    margin: 0 40px 0 40px;
}
.thumbBlock {
    display: inline;
    position: relative;
    float: left;
    text-align: center;
    margin: 10px 50px 10px 0;
}
.thumbBlock a,
.thumbBlock a:visited {
    color: gray;
}
.thumbBlock a img,
.thumbBlock a:visited img {
    position: relative;
    border-style: none;
    margin: 0;
}
.thumbBlock a:hover {
    color: #d00;
}