
html, body, form, fieldset {
    color: #000;
    /*font: 12px "Lucida Grande","Helvetica","Arial",sans-serif; */
    font: 11pt/15pt "Baskerville","Times New Roman", serif;
}

pre {
    width: 90%;
    margin-left: 5%;
    line-height: 120%;
}

code {     font: 85% "Courier",monospace; }


code.small {
    font: 9px/10.5px "Courier",monospace;
}

#header {
    position: relative;
    background: #fff;
    height: 84px;
    color: #000;
}

#header h1 {
    top:  26px;
    left: 108px;
    font-size: 24px;
}

#main {
    width: 90%;
}

#wrapper { background: #fff; }

#sidebar {
    display: none;
}

#logo_col { 
    display: none;
}

#logo_bw { 
    display: block;
}

span.link_list { display: inline; }
#link_list     { display: block;  }

#link_list ul {
    list-style-type: none;
    margin-left:     0em;
}

#link_list li {
    margin-left:     0em;
    text-align:      left;
}
