body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
}

h1 { margin: 0; }
h2 { color: #1D367E; font-size: medium; margin: 0; padding: 1em 0 0 0; }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
.sidebar h2 { background: white; font-size: small; padding: 0.25em; border-top: 1px solid #eee; }
.sidebar h3 { font-size: x-small; padding: 0; }

p { line-height: 150%; }

acronym { cursor: help; border-bottom: dashed 1px; }

input,select {
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover { background: white; }

input.button {
    background: #ccc;
    border: 1px gray solid;
}

textarea {
    border: 1px gray dotted;
}

img {
    border: 0;
}


hr { border: 1px gray solid; margin: 1em 12em; }

div#master {
    width: 45em;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}

#header {
    color: #FFC926;
    background: #1D367E url('images/header.png') no-repeat bottom right;
}

ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #66CCFF;
}

ul#menu li {
    float: left;
    width: 20%;
    background: #1D367E;
    border-top: #777 solid thin;
    border-bottom: #1D367E solid 0.2em;
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: normal;
    color: #f6f0dd;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #FFC926; color: #1D367E; }
ul#menu a.current:link { background: #FFC926; color: #1D367E; }
ul#menu a.current:visited { background: #1D367E; color: #FFC926; }

a:link { color: #000066; text-decoration: none; }
a:visited { color: #000066; text-decoration: none; }
a:link:hover { background: #FFC926; text-decoration: underline; }
a:visited:hover { background: #FFC926; text-decoration: underline; }

#content {
    background: white;
    border-top: #eee solid 1em;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}
html>body #content { border-top: #eee solid 4.1em; }

div.item {
    margin: 0 15em 0 1em;
    border-bottom: #eee solid 1px;
    border-right: #eee solid 1px;
    padding: 0 1.5em 0 1em;
}


div.sidebar {
    border-left: solid thick #ddd;
    background: #eee;
    width: 13em;
    float: right;
    margin: 0 1px 1em 0; !important
    margin-bottom: 0;
    color: Black;
    clear: both;
}

div.sidebar a { font-size: small; }
div.sidebar p { font-size: x-small; margin: 1em; }
div.sidebar h2 { text-align: left; margin: 0; }
div.sidebar ul { padding-left: 1.5em; font-size: x-small; margin-left: 0; text-align: left; }
div.sidebar img { display: block; margin: auto; }

ul { padding: 0 0 0 2em; }
ul.links { list-style-type: none; }

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #1D367E;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #1D367E;
    font-size: small;
    text-align: center;
    color: white
}
#bottommenu a { color: white }
#bottommenu a:hover { color: #1D367E; }