body {
    font-family: "Trebuchet MS", "Arial Black", "Verdana", "Helvetica", sans-serif;
    margin: 0;
    background-color: #888822;
    color: #000000;
    }

#header {
    background-color: #ff9933;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 54px;
    text-align: right;
    font-weight: bold;
    }

#header h1 {
    width: 99%;
    padding: 2px;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    }

#header strong {
    color: #cc0000;
    }

#toc {
    position: absolute;
    top: 35px;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 14px;
    }

#toc a.tab {
    background-color: #ffff33;
    border: 4px solid #888822;
    border-bottom: 0;
    padding: 2px 8px;
    line-height: 2;
    text-decoration: none;
    }

#toc a.tab, a.tab:visited {
    color: #cc0000;
    }

#toc a.tab:hover {
    background-color: #cc0000;
    color: #ffff33;
    }

#toc a.tab.active, a.tab.active:hover, a.tab.active:visited {
    background-color: #ffff33;
    color: #330000;
    }

#ads {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 15%;
    }

#content {
    position: absolute;
    top: 82px;
    left: 60px;
    width: 75%;
    padding: 0 0 60px;
    }

#content p, li {
    font-size: 14px;
    line-height: 1.5;
    }

#content a, a:visited {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
    }

#content a:hover {
    background-color: #cc0000;
    color: #ffff33;
    }

#content a.tab2, a.tab2:visited {
    background-color: #ffff33;
    color: #cc0000;
    padding: 2px 6px 1px;
    font-size: 14px;
    line-height: 1.75;
    text-decoration: none;
    }

#content a.tab2:hover {
    background-color: #cc0000;
    color: #ffff33;
    }

#content div.details {
    height: 100%;
    background-color: #ff9933;
    color: #000000;
    border: 2px solid #004411;
    padding: 8px 0.8em;
    }

#content div.details p {
    font-size: 12px;
    line-height: 1.25;
    }

#content table {
    border: 2px solid #004411;
    border-spacing: 0px;
    background-color: #99aa33;
    color: #000000;
    }

#content td {
    border: 1px solid #004411;
    padding: 2px 1em;
    font-size: 14px;
    line-height: 1;
    }

#content td.odd {
    background-color: #ffff33;
    }

#content td.even {
    background-color: #aabb44;
    }

#content td.bottom {
    font-size: 12px;
    line-height: 1.25;
    }

p.center {
    text-align: center;
    }

#content strong {
    color: #330000;
    }

#content p.small {
    font-size: 14px;
    line-height: 1;
    }

#content p.examples {
    line-height: 1.25;
    }

#content p.fine {
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    }

#content li {
    color: #004411;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
    }

#AuthorizeNetSeal {
    text-align: center;
    }
