body {
    margin: 6px 0px 0px 18px;
}
    
body, table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

td {
    padding: 0px;
}

a {
    text-decoration: none;
    color: black;
}

.navbar {
    position: absolute;
    left: 18px;
    width: 137px;
}

.menu {
    background-color: rgb(242, 246, 253);
    width: 137px;
    height: 490px;
    margin-top: 5px;
    line-height: 15px;
}

.menu_head, .menu_head_selected, .menu_head_last {
    text-indent: 5px;
    line-height: 19px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgb(204, 204, 204);
}

.menu_head_selected {            
    font-weight: bold;
}

.menu_head_last {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(204, 204, 204);
}

.menu_item, .menu_item_selected {
    text-indent: 10px;
}

.menu_item_selected {
    background-color: rgb(189, 207, 235);
}

#button_container {
    text-align: center;
}

a#enter_workspace {
    display: block;
    background: url(/home/images/WorkspcNormal.gif) no-repeat;
    width: 128px;
    height: 22px;
    margin-top: 16px;
}

a#enter_workspace:hover {
    background: url(/home/images/WorkspcOver.gif) no-repeat;
}

a#enter_workspace:active {
    background: url(/home/images/WorkspcDown.gif) no-repeat;
}
        
.content, .content_background {
    position: absolute;
    left: 155px;
    width: 610px;
    height: 488px;
    margin-left: 17px;
    margin-top: 33px;
}    

.content_background {
    background: url(/home/images/backgrndCirc.gif) no-repeat 2px 24px;
}    

.explain_row {
    width: 468px;
}

.explain_image_box {
    width: 140px;
    vertical-align: top;
    text-align: right;
}
        
.explain_image {
    margin-top: 18px;
}

.explain_text {
    width: 320px;
    padding-left: 8px;
    padding-top: 8px;
    vertical-align: top;
}

.text_box_head, .text_box_head_overview {
    font-weight: bold;
}
    
.team_name {
    font-size: 10pt;
    font-weight: bold;
    color: rgb(80, 107, 148);
}

.team_title {
    font-size: 10pt;
    font-style: italic;
    color: rgb(80, 107, 148);
}

.download_div {
    margin-top: 10px;
}
        
.download_link {
    font-size: 9px;
    text-decoration: underline;
    color: rgb(66, 84, 184);
}

.download_link:hover {
    color: rgb(204, 58, 51);
}


