* {
    margin: 0;
    padding: 0;
}

a {
    color: #963;
}

a:hover {
    color: #C60;
}

body {
    background: #CCD8E0;
    color: #444;
    font: normal 80% Tahoma, sans-serif;
}

code {
    background: #FFF;
    border: 1px solid #EEE;
    border-left: 6px solid #C1CAD3;
    color: #666;
    display: block;
    font: normal 1em Tahoma, sans-serif;
    line-height: 1.6em;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

h1 {
    font: normal 1.8em Tahoma, sans-serif;
    margin-bottom: 4px;
}

h1, h2, h3 {
    padding-top: 6px;
}

html {
    min-height: 100%;
}

img {
    border: 0;
}

li {
    list-style: none;
}

p {
    padding: 0.6em 0;
}

pre {
    font-size: larger;
}

tt {
    font-size: larger;
}

ul {
    padding-bottom: 1.2em;
}

.clearer {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    background: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 10px 10px;
    width: 780px;
}

.header {
    background: #FFF;
    font-size: 1.2em;
    height: 150px;
    margin: 0 auto;
    padding: 10px 10px 5px;
    width: 780px;
}

.header .left {
    background: #B3C2C7;
    color: #FFF;
    font: normal 2.8em "Trebuchet MS", sans-serif;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 564px;
}

.header .right {
    background: #A4A4A0;
    height: 110px;
    overflow: auto;
    padding-top: 40px;
    text-align: center;
    width: 212px;
}

.navigation {
    background: #D9E1E5 url('images/navigation.gif');
    border: 1px solid #DFEEF7;
    border-color: #DFEEF7 #CFDEE7;
    height: 41px;
}

.navigation a {
    background: #D9E1E5 url('images/navigation.gif');
    border-right: 1px solid #AFBEC7;
    color: #456;
    display: block;
    float: left;
    font: bold 1.1em sans-serif;
    line-height: 41px;
    padding: 0 20px;
    text-decoration: none;
}

.navigation a:hover {
    background-position: left bottom;
    color: #234;
}

.main-right {
    border-top: 4px solid #FFF;
    background: url('images/bgmainr.gif') repeat-y;
}

.main-left {
    border-top: 4px solid #FFF;
    background: url('images/bgmainl.gif') repeat-y;
}

.news {
    float: right;
    width: 210px;
}

.news h2 {
    border-bottom: 1px solid #EAEADA;
    color: #5A5A43;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 0 12px;
}

.news p {
    border-bottom: 1px solid #EAEADA;
    padding: 8px 0 8px 12px;
}

.news .date {
    font-size: 75%;
    padding: 8px 0;
}

.news p a {
    color: #554;
    text-decoration: none;
}


.news p a:hover {
    background: #F0F0EB;
    color: #654;
}

.sidenav {
    float: left;
    width: 210px;
}

.sidenav h2 {
    color: #5A5A43;
    font-size: 1.1em;
    line-height: 30px;
    margin: 0;
    padding-left: 12px;
}

.sidenav ul {
    padding: 0;
    border-top: 1px solid #EAEADA;
}

.sidenav li {
    border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
    color: #554;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    width: 95%;
}

.sidenav li a:hover {
    background: #F0F0EB;
    color: #654;
}

.content {
    float: left;
    margin: 10px 0;
    padding: 0 16px;
    width: 531px;
}

.content li {
    list-style: url('images/li.gif');
    margin-left: 18px;
}

.content p {
    font-family: "Lucida Sans Unicode", sans-serif;
}

.footer {
    background: url('images/bgfooter.gif') repeat-x;
    color: #FFF;
    font: bold 1em sans-serif;
    line-height: 39px;
    text-align: center;
}

.footer a, .footer a:hover {
    color: #FFF;
}

span.code {
    color: #444;
}

span.main {
    color: navy;
}

span.event {
    color: #00BF00;
}

span.foxtrot {
    color: #FF9000;
}

.legend {
    margin-top: 15px;
    text-align: right;
}
