BODY {
    background-color: #ffffff;
    color: #000000;
    font-size: 100%;
    padding: 16px;
    text-align: center;
}
A {
    text-decoration: none;
}
A:link {
    background-color: transparent;
    color: #3f3f71;
}
A:visited {
    background-color: transparent;
    color: #808080;
}
A:hover {
    text-decoration: underline;
}
A:focus, A:active {
    background-color: #3f3f71;
    color: #ffffff;
}

BODY, DD, DL, H1, H2, H3, H4, H5, H6, LI, OL, P, TD, TH, UL {
    font-family: "DejaVu Sans Condensed", Tahoma, Verdana, sans-serif;
    font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}
DL, P, OL, UL {margin: 0}
IMG {border-style: none}
TABLE, TR, TH, TD {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ABBREV {
    font-variant: small-caps;
    text-transform: lowercase;
}
BLOCKQUOTE {
    border-color: #cccccc;
    border-style: none none none solid;
    border-width: 0 0 0 2px;
    margin: 0;
    padding: 0 0 0 1em;
}
FORM {
    display: inline;
    margin: 0;
}
INPUT, SELECT, TEXTAREA {
    background-color: #ffffff;
    color: #000000;
}
INPUT, LABEL, SELECT {
    font-family: "DejaVu Sans Condensed", Tahoma, Verdana, sans-serif;
}
CODE, TEXTAREA {
    font-family: "Courier New", Courier, monospace;
}
EM, I {font-style: italic}
B, STRONG, TH {font-weight: bold}
BIG {font-size: 125%}
SMALL {font-size: 80%}
UL {padding-left: 2em}
UL LI {
    display: list-item;
    list-style-position: outside;
    list-style-type: square;
}
HR {
    border-color: #cccccc;
    border-style: none none solid;
    border-width: 1px;
    display: block;
    height: 0;
    width: 100%;
}

.content {
    margin: 0px auto;
    text-align: left;
    width: 768px;
}

.nav {
    display: block;
    list-style: none;
    margin-top: 1.125em;
    padding: 0px;
}
.nav LI {
    display: inline;
}
.nav A, .nav A:link {
    background-color: #3f3f71;
    border: none;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: 0.5em;
    padding: 2px 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.body {
    margin-top: 24px;
}

.ad1 {
    float: right;
    height: 600px;
    margin-bottom: 2em;
    width: 120px;
}

.main {
    float: left;
    width: 624px;
}
.main H1, .main H2, .main H3 {
    background: transparent;
    color: #a02c2c;
}
.main H1 {
    font-size: 2.5em;
}
.main H2 {
    font-size: 2em;
    margin: 1.5em 0px 0.5em;
}
.main P {
    margin: 1em 0px;
}

.footer, .tool {
    border: 1px solid #cccccc;
    clear: both;
    padding: 0.5em;
}

.item {
    clear: both;
}
.item H1, .item H2, .item H3 {
    border-bottom: 2px solid #a02c2c;
}
.item H2 A, .item H2 A:link {
    background: inherit;
    color: #a02c2c;
    display: block;
}
.item H2 A:visited {
    background: inherit;
    color: #808080;
}
.item H2 A:active, .item H2 A:focus {
    background-color: #a02c2c;
    color: #ffffff;
}
.item H2 A:hover {
    background: inherit;
    color: #a02c2c;
    text-decoration: underline;
}
.itemData, .itemText {
    border-bottom: 1px solid #a02c2c;
    margin-bottom: 2em;
}
.itemData {
    float: left;
    width: 25%;
}
.itemText {
    float: right;
    width: 70%;
}

.cont {
    clear: both;
    float: right;
    width: 70%;
}
