body {
    background: url("images/background.png") repeat-x fixed 0 0 #070D5C;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    margin: 0;
}
h1 {
    font-size: 14px;
}
form {
    display: inline;
}
body a {
    color: #070D5C;
}
body a:hover {
    color: #0712AA;
}
#navigation {
    width: 235px;
}
#navigation a {
    background-color: #070D5C;
    border-color: #0712AA #04062D #04062D #0712AA;
    border-style: solid;
    border-width: 4px 2px 2px 4px;
    color: #FFFFFF;
    display: block;
    margin: -7px;
    padding: 10px;
    text-decoration: none;
}
#navigation a:hover {
    background-color: #0712AA;
    border-color: #000000 #0712AA #0712AA #000000;
    border-style: solid;
    border-width: 2px 4px 4px 2px;
}
.formarea {
    font-size: 12px;
}
.footerlinks {
    font-size: 12px;
    line-height: 40px;
}
.footeraddress {
    font-size: 10px;
    line-height: 12px;
}
#dhtmltooltip {
    background-color: lightyellow;
    border: 1px solid black;
    left: -300px;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 150px;
    z-index: 100;
}
#dhtmlpointer {
    left: -300px;
    position: absolute;
    visibility: hidden;
    z-index: 101;
}
#err {
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
    width: 500px;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
}
.floatRight {
    float: right;
    margin-left: 0.2em;
}
.floatLeft {
    float: left;
    margin-right: 2em;
}
