body {
    margin: 0px 0px 20px 0px;
    background-color: #f5f5f5;
}

a {    
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #003366;
}

a:visited {
    color: #003366;
}

a:active {
    color: #003366;
}

a:hover {
    color: #6699CC;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

#banner {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    background-color: #4477aa;
    color: white;

    height: 75px;
          
    text-align: left;
    padding: 15px 0px 0px 15px;
    border-bottom: 4px solid black;
}

#banner h1 {    
    font-size: xx-large;
    font-weight: bold;      
}

#banner h2 {
    font-size: small;
}

#banner h3 {
    font-size: x-small;
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#banner a {
    color: #999999;
    text-decoration: none;
}

#banner a:hover {
    color: #ffffff;
}

#center {
    margin-left: 160px;
    border-left: 1px solid #744B00;
}

.content {
    padding: .5cm 1.25cm .5cm 1.25cm;
    background-color: white;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 90%;
    line-height: 150%;
}

.content li {
    line-height: 150%;
}

.content h2 {
    color: #999999;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: small;
    border-bottom: 1px solid #999999;
    text-align: right;
    font-style: italic;
    margin-bottom: 10px;
    padding: 3px;
}

.content h3 {
    font-family: arial,helvetica,sans-serif;
    background: #f5f5f5;
    color: black;
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 1px;
    padding: 5px;
    font-weight: bold;
    font-size: 100%;
}

.content h4 {
    color: #6699cc;
    font-family: serif;
}

.content p {
    text-align: justify;
}

.content div.story {
    padding-left: 1.5em;
    margin-bottom: 50px;
}

.content p.posted {
    color: #003366;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: x-small;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    line-height: normal;    
}

.content blockquote {
    background: #f8f8f8;
    border-left: 5px solid #ccc;
    margin-left: 1.5em;
    padding-left: 5px;
}

.content img {
    padding: 0px 2px 0px 2px;
    border: 0px;
}

.content pre {
    font-size: small;
    color: black;
    font-family: monospace;
    background: #ddddff;
    border: 1px solid black;
    padding: 3px 3px 3px 3px;
    line-height: normal;
}

#sidebar {    
    position: absolute;
    left: 0px;
    top: 90px;
    
    border-right: 1px solid #744B00;
    width: 160px;
    /* overflow: hidden; */
}

.sidebar {
    padding: 15px;
}

.sidebar h2 {
    color: #336699;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: x-small;
    border-bottom: 1px solid #336699;
    text-align: left;
    font-weight: bold;    
    text-transform: uppercase;
    margin-left: -5px;
    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    letter-spacing: .3em;
}

.sidebar ul, .sidebar dl, .sidebar p {
    padding-left: 0px; 
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: x-small;
    text-align: left;
}

.sidebar dd {
    margin-left: 7px;
}

.sidebar li, .sidebar dt {
    color: #336699;
    line-height: 150%;    
    list-style-type: none;
}

.sidebar img {
    border: 0px solid #666666;
}

.blosxomCalendar {
    font-family: sans-serif;
    font-size: x-small;
}

h6.copyright {
    font-family: sans-serif;
    font-size: xx-small;
    text-align: center;
}
