#site {
    margin: 0 auto;
    width: 775px;
    height: 680px;
    font-family: "Trebuchet MS", Verdana;    
}

#body {
    position: absolute;
    width: 775px;
    height: 425px;
    padding: 0 0 0 0;
}

#main {
    position: absolute;
    width: 440px;
    height: 370px;
    margin: 20px 0 0 300px;
    color: white;
    line-height: 15px;
}

#main .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#main .subtitle {
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#main .highlight {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0 12px 0;
}

#main .text {
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 17px 0;
}

#main .titleM {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 17px 0;
}


#main .subtitle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;    
}

#main .subtitle2 {
    font-size: 13px;
    font-weight: bold;
    color: #ba7f0b;
    margin-bottom: 5px;    
}

#main .content {
    font-family: "Trebuchet MS", Verdana;
    width: 100%;
    height: 340px;
    overflow-y: scroll;
    padding-right: 20px;    
}

#main .elems table {
    border: none;
    width: 420px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#main .elems table td.item {
    font-size: 11px;
    color: white;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 300px;
}

#main .elems table td.item2 {
    font-size: 11px;
    color: white;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#main .elems .toggle {
    text-decoration: none;
}

#main .elems .subtext {
    display: none;
    margin: 0 0 10px 23px;
    font-size: 11px;
    font-style: italic;
    padding: 0;
}

#main .elems .toggle {
    font-weight: bold;
    cursor: pointer;
}
