html {
    background: #F7F7F7;
    color: #4D4D4D;
    overflow-y: scroll;
}

body {
    line-height: 1.3em;
    font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

a {
    color: #C6164A;
}

a:hover {
    color: #BACF3A;
}

p,
ol,
li,
dd {
    margin-bottom: 1.2em;
}

ol li {
    list-style-type: decimal;
}

.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.container {
    width: 750px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    position: relative;
    margin-left: -181px;
}

.main-content {
    float: left;
    width: 315px;
}

.sub-content {
    float: right;
    width: 315px;
    text-align: left;
}

.sub-content h2 {
    font-weight: bold;
}

.sub-content a {
    color: #BACF3A;
}

.sub-content dl {
    margin-top: 5px;
}

.sub-content dd, 
.sub-content dt {
    margin-left: 0px;
}

h2 {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    font-family: Baskerville, “Times New Roman”, Times, serif;
}

p.footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #B5DDE0;
    text-align: center;
    font-size: 12px;
    color: #B5DDE0;
}