body {
    background-color: #1a1a1a; /*neutral 90% gray filler*/
    margin: 0px;
}
#greenbox {
    background-color: #006060; /*dark teal*/
    width: 750px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0 auto 0 auto; /*the "auto" entries keep it centered*/
}
#greenbox #headerbar {
    margin: 0px auto 0px auto;
    display: block;
}
#redbox {
    background-color: #800010; /*burgundy*/
    color: #ffd733; /*golden text*/
    width: 730px;
    margin: 10px auto 0px auto;
    padding-top: 10px;
    position: relative;
}
#redbox #ur-outer {
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
}
#redbox #lr-outer {
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
}
#redbox #ul-corner {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
}
#redbox #ll-corner {
    position: absolute;
    float: left;
    bottom: 0px;
    left: 0px;
}

#redbox #bodytext {
    background-color: #fdf5e6; /*off-white, "old lace"*/
    color: black;
    font-family: sans-serif;
    font-size: 12pt;
    width: 590px;
    margin: 0 0 0 10px;
    padding: 5px 5px 20px 5px;
    position: relative;
    line-height: 125%;
}
#redbox #bodytext h1 {
    margin: 25px 0px 25px 0px;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}
#redbox #bodytext h2 {
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    margin: 30px 0px 20px 0px;
}
#redbox #bodytext p {
    margin: 14px 0px 14px 0px;
}
#redbox #bodytext #issuesbox {
    width: 450px;
    margin: 0 auto 0 auto;
}
#redbox #bodytext #issuesbox #issues_right {
    float: right; margin: 0;
}
#redbox #bodytext #ur-inner {
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
}
#redbox #bodytext #lr-inner {
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
}

#redbox #sidebar {
    font-family: sans-serif;
    font-size: 10pt;
    float: right;
    width: 120px;
}
#redbox #sidebar h2 {
    font-size: 13pt;
    margin: 8px 0px 8px 0px;
    font-weight: normal;
    text-align: center;
}
#redbox #sidebar .pane {
    margin: 0 5px 20px 5px;
}
#redbox #sidebar .pane ul {
    margin: 0px;
    padding: 0px;
}
#redbox #sidebar .pane ul li {
    list-style: none;
    margin-bottom: 0px;
    font-style: italic;
	padding-left: 1em;
	text-indent: -1em;
}

#redbox #copyright {
    font-size: 6pt;
    font-family: sans-serif;
    text-align: center;
    clear: both;
    height: 10px;
}

.inlinepic {
    height: 252px;
    width: 336px;
    float: left;
    margin: 3px 5px 3px 0;
}
.inlinepic_right {
    height: 252px;
    width: 336px;
    float: right;
    margin: 3px 0 3px 5px;
}
#johnpic {
    height: 227px;
    width: 320px;
    margin: 3px 5px 3px 0;
    float: right;
}
