body {
    font-family: Helvetica, sans-serif;
    font-size: 14pt;
    color: #800000;
    background-color: #4040c0;
    margin: 0px;
    padding: 0px;
}
td.link {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    background-color: #B01010;
    text-align: center;
    width: 100px;
}

a.link {
    color: White;
    font: bold 11px Arial;
    text-decoration: none;
}
a.link:link {color: White;}
a.link:visited {color: White;}
a.link:hover {color: White;}
a.link:active {color: White;}

div#container {
    width: 760px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-color: White;
}
div#navigation {
    text-align: center;
}
div#navigation table {
    width: 755px;
    background-color: White;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
}
div#contact_info {
    font-size: 10pt;
    color: Black;
}
div#contact_info table {
    border-style: none;
    width: 705px;
}
div.section_header {
    text-align: center;
    margin: 20px 20px 20px 20px;
}
div.section_header h1 {
    display: inline;
    font-weight: bold;
    font-size: 18pt;
    color: #003366;
    background-color: #ffff66;
    padding: 0px 6px;
}
div.section_content {
    margin: 20px 20px 20px 20px;
}
div#class_links {
    margin: 20px 20px 20px 20px;
    text-align: center;
}
div#class_links ul {
    list-style-type: none;
}
div#copyright {
    padding: 10px;
    text-align: center;
    color: #808080;
    font-size: 8pt;
}
#content_table td {
    width: 50%;
    padding: 10px;
}

.content_table_2 td {
    padding: 10px;
}

div.article_title {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

hr {
    width: 75px;
    height: 2px;
    border: 0;
    color: #800000;
    background-color: #800000;
}