body {
    margin: 0px;
    margin-top: 8px;
    font-family: sans-serif;
    font-size: 12px;
}

#header {
    background-image: url("/images/bg-top.png");
    background-repeat: repeat-x;
    margin: 0px auto;
    width: 80%;
    height: 17px;
}

#header #header-left {
    background-image: url("/images/bg-top-left.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px auto;
    height: 17px;
}

#header #header-right {
    background-image: url("/images/bg-top-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px auto;
    height: 17px;
}

#footer {
    background-image: url("/images/bg-bottom.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0px auto;
    width: 80%;
    height: 17px;
    margin-bottom: 14px;
}

#footer #footer-left {
    background-image: url("/images/bg-bottom-left.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0px auto;
    height: 17px;
}

#footer #footer-right {
    background-image: url("/images/bg-bottom-right.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 0px auto;
    height: 17px;
}

#main {
    margin: 0px auto;
    width: 80%;
    min-height: 467px;
}

#main #main-left {
    background-image: url("/images/bg-left.png");
    background-repeat: repeat-y;
    background-position: left;
    margin: 0px auto;
}

#main #main-right {
    background-image: url("/images/bg-right.png");
    background-repeat: repeat-y;
    background-position: right;
    margin: 0px auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#content {
    margin-left: 170px;
    text-align: justify;
    line-height: 19px;
    background-image: url("/images/bg-content.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 470px;
}

#leftbar {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    padding-top: 3px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0px solid black;
    float: left;
}

.photo {
    margin-top: 3px;
}

span.title {
    font-family:"Lucida Grande", helvetica, lucida, verdana, sans-serif;
    font-size: 25px;
    color: #386945;
    margin-top: 5px;
    margin-bottom: 35px;
    font-weight: bold;
    line-height: 27px;
    text-align: left;
}

h2 {
    font-family:"Lucida Grande", helvetica, lucida, verdana, sans-serif;
    font-size: 16px;
    color: black;
    margin: 0px;
    margin-top: 15px;
    font-weight: bold;
}

h2 a, h2 a:hover, h2 a:visited {
    color: black;
    text-decoration: none;
}

a {
    color: #386945;
    text-decoration: underline;
}

a:hover {
    color: #383e8d;
}

a:visited {
    color: #383e8d;
}

hr {
    border: 0.5px solid black;
}

.controlbox {
    font-size: 10px;
}

#content table {
    border: 1px solid black;
}

#content td {
    border: 1px solid black;
}
