body {
    margin: 0;
    background: #d6d0bd;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a { color: #003f6b; }

.site {
    width: 100%;
    background: #f7f4e9;
}

.topline {
    background: #e9e4d3;
    padding: 9px;
    border-bottom: 1px solid #777;
}

.logo {
    color: #222;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.sublogo {
    color: #666;
    font-size: 9px;
    margin-top: 2px;
    letter-spacing: 1px;
}

.header {
    background: #333;
    color: #fff;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #111;
}

.header a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

.routebar {
    background: #cfc8b4;
    border-bottom: 1px solid #999;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: bold;
}

.content {
    padding: 10px;
    line-height: 1.45em;
}

.page-title {
    color: #7c0000;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.content img {
    max-width: 100%;
    border: 1px solid #777;
}

.content table {
    border-collapse: collapse;
    width: 100%;
}

.content th {
    background: #555;
    color: #fff;
    padding: 4px;
}

.content td {
    border: 1px solid #aaa;
    padding: 4px;
}

.mobile-links {
    background: #e4dfcf;
    border-top: 1px solid #999;
    padding: 8px;
    font-size: 11px;
    line-height: 1.8em;
}
