/* CSS Document */
.rtdivunderline {
    border-bottom-style: solid;
}
.btn-secondary  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #14601c;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #14601c;
}
a {
    color: #14601c;
}
.rttitle {
    background-color: fffff1;
    text-align: center;
    font-family: Helvetica;
    color: #000;
    font-size: 140%;
    letter-spacing: .2rem;
    font-weight: 900;
    padding: 15px 25px 15px 25px;
    margin-left: 0px;
    margin-bottom: 25px;
    max-width: 1024px;
}
.rtbutton {
    background-color: #99d6ff;                     /* blue */
    border: none;
    color: #000;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
.helptable {
    font-size: 75%;
}
.rtcontainer {
    display: block;
    margin: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    background-image: imagefile/greenback.gif;
}
.rtmenu {
    margin-top: 50px;
}
.rtheader {
    padding: 0px;
    width: 1024px;
    background-repeat: no-repeat;
}
.rtsubheader {
    text-align: left;
    font-size: 110%;
    letter-spacing: .2rem;
    font-weight: 800;
    margin: 25px 25px 25px 5px;
}
.rtdocsection {
    margin: 30px 0px 10px 15px;
    font-size: 100%;
    font-weight: 550;
}
.rtspacer {
    margin-top: 300px;
    padding-top: 300px;
}
.reading {
    width: 100%;
    background-color: #f9e9c4;
    padding: 30px;
}
.rtimage {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rtbox {
    display: block;
    margin: 50px;
    margin: auto;
    border: 1px solid black;
    position: relative;
    max-width: 1024px;
    background-color: #fffff9;
    padding: 50px;
    box-sizing: border-box;
}
.rtpropimage {
    display: block;
    margin: auto;
    height: 800px;
    position: relative;
    max-width: 1000px;
    background-color: #fffff9;
    padding: 25px;
    box-sizing: border-box;
}
.rtlawrenceimage {
    display: block;
    margin: auto;
    position: relative;
    max-width: 1000px;
    padding: 25px;
    box-sizing: border-box;
}
.rttab {
    margin-left: 40px;
}
.rtintrotext {
    margin: 0px 25px 50px 50px;
    font-size: 100%;
    font-style: italic;
}
.rtcaption {
    margin: 0px 30px 50px 50px;
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
}
.rtcontact {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 80%;
}
.rtquote {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 90%;
    font-weight: 400;
    font-style: italic;
    color: #342000;
}
.rtfootnote {
    margin: 0px 30px 50px 50px;
    font-style: italic;
    font-size: 80%;
}
.lower {
    text-transform: lowercase;
    font-size: 85%;
}
.rtmap {
    border: 3px;
    border-style: solid;
    border-color: black;
    padding: 15px;
}
.rthelptable {
    font-size: 75%;
}