body {
    background-color: #7a1501;
}
#pageContainer {
}
#page {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #000;
}
#leftContainer {
    width: 525px;
    float: left;
    text-align: center;
    border-right: 1px solid #000;
}
#left {
    margin: 0 30px 30px 30px;
    font-size: 13px;
}
#left h1 {
    font-family: Times New Roman, Times, serif;
    font-size: 32px;
}
#left h2 {
    font-size: 14px;
}
#left ul {
    list-style-type: none;
    margin-left: 16px;
    text-align: left;
}
#left ul li {
    width: 50%;
    float: left;
    margin: 0 0 5px 0;
}
#disclaimers {
    clear: left;
    text-align: left;
    font-size: 10px;
    font-style: italic;
}
#disclaimers p {
    line-height: normal;
}
#disclaimers .footnote {
    font-weight: bold;
    font-style: normal;
}
#rightContainer {
    width: 274px;
    float: left;
    text-align: center;
}
#right {
    margin: 70px 30px 30px 30px;
}
#right h3 {
    font-size: 13px;
}
#right ul {
    list-style-type: none;
    list-style-image: url(images/diamond.gif);
    text-align: left;
}
#right ul li {
    margin: 0 0 10px -25px;
}
#right .dividerTop {
    width: 100%;
    height: 6px;
    margin: 10px 0;
    background: #fff url(images/blackbox.gif) no-repeat center bottom;
    border-bottom: 1px solid #000;
}
#right .dividerBottom {
    width: 100%;
    height: 6px;
    margin: 10px 0;
    background: #fff url(images/blackbox.gif) no-repeat center top;
    border-top: 1px solid #000;
}
#right .contact h3 {
    letter-spacing: -1px;
}
#right .contact p {
    font-size: 11px;
}
.clearing {
    clear: both;
    float: none;
}
