body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.2em;
    color: #003063;
    background-color: #c3c3be;
}

a:link {
    color: #537db9;
    text-decoration: none
}

a:visited {
    color: #c77a1f;
    text-decoration: none
}

a:hover {
    color: red;
}

h1 { font-size: 2em;    }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em;  }
h4 { font-size: 1.25em; }
h5 { font-size: 1.125em;}
h6 { font-size: 1em;    }

h1 {
    color: black;
    font-weight: bold
}

h2 {
    color: #003063;
    font-weight: bold
}

h3 {
    color: #537db9;
    font-weight: normal;
    text-indent: 1em;
}

h4 {
    color: #537db9;
    font-size: 1.125em;
    font-weight: bold
}

h5 /* OK (Body Head Orange) */ {
    color: #c77a1f;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: -10px
}

h6 /* OK (Very small text) */ {
    color: black;
    font-weight: normal
}

#page {
    width: 64em;
    margin: 1em auto;
    background-color: #fff;
    padding: 1em 1em 1em 0;
}

#header {
    padding-bottom: 1em;
	padding-left: 1em;
}

#navigation {
    color: #fff;
    height: 2em;
	padding-left: 1em;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    display: block;
    padding: 0.5em;
    float: left;
    background: #537db8;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 0.5em #fff solid; /* XXX temporary */
}

#sidebar {
    float: left;
    width: 18em;
    padding-left: 1em;
    padding-top: 1em;
}

#sidebar-form {
    margin: 1em 0;
}

#content {
    padding: 1em 1em 1em 20em;
    width: 43em;
}


#footer {
    text-align: center;
    clear: both;
	font-size: 0.9em;
}

