body {
    font-size: 14px;
    font-family: sans-serif;
}

img {
    border: 0px;
}

h1 {
    text-align: center;
    color: #00628B;
}

a {
    color: #00628B;
}

.email {
    text-align: center;
}

.section {
    max-width: 800px;
    border: 1px solid #81A594;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #E6E6DC;
}

h2 {
    margin: 0.5em 0px 0px 0.5em;
    color: #00628B;
}

.subsection {
    margin: 1em 0.5em 0.5em 0.5em;
    padding-top: 1em;
    border-top: 1px dashed #81A594;
}

.subsection.noindent p, .subsection.noindent h3 {
    margin-left: 1em;
}

h3 {
    margin: 0px 0px 0px 225px;
    color: #00628B;
}

.subsection p {
    margin-left: 225px;
}

.thumb {
    float: left;
}

.thumb img {
    width: 216px;
    height: 163px;
}

.links {
    float: right;
    font-size: smaller;
}

.clear {
    clear: both;
}

