body {
    border: 1px solid #606060;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
    padding: 0px;
    width: 800px;
}

a, a:link, a:visited {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}
a:active {
    color: #ff6600;
    text-decoration: underline;
}

a img {
    border: none;
}

div#main-content {
    overflow: hidden;
    width: 100%;
}

div#title {
    background-color: #e0e0e0;
    border-bottom: 1px solid #606060;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
div#title h1 {
    font-size: 24pt;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
}

div#nav-menu {
    /*background-color: yellow;*/
    float: left;
    margin-bottom: -1980px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 2000px;
    padding-left: 10px;
    width: 128px;
}
div#nav-menu h2 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: 0px;
}
div#nav-menu p {
    font-size: 12pt;
}
div#paypal-button {
    margin-top: 20px;
}

div#content {
    /*background-color: orange;*/
    border-left: 1px solid #606060;
    float: right;
    margin-bottom: -1980px;
    padding-top: 20px;
    padding-right: 4px;
    padding-bottom: 2000px;
    padding-left: 13px;
    width: 628px;
}

div#footer {
    background-color: #e0e0e0;
    border-top: 1px solid #606060;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
div#footer p {
    text-align: center;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

table#acc-types {
    border: none;
    margin: auto;
    width: 90%;
}
table#acc-types th {
    background-color: #4a70aa;
    color: #ffffff;
    font-size: 11pt;
    padding: 3px;
    text-align: center;
}
table#acc-types td {
    font-size: 9pt;
    padding: 3px;
    text-align: center;
}
table#acc-types tr td {
    background-color: #f7f7f7;
}
table#acc-types tr.even td {
    background-color: #e3f0f7;
}
div#acc-types-footnote {
    display: block;
    font-size: 7pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    width: 86%;
}

ul#rule-list {
    list-style-type: disc;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 1em;
}
ul#rule-list li {
    padding-top: 0.5em;
}

ol#tos-list {
    list-style-type: decimal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 1.4em;
}
ol#tos-list li {
    padding-top: 1em;
}
ul.tos-sublist {
    list-style-type: disc;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 2em;
}

ol#faq-list {
    list-style-type: decimal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 1.4em;
}
ol#faq-list li {
    margin-top: 10px;
}
