* {
    margin: 0;
    padding: 0;
}

body {
    font: 100% Arial, Helvetica;
    background: #00457e;
    color: #333;
}

p {
    margin: 15px 0;
}

pre {
    font: 100% Arial, Helvetica;
    line-height: 17px;
    margin: 0 0 15px 0;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a:link, a:visited {
    color: #3c57a7;
    text-decoration: none
}

a:hover, a:active {
    color: #3c57a7;
    text-decoration: underline;
}

a img {
    border: 0;
}

code {
    font: 1.0em 'Courier New', Courier, Fixed;
    background: #ececec;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font: 1.0em Arial;
    line-height: 1.5em;
    margin: 10px 0px;
}

select {
    width: 130px;
}

#submenu {
    width: 200px;
    background-color: #00457e;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#submenu li {
    list-style-type: none;
    height: 17px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    margin-left: -42px;
    cursor: pointer;
}

#submenu li:hover, #submenu li.selected {
    background-color: #aa1408;
}

#submenu li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

#frame-content {
    width: 670px;
    float: left;
}

#frame-content p {
    margin-top: 0;
}

#errors ul li {
    margin-left: 20px;
}
