html, body { height:100%; background: #fcfcfc url('images/body_span.jpg') repeat 0 0;
margin:0;padding:0;
 }

html { 
    font:1.4em georgia; 
    line-height:1.5em;
}

ul { margin:0; margin-left:0.5em;padding:0}


#g_wrapper { 
min-height:100%; background: transparent url('images/body_foot.jpg') repeat-x 0 bottom; 
}

#gw { padding :20px; padding-top:0;

padding-bottom:150px;
}

a, a:link {
    color:black;
}

.help {
    font-size:0.8em;
    line-height:1em;
    color:gray;
}

.flred:first-letter {
    color:red;
}

ul.futures {
    list-style: none;
}

ul.futures li {
    text-indent: 15px;    
    margin-bottom:15px;
    border-left: 1px solid transparent;
    padding-left:8px;
}

ul.futures li:first-letter {
    color:darkred;
}

ul.futures li:hover {
    border-left:1px dotted darkred;
    
}

ul.subsections {
    padding-left:15px;
}

/* Content */

#content {
    float: left;
    width: 70%;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 30%;
}

#sidebar .tree li {
    list-style: none;
}

#sidebar .tree li.active a {
    color:red;
    text-decoration: none;
}

.bc li {
    margin-right: 10px;
    list-style-position: inside;
    float: left;
}

