* {
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
    padding:0;
    margin:0;
}

h2 {
    color: #113011;
    font-family: sans-serif;
    font-size: 16pt;
    margin: 1em 0 0.3em 0;
    text-align: left;
}

p {
    margin: 0.6em 0 0.6em 1em;
    font-size: 12pt;
    font-family: sans-serif;
    text-align: justify;
}

ul {
    margin-left: 2em;
    font-size: 12pt;
    font-family: sans-serif;
}
ul li {
    text-align: left;
}

td#title {
    background-color: #227;
    color: white;
    font-family: sans-serif;
    font-size: 40pt;
    margin: 0;
    padding: 0 50px;
    border-bottom: 2px solid #223;
    vertical-align: center;
    height: 150px;
    text-align: left;
}

div#subtitle {
    color: #3A3;
    font-family: serif;
    font-size: 12pt;
    font-style: italic;
    text-align: right;
    float:right;
}

table#context {
    background-color: #CCC;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

div#shadow_left {
    background: url("/images/shadow_left.png") repeat-y right;
    width: 100px;
    height: 100%;
}

div#shadow_right {
    background: url("/images/shadow_right.png") repeat-y left;
    width: 100px;
    height: 100%;
}

td#white_box {
    background-color: white;
    background: url(/images/background.jpg) bottom left repeat;
    margin: 0;
    height: 100%;
    width: 100%;
    vertical-align: top;
    padding: 0;
}

div#content {
    margin: 0;
    width: auto;
    padding: 25px;
}

div#portrait {
    margin: 0;
    padding: 0;
    width: 202px;
}

div#portrait img {
    width: 200px;
    border: 1px solid #666;
}

td#footer {
    /* background-color: white; */
    background: url(/images/background.jpg) top left repeat;
    font-family: sans-serif;
    font-size: 8pt;
    text-align: center;
    padding: 10px 0 2px 0;
}
