
body {
    margin: 0px;
    padding: 0px;
    width: 882px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


table#layoutContainer {
    width: 882px;
}

td#sidebarArea {
    vertical-align: top;
    width: 250px;
    background-image: url(/images/sideback.jpg);
}

td#textArea {
    vertical-align: top;
    width: 632px;
    background-image: url(/images/textback.jpg);
}

td#footer {
    height: 25px;
    background-color: #c5c9d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555555;
    text-align: center;
}

td#footer a {
    color: #333333;
    text-decoration: underline;
}

div.menuContainer {
    margin-top: 20px;
    margin-bottom: 10px;
}

a.menuItem {
    display: block;
    height: 27px;
    padding: 7px 0px 0px 20px;
    font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #4b7587;
    text-decoration: none;
}

a.menuItem:hover {
    color: #ffffff;
    text-decoration: none;
}

a.menuItem:visited {
    color: #4b7587;
}

a.menuItem:visited:hover {
    color: #ffffff;
    text-decoration: none;
}

div.menuSeparator {
    width: 250px;
    height: 16px;
    background-image: url(/images/sidesep.jpg);
}

div#menuBottom {
    padding: 20px;
}

div#textContainer {
    margin: 30px;
    font-family: Arial, Helvetica, sans-serif;
    //font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #254459;
}


a {
    color: #d7a200; //#476a81;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #a97f00; //#7e6f9c;
    text-decoration: none;
}

a:visited:hover {
    text-decoration: underline;
}


div#sidebar {
    font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #254459;
}

h1, h2 {
    font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
}

div#sidebar a {
    color: #4b7587;
    text-decoration: none;
}

div#sidebar a:hover {
    color: #ffffff;
    text-decoration: none;
}

div.textHeader {
    font-size: 120%;
    font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #254459;
}

div.codeContainer {
    border: 1px dashed #AAAAAA;
    background-color: #FFFFFF;
    padding: 5px;
    overflow: auto;
    width: 560px;
}

#text img[align=right] {
    margin-left: 4px;
    margin-bottom: 4px;
}

a.downloadButton {
    background-color: #4b7587;
    color: #ffffff;
    font-size: 120%;
    display: block;
    padding: 4px;
    border: 1px solid #224554;
}

a.downloadButton:hover {
    background-color: #a1cfe2;
    color: #1f404e;
}


