body {
    text-align: center;
    background-color: white;
}

#page {
    text-align: left;
    margin: 0 auto;
    width: 900px;
}

#header {
    width: 100%;
    height: 150px;
    background-image: url("../images/header-white.png");
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

#leftcol {
    width: 210px;
    height: 300px;
    float: left;
    background-image: url("../images/left-white.png");
    background-repeat: no-repeat;
}

ul {
    list-style-type: square;
}

#leftcol ul {
    margin-top: 15px;
    padding-left: 30px;
    margin-left: 0;
}

#leftcol a {
    font-family: "Courier New", monospace;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

#leftcol a:hover {
    text-decoration: underline;
}

#content {
    width: 685px;
    min-height: 297px;
    float: left;
    border: 1px solid #bbb;
    background-color: #fafafa;
    text-align: justify;
}

#content>div {
    width: 655px;
    margin-left: 15px;
    font-family: "Verdana", sans-serif;
    font-size: small;
    line-height: 150%;
    padding-bottom: 100px;
}

#content table {
    border: 1px solid Black;
}

#content th {
    background-color: #eef;
    padding: 4px;
}

#content td {
    border: 1px solid Silver;
    padding: 4px;
}

#content h1 {
    font-size: 20pt;
    margin-top: 25px;
    margin-bottom: 25px;
}

#content p {
    margin: 20px 0;
}

#footer {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 10px 0;
    text-align: right;
    background-image: url("../images/footer-white.png");
    background-repeat: no-repeat;
}
#footer span {
    margin-right: 10px;
    font-size: 12pt;
    font-family: "Courier New", monospace;
}








