body {
    background: #FFF;
    font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
}

li {
    padding-bottom: 10px;
}

div#top_bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 168px;
    border-width: 0px 0px 10px 0px;
    border-style: solid;
    border-color: #000;
    padding-top: 5px;
    background-color: #FFF;
    padding: 5px auto 10px auto;
    text-align: center;
}

div#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 75%;
    height: auto;
    background-image: url(/i/iviking_left_bw.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #43464D;
    border-width: 0px 6px 0px 0px;
    border-style: double;
    border-color: #FC3;
    text-align: right;
}

div#main {
    position: absolute;
    top: 183px;
    bottom: 0;
    left: 25%;
    right: 0px;
    overflow: auto;
    background-color: #CCF;
}

div#content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 300px;
    overflow: auto;
    background-color: #FFF;
    padding: 20px;
}

div#right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    width: 300px;
    background-color: #43464D;
    margin: 0;
}

ul#main_menu {
    margin: 183px -6px auto auto;
    width: 75px;
    font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
    list-style-type: none;
}

a.main_menu:link, a.main_menu:active, a.main_menu:visited {
    text-decoration: none;
    color: #FFF;
}

a.main_menu:hover {
    text-decoration: none;
    color: #CCC;
}

li.active_menu_item {
    margin-bottom: 10px;
    background-color: #FFF;
    color: #000;
    border-width: 2px 0px 2px 2px;
    border-style: solid;
    border-color: #FC3;
    padding: 3px 8px;
}

li.menu_item {
    margin-bottom: 10px;
    background-color: #333;
    color: #FFF;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #FC3;
    padding: 3px 8px;
}

.lb_body_text {
    font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

a.lb_body_text:link, a.lb_body_text:active, a.lb_body_text:visited {
    text-decoration: underline;
    color: #900;
}

a.lb_body_text:hover {
    text-decoration: underline;
    color: #999;
}

.l_body_text {
    font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

a.l_body_text:link, a.l_body_text:active, a.l_body_text:visited {
    text-decoration: underline;
    color: #900;
}

a.l_body_text:hover {
    text-decoration: underline;
    color: #999;
}

.m_body_text {
    font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

a.m_body_text:link, a.m_body_text:active, a.m_body_text:visited {
    text-decoration: underline;
    color: #900;
}

a.m_body_text:hover {
    text-decoration: underline;
    color: #999;
}

dt.m_body_text {
    padding-top: 10px;
    font-weight: 700;
    color: #900;
}

.s_body_text {
    font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

a.s_body_text:link, a.s_body_text:active, a.s_body_text:visited {
    text-decoration: underline;
    color: #900;
}

a.s_body_text:hover {
    text-decoration: underline;
    color: #999;
}

.fine_print {
    font: 9px/10px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.blog_header {
    font: bold 24px/32px Georgia, serif;
    color: #900;
}

.blog_subheader {
    font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.bold_blue_text {
    font-weight: bold;
    color: #00F;
}

img.score {
    padding: 30px 0px;
}

.whitetxt {
    color: #FFF;
}

.ltxt {
    font-size: 14px/16px;
    font-weight: bold;
}
