body {
         position:         absolute;
         top:              0px;
         left:             200px;
         background-color: white;
         font-family:      Georgia, "Times New Roman", Times, Serif;
         font-size:        small;
         margin:           0px;
         height:           576px;
         width:            1025px;
}

#Lsidebar{
         font-size:        95%;
         padding:          5px;
         margin:           none;
         border:           3px solid blue;
         float:            left;
         height:           565px;
         width:            250px;
}
#Lsidebar ul{
         font-weight:      bold;
         font-size:        12px;
         color:            red;
         padding-left:     3px;
         margin-left:      0;
}
#Lsidebar li {
         color:            black;
}
#main{
         border:           none;
         border-top:       3px solid blue;
         border-right:     3px solid blue;
         border-bottom:    3px solid blue;
         padding:          5px 0px 0px 6px;
         margin:           none;
         top:              left;
         height:           570px;
}
#main a img{
         border:           none;
         margin:           none;
         padding:          none;
}
#left1{
         background-color: #aea;
         height:           75%;
         padding:          10px 10px 0px 10px;
}
#left1 ul{
         padding:          5px;
         color:            red;
         font-weight:      bold;
}
#left1 li{
         font-size:        .95em;
         font-weight:      normal;
         line-height:      150%;
}
#left1 li span{
         color:            blue;
         font-weight:      bold;
}

#left1 p span{
         color:            red;
         font-weight:      bold;
}
#left2{
         background-color: #eae;
         height:           21%;
         padding:          0px 10px 10px 10px;
}
#left2 a{
         line-height:      150%;
         padding-left:     15px;
         font-size:        1.4em;
}
#left2 p{
         padding-left:     15px;
         font-size:        1.3em;
}
.key{
         line-height:      155%;
         font-size:        1.2em;
}
.var{
         color:            blue;
         font-weight:      bold;
}
.var1{
         color:            fuchsia;
         font-weight:      bold;
}
.var2{
         color:            purple;
         font-weight:      bold;
}
.var3{
         color:            brown;
         font-weight:      bold;
}
.var4{
         color:            gold;
         font-weight:      bold;
}
.special{
         color:            blue;
         font-weight:      bold;
}

.note{
         font-size:        .95em;
         color:            #294e56;
         border:           1px solid #73afb7;
         background-color: #fbef99;
}