* {
    margin: 0;
    padding: 0;
}
body {
    background-color: white;
    color: #000000;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 12px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
    color: grey;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    color: grey;
    text-decoration: none;
}
a:hover {
    background-color: #CD0000;
    color: #000000;
}
a img {
    border: medium none;
}
.top-section {
    color: white;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    padding: 0 0 8px 25px;
}
#menu {
    background-color: #FFFFFF;
    bottom: 0;
    font-size: 11px;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    position: fixed;
    top: 0;
    width: 225px;
}
#menu ul {
    list-style: none outside none;
    margin: 0 0 12px;
    padding-left: 25px;
    padding-right: 25px;
}
#menu ul li {
    margin-bottom: 4px;
    margin-top: 0;
}
#menu ul li.section-title {
    border-top: 1px dotted black;
    color: black;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-style: bolder;
    font-weight: normal;
    padding: 5px 0;
}
#menu ul.built {
    margin-bottom: 0;
}
#menu ul.built li {
    border-top: 1px dotted black;
    color: #000000;
    padding-top: 5px;
}
#menu ul.built a {
    color: #000000;
}
#menu ul.built a:hover {
    color: #000000;
    text-decoration: underline;
}
#copy {
    border-top: 1px dotted black;
    color: gray;
    font-family: Georgia,serif;
    font-size: 9px;
    font-style: italic;
    margin-top: 5px;
    padding-top: 10px;
}
#content {
    height: 100%;
    margin: 0 0 0 225px;
    max-width: 600px;
    padding: 5px 5px 25px 40px;
    top: 0;
    z-index: 2;
}
.container {
    margin-bottom: 25px;
}
#content p {
    line-height: 18px;
    margin: 0 0 20px;
}
p {
    margin: 0 0 9px;
}
h1 {
    color: #000000;
    font-family: Georgia,serif;
    font-size: 32px;
    padding-bottom: 15px;
}
h2 {
    color: white;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
h3 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
h4 {
    color: #000000;
    font-size: 12px;
    padding: 2px 0 6px;
}
h6 {
    border-top: 1px solid #000000;
}
#img-container {
    margin: 20px 0;
    padding: 0;
}
#img-container p {
    margin: 0;
    padding: 0 0 12px;
    width: 400px;
}
.nothumb img {
    border-color: #DBE2E0;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 20px;
}
#once {
    clear: left;
}
p.nav a {
    background-color: #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 11px;
    padding: 3px 9px;
}
p.nav a:hover {
    background-color: gray;
}
p.nav span#num {
    font-family: Georgia,serif;
    font-style: italic;
    letter-spacing: 2px;
    padding-left: 20px;
}
