body {
    background: #cccccc;
    color: #000000;
    font-family: arial, "lucida console", sans-serif;
    font-size: 10pt;
}

table {
    width: 800px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #ffffff;
}

.title {
    font-weight: bold;
    color: #cc0000;
}

.list {
    list-style-type: disc; 
}

td#header {
    height: 100px;
}

td.spacer {
    width: 3px;
    background: red;    
    border-left: 1px solid #000000;
    border-right: 5px solid #000000;
}

td#section {
    text-align: center;
    color: #cccccc;
    width: 190px;
    background: red;
    padding: 2px;
}

td#navigation {
    color: #cccccc;
    font-weight: bold;
    background: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 2px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

td#content {
    padding: 20px;
    height: 350px;
    vertical-align: top;
    text-align: justify;
}

td#interest {
    color: #cccccc;
    padding: 3px;
    vertical-align: top;
    background: red;
    padding-top: 20px;
}

td#footer {
    text-align: center;
    background: #cccccc;
    border-top: 1px solid #000000;
}

div#banner {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    float: left;
}

div#address {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    padding-right: 3px;
}

div#lnav {
    text-align: left;
    padding-left: 20px;
    float: left;
}

div#rnav {
    text-align: right;
    padding-right: 83px;
}

a.navlink:link {
    color: #cccccc;
    text-decoration: none;
}

a.navlink:visited {
    color: #cccccc;
    text-decoration: none;
}

a.navlink:hover {
    color: red;
    text-decoration: underline;
}

a.navlink:active {
    color: red;
    text-decoration: underline;
}

.adimage {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    border: 1px solid #000000;
}

.coltitle {
    background: #000000;
    color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

.glossary {
    padding-left: 30px;
}

.calc1 {
    float: left;
    padding: 5px;
    border: 1px solid black;
    width: 33%;
    text-align: left;
}
.calc2 {
    text-align: left;
    border-right: 1px solid black;
    padding: 5px;
    width: 33%;
    float: left;
}
.calc3 {
    width: auto;
    padding: 5px;
    border: 1px solid black;
    text-align: left;
}

div#interest_display {
    width: 40px;
}
