body {
    font: 10pt Helvetica, Arial, sans-serif;
    background: #eeeeee;
    margin: 12px;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

#content {
    background: #ffffff;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    margin-bottom: 0px;
    text-align: justify;
}

#topline {
    width:820px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(footer_bg.png);
    background-repeat: repeat-x;
}

#footer {
    margin-bottom: auto;
    width: 820px;
    height: 16px;
    background: #000044;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    background-image: url(footer_bg.png);
    background-repeat: repeat-x;
    font: 8pt Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
}

#footer a{
    color: white;
}

.photo {
    text-align: center;
    margin-bottom: 24px;
}

ul.spaced_list li {
    margin-bottom: 10px;
}
