html, body {
    font-family: monospace;
    font-size: 1.05em;
    background-color:#c0c0c0;
}

#Logo {
    float:left;
    background:url("/img/logo.png") top left;
    background-repeat:no-repeat;
    background-position:center;
    width:294px;
    padding-top:46px;
    overflow:hidden;
    height:0;
    margin-bottom: 1em;
}

#MenuBox {
    float:right;
    padding-right: 1em;
    padding-top: 0;
    height: 46px;
    display:table;
}

#MenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 46px;
    display:table-cell;
    vertical-align:middle;
}

#MenuList li {
    margin-left:1em;
    float:left;
    font-size: 1.1em;
    font-weight: bold;
}

.MenuLink {
    color: #0000c0;
    text-decoration:none;
}

.MenuLinkActive {
    color:#000000;
    text-decoration:none;
}

#Background
{
    background-color:#ffffff;
    max-width:55em;
    margin-left:auto;
    margin-right:auto;
    min-height:100%;
    padding: 2em;
    border-style:solid;
    border-width:2px;
    border-radius: 1em;
}

#Content {
    border-top: solid 1px #c0c0c0;
    clear:both;
    padding-top:2em;
    padding-bottom: 2em;
    padding-left:4em;
    padding-right:4em;
}

#Footer {
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #c0c0c0;
    margin-bottom: 0;
    text-align: center;
}

#Footer img {
    vertical-align:middle;
}

#Footer a {
    text-decoration:none;
}

.Separator {
    padding-bottom: 1.5em;
}

.ContentGroup {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border-style:solid;
    border-width:2px;
    border-radius: 1em;
    border-color:#c0c0c0;
}

.ContentGroup h2 {
    margin-top: 0.5em;
}

a img {
    border-width:0;
}
