body {
    font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
    font-size: 11pt;
    text-align: center;
    background: #000;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
}
td, th {
    font-size: 11px;
    text-align: left;
    line-height: 2;
}
#wrapper {
    margin: auto;
    text-align: left;
    width: 900px;
    position: relative;
    padding-top: 83px;
}
#headimg_div{
    width: 308px;
    height: 83px;
    margin: 0 auto;
    position: relative;
}
#headimg_wrap{
    margin: 0 auto;
    position: relative;
}
#headimg{
    position: absolute;
    left: 0px;
}
#body {
     background: url(images/body_bg.png) repeat-y;
     width: 900px;
}
#bodyi {
     background: url(images/body_top.png) no-repeat;
     width: 900px;
}
#bodyj {
     background: url(images/body_bot.png) bottom no-repeat;
     padding: 1px 0;
}
h1, h2, h3, #nav, #nav li {
    margin: 0; padding: 0;
}
#nav {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 60px;
    line-height: 1.2;
    padding-left: 120px;
}
#nav li {
    float: left;
    width: 78px;
    list-style: none;
    margin-left: 2px;
    border-bottom: 1px solid black;
}
#nav a {
    background: #34558b;
    color: #ff8927;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
}
#nav .active {
    background: #ff8927;
    color: #34558b;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
}
#sidebar {
    float: left;
    width: 250px;
}
#sidebar .content {
    padding-left: 24px;
}
#sidebar .sidebar_img{
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}
.scaled_img{
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}
#sidebar .content img {
    float: left;
    clear: left;
    margin: 5px 5px 5px 0;
}
#sidebar .content_repeat {
    float: left;
    clear: left;
    margin: 5px 5px 0 0;
}
#sidebar .divider {
    background: url(images/left_splitter.png) center no-repeat;
    height: 5px;
    width: 250px;
}
#sidebar .divider_l2 {
    background: url(images/left_splitter.png) repeat-x;
    height: 5px;
}
#content {
    float: right;
    width: 650px;
}
#content .content {
    margin: 30px 60px 20px 35px;
}
#content .content table {
    width: 580px;
    margin-right: 0px;
}
#content .content table td,
#content .content table th {
    padding-right: 10px;
}
#content .content table td.download {
    text-align: right;
    padding-right: 0px;
}
#content .divider {
    background: url(images/right_splitter.png) repeat-x;
    height: 5px;
}
h1 {
    position: absolute;
    left: 0;
    top: 0;
}
h2 {
    font-size: 14pt;
    color: #ff8812;
    margin: 1em 0;
}
h3 {
    font-size: 13pt;
    margin: 1em 0;
}
p {
    margin: 1em 0;
}
img {
    border: 0;
}
.lo_link {
    text-align: right;
    padding-right: 0px;
    color: #7f7c79;
    text-decoration: underline;
}
.lo_link:visited {
    color: #36322e;
}
img.left  { float: left; margin-right: 14px; }
img.right { float: right; margin-left: 14px; }
.readmore {
    text-align: right;
    font-style: italic;
}
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
}
a {
    color: #ff8927;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #cf9118;
}
a:hover {
    text-decoration: underline;
}
table a {
    text-decoration: underline;
    font-weight: normal;
    color: #7f7c79;
}
td {
    font-size: 11pt;
}
#power {color:#fff;text-align:center;}
#power a {color:#fff;}
