html {
    background: #efefef;
}

body {
    background: #fff;
    font-family: Georgia, "Times New Roman", Times, Serif;
    text-align: center;
    line-height: 1.4;
}

h1 {
    font-size: 182%;
    color: #800000;
}

h2 {
    clear: left;
    margin: 20px 0 5px 0;
    font-size: 131%;
}

h1, h2 {
    font-family: "FranklinGothicFSDemiCondensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p {
    margin: 10px 0;
}

ul, ol {
    border: 1px dotted #efefef;
    border-width: 1px 0;
    padding: 2px 0 2px 30px;
}

ul li {
    list-style: square;
}

ol li {
    list-style: decimal;
}

li {
    margin: 2px 0;
}

em {
    font-weight: bold;
}

a {
    font-weight: bold;
    color: #800000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.external {
    color: #777;
}

a.cta, ul.cta a {
    display: block;
    border: 1px solid #000;
    background: #800000;
    padding: 5px 10px;
    margin-right: 10px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
}
a.cta:hover, ul.cta a:hover {
    background: #a00000;
    text-decoration: none;
}

ul.cta {
    float: left;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.cta li {
    float: left;
    list-style: none;
}

#header {
    overflow: hidden;
    width: 100%;
    border-bottom: 3px solid #800000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: right;
}

#header h1 {
    float: left;
}

#page {
    width: 960px;
    padding: 20px 0;
    margin: 20px auto;
    text-align: left;
}

#content {
    border: 20px solid #efefef;
    border-width: 0 20px;
    padding: 0 10px;
}

#footer {
    border-top: 2px solid #800000;
    padding-top: 5px;
    margin-top: 20px;
    font-size: 92%;
    color: #777;
}

#menu {
    border: none;
}

#menu li {
    display: inline;
    margin-left: 20px;
    list-style: none;
}

#menu .selected {
    border-bottom: 2px solid #777;
    font-weight: bold;
    color: #777;
}
