body {
    background: white;
    color: black;
    margin: 0px;
}
h1 {
    font-family: century gothic,sans-serif;
    font-size: 120%;
    font-style: normal;
    font-weight: bold;
    color: rgb(57,81,117);
}
h2 {
    font-size: 110%;
    font-style: italic;
}
h1, h2 {
    font-family: century gothic,sans-serif;
    font-weight: bold;
    color: rgb(57,81,117);
}
h3 {
    font-family: serif;
    font-style: italic;
    font-weight: normal;
    color: rgb(32,50,74);
}
p, li, ul, ol, dd, blockquote {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    color: rgb(32,50,74);
}
dt {
    font-family: serif;
    font-style: normal;
    font-weight: bold;
    color: rgb(32,50,74);
}
pre {
    font-family: courier new,courier,fixed;
    font-style: normal;
    font-weight: normal;
    color: rgb(32,50,74);
}
.byline {
    font-family: sans-serif;
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
    margin: -1em 0 0 0;
}
#copyright {
    font-family: sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: white;
    background-color: rgb(32,50,74);
}
a {
    color: rgb(71,98,139);
    text-decoration: underline;
}	
a:hover {
    background: rgb(71,98,139); 
    color: white;
    text-decoration: underline;
}
.title {
    background: rgb(71,98,139);
}
.menu {
    background: rgb(156,175,205);
}
.menu-item {
    font-family: sans-serif;
    font-size: 13px;
    color: rgb(32,50,74);
}
a.menu-item {
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
}
a.menu-item:hover {
    font-family: sans-serif;
    font-size: 13px;
    color: white;
    background: rgb(71,98,139);
    text-decoration: none;
}
.this-menu-item {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(32,50,74);
}
a.this-menu-item {
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
}
a.this-menu-item:hover {
    font-family: sans-serif;
    font-size: 13px;
    color: white;
    background: rgb(71,98,139);
    text-decoration: none;
}
.page-header {
    font-family: century gothic,sans-serif;
    font-size: 14px;
    color: white;
    text-align: right;
    padding: 2px;
}
#root {
    position: absolute:
    top: 10px;
    left: 20px;
    width: 800px;
}
#header {
    width: 800px;
}
#mainarea {
    width: 536px;
    background-color: white;
    margin: 0px;
    padding: 4px;
}
#bookmark {
    border: 1px solid;
    border-color: rgb(32,50,74);
    position: absolute;
    left: 540px; 
    top: 30px;
    width: 244px;
    background-color: white;
    z-index: 2;
    font-size: 80%;
    padding: 2px;
}
#bookmark-image {
    border: 2px solid;
    border-color: white;
    width: 240px;
}
