
body { 
font-family: sans-serif;
font-size: 90%;
background-color: white;
margin: 0;
padding: 0;
}

a:link { 
text-decoration: none;
color: #6D8B9E;
}

a:hover { 
text-decoration: underline;
color: #6D8B9E;
}

a:visited { 
text-decoration: none;
color: #6D8B9E;
}

#title { 
width: 100%;
text-align: center;
}

#title h1 { 
font-size: 120%;
margin: 0;
}

#options {
position: relative;
background-color: #C5C6A2;
width: 100%;
height: 7em;
z-index: 2;
}

#optList { 
margin: 0;
padding: 0;
padding-left: 1em;
list-style-type: none;
}

#utilList { 
margin-top: 0;
padding-right: 1em;
list-style-type: none;
}

#category { 
position: absolute;
left: 0;
top: 7em;
background-color: #D7D996;
width: 200px;
}

#categoryList { 
list-style-type: none;
padding-left: 1em;
}

#catSep { 
width: 75%;
}

#bookmarkList { 
margin-left: 200px;
background: transparent;
}

#bttf { 
position: fixed;
top: 1em;
right: 1em;
z-index: 1;
font-weight: bold;
}

#bttf a { 
text-decoration: underline;
}

.floatLeft { 
float: left;
}

.floatRight { 
float: right;
}

.infoLink { 
/*font-style: italic; */
}

.item {
padding-top: 1em;
padding-left: 1.5em;
}

.bold { 
font-weight: bold;
}

