/* CSS Document */

table { }

td { padding: 2px 2px 2px 2px; }

ul { margin-top: 10px; margin-bottom: 10px; margin-left: 15px; padding-left: 5px; }

li { margin-bottom: 2px }

BODY {
background-image:url(paper_554_low.jpg); 
background-repeat:no-repeat; 
background-attachment: fixed; 
background-position: fixed; 
margin-top: 0px; 
margin-left: 0px;
height: 100%;
width: 100%;
overflow: auto;
overflow-y: auto;
}

html {
overflow: hidden;
}


div#wrapper {
width: 550px;
margin-top: 0px;
margin-bottom: auto;
margin-left: 0px;
margin-right: auto;
padding: 0px;
border: 0px;
}
div#header {
padding: 0px;
margin: 0px;
text-align: left;
}
div#fixedheader{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 555px;
    height: 160px;
}
body > #fixedheader {
    position: fixed;
}
#content {
    margin-left: 0px;
}

div#main {
margin-left: 169px;
margin-top: 160px;
overflow-y: auto;
}

div.scroll {	
height: 375px;	
overflow: auto;	
border: 0px;	
padding: 8px;
filter:chroma(color=#FFFFFF);
scrollbar-face-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF}

div#fixednav{
    position: absolute;
    top: 160px;
    left: 0;
    width: 169px;
    height: 100%;
}
body > #fixednav {
    position: fixed;
}
#content {
    margin-left: 10em;
}

div#footer {
padding: 15px;
margin: 0px;
border-top: thin solid #000000;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}

.dropcap
{
float: left;
width: .7em;
font-size: 3em;
line-height: 59%;
}