body {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}
#tableLayout {
    background-color: #000000;
    border-right: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
}
#tableLayout, #tableLayout td {
    border-collapse: collapse;
}
#tableLayout td {
    padding: 15px 30px;
}
#tdLogo {
    width: 140px;
    text-align: center;
}
#tableLayout #tdNavigation {
    padding-bottom: 0px;
    background-color: #133855;
    text-align: center;
}
#tableLayout #tdFooter {
    background-color: #333333;
    border-top: 1px solid #D7DACE;
    padding: 10px;
    color: #474F49;
    text-align: right;
}
p {
    line-height: 1.7em;
    margin-top: 0px;
    text-align: left;
}
#tableLayout #tdSidebar {
    background-color: #133855;
    vertical-align: top;
    padding-top: 50px;
    background-image: url(images/navigation/sidebarbackground.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
h1 {
    font: normal 20px Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 12px;
}
h2 {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 11px solid #D7DACE;
    padding-left: 7px;
}
#tableLayout #tdSidebar a {
    padding: 8px;
    border-top: 1px solid #CED2B6;
    border-bottom: 1px solid #CED2B6;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
#tableLayout #tdSidebar a.current {
    background-color: #F6F7F3;
}
#tableLayout #tdSidebar a:link,
#tableLayout #tdSidebar a:visited,
#tableLayout #tdSidebar a:active
{
    color: #474F49;
}
#tableLayout #tdSidebar a:hover {
    background-color: #FBFCF9;
}
#tableLayout #tdContent {
    padding-right: 58px;
    background-color: #000000;
}
a img {
    border: none;
}
#divCopyright {
    font-size: 10px;
    margin: 1em;
    text-align: center;
}
#divCopyright a {
    color: #FFFFFF;
}
a:link {
    color: #FFFF00;
    text-decoration: none;
}
#tableLayout #tdContent td {
    padding: .5em;
    vertical-align: top;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}