body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #0000ff;
}

a:active {
    color: #000000;
}

a:visited {
    color: #0000ff;
}

ul {
    margin: 5px 0;
    padding-left: 25px;
}

li {
    padding: 2px;
}

#header {
    height: 95px;
    margin-bottom: 20px;
    background-color: #990000;
    color: #ffffff;
}

#header div.logo-container img {
    float: left;
    border: 0;
}

#header div.header-text {
    margin-left: 30px;
    float: left;
    font-size: 2em;
    line-height: 95px;
}

#header div.clear {
    clear: both;
}

#content {
    padding: 0 15px;
    margin: 0 auto;
    font-size: 1em;
}

#content .links {
    line-height: 24px;
}

#content .left {
    float: left;
}

#content .right {
    float: right;
}

#content .clear {
    clear: both;
}

#content .text-center {
    text-align: center;
}

#content .text-left {
    text-align: left;
}

#content .text-right {
    text-align: right;
}
