Stylesheet
#container {
    margin: 10px;
}

#header{
    background-color: #1f5876;
    height: 5em;
}

#header h1 {
    margin: 0;
    padding: 10px 40px 1px 20px;
    font-size: 2em;
    border: none;
    background-color: #1f5876;
    color: white;
}

#header h1 a, #header h1 a:hover{
    color: white;
    background-color: #1f5876;
}

#header h2{
    display: none;
}

#login-status {
    background-color: #e6e6e6;
}

#search-top-box{
    position: absolute;
    right: 7px;
    top: auto;
    bottom: 0px;
}

#top-bar{
    left: 9px;
    background-color: #e6e6e6;
    border: 1px solid;
}

#top-bar a:hover {
    background-color: #1f5876;
    color: white;
}

#top-bar  li ul li a {
    background-color: #e6e6e6;
    color: black;
}

#content-wrap{
    margin: 5px 10px;
}

#side-bar{
    float: left;
    background-color: #e6e6e6;
    border: 1px solid;
    padding: 5px;
    width: 13em;
    margin:0 5px 0 0;
}

#side-bar h1, #side-bar h2,#side-bar h3{
    background-color: #1f5876;
    color: white;
    text-align: center;
}

#side-bar a{
    border: none;
    text-decoration: none;
}
#side-bar a:hover{
    color: white;
    background-color: #1f5876;
}

#side-bar ul{
    display: block;
    padding: 0;
    list-style: none;
}

#side-bar ul li{
    display:block;
}
#side-bar ul li a{
    display:block;
}

#main-content{
    margin-right: 0;
    margin-left: 15em;
    padding: 0 1em;
}

h1, h2, h3, h4, h5, h6, #page-title{
    font-family: Georgia, "Times New Roman", times, serif;
}

/*
h1{
    border-bottom: 1px dotted #AAA;
}
*/

#page-title{
    font-size: 220%;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License