BODY {
    background: none repeat scroll 0 0 black;
    margin: 0;
    padding: 0;
    position: relative;
}
DIV#links {
    font: 11px Verdana,sans-serif;
    height: 700px;    
    left: 0;
    position: absolute;
    top: 71px;
    width: 166px;
    z-index: 100;
}
DIV#links A {
    background: none repeat scroll 0 0 #20202F;
    border-right: 3px solid #3b4266;
    border-width: 1px 2px 0 0;
    color: #D6E3F8;
    display: block;
    font: bold 1em sans-serif;
    margin: 0 0 1px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
DIV#links A:hover {
    background: none repeat scroll 0 0 #46556e;
    border-right: 2px double #bbbbbb;
    color: #D6E3F8;
}
DIV#links A SPAN {
    display: none;
}
DIV#links A:hover SPAN {
    background: none repeat scroll 0 0 black;
    color: #AAAAAA;
    display: block;
    font: 10px Verdana,sans-serif;
    left: 0;
    margin: 10px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 135px;
    width: 125px;
    z-index: 100;
}

H1 {
    background: none repeat scroll 0 0 #3b4266;
    color: #DEE1FF;
    font: bold 25px sans-serif;
    height: 10%;
    letter-spacing: 0.4em;
    margin: -9px -9px 0.5em;
    padding: 15px 0 5px;
    text-align: right;
    vertical-align: middle;
    white-space: wrap;
}
DT {
    font-weight: bold;
}
DD {
    margin-bottom: 0.66em;
}
DIV#content {
    background: none repeat scroll 0 0 #22232f;
    border-color: #3b4266;
    border-right: 5px solid #3b4266;
    border-style: solid;
    border-width: 5px;
    font: 13px Arial, Verdana,sans-serif; font-weight:bold;
    color: #D6E3F8;
    left: 161px;
    padding: 10px;
    position: absolute;
    right: 25px;
    top: 26px;
}
DIV#content P {
    margin: 0 1em 1em;
}
DIV#content H3 {
    margin-top: 1.10em;
    margin-bottom: 1.00em;
    color: #ECF8FF;
}


DIV#content A:link {
    color: #D6E3F8;
}
DIV#content A:visited {
    color: #D6E3F8;
}
DIV#content A:hover {
    color: #ffffff;
}
.bar_position {position:absolute;top:6px;right:50px;}
.borderless	{border: 0px; cursor:pointer;}
.footer {font:9px;color: #ECF8FF;margin-left:auto;margin-right:auto;text-align: center;padding: 30px 1px 10px 1px;}
CODE {
    color: #EEDDCC;
    font: 110% monospace;
}
PRE {
    color: #EEDDCC;
    font: 110% monospace;
}
