body {
    margin:0px 0px 20px 0px;
    background:#FFF;
    }
A           { color: #036; text-decoration: underline; }
A:link      { color: #036; text-decoration: underline; }
A:visited   { color: #000; text-decoration: underline; }
A:active    { color: #F00;  }
A:hover     { color: #F00;  }

h1, h2, h3 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    margin: 0px;
    padding: 0px;
    letter-spacing: .1em;
    }

blockquote {
    padding: 5px;
    background-color: #E9E9E9;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: small;
    line-height: 100%;
    }

#banner {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    color: #FFF;
    font-size: 18pt;
    padding: 15px;
    border-bottom: 2px solid #369;
    background-color: #036;
    background: url("gfx/headbg.gif");
    background-image: url("gfx/headbg.gif");
    background-repeat: repeat-x;
    text-transform: uppercase;
    }
    #banner a,
    #banner a:link,
    #banner a:visited,
    #banner a:active,
    #banner a:hover { 
        color: #FFF;
        text-decoration: none;
        }

.description {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    color: #FF0;
    font-size: 9pt;
    }
                
#content {
    position: absolute;
    background: #FFF;
    margin-right: 20px;
    margin-left: 200px;
    margin-bottom: 20px;
    width: 600px;
    }

#links {
    padding: 10px;                
    width: 175px;            
    background: #E9E9E9;
    border-right: 1px #369 solid;
    border-bottom: 1px #369 solid;
    }
        
.bodymain {
    padding: 15px;
    background: #FFF;
    }

.entry {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    color: #000;
    font-size: 12pt;
    line-height: 150%;
    }

.title {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 14pt;
    font-weight: bold;
    color: #036;
    }            


.headline { 
	font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 18pt; 
    color: #036; 
    border-bottom: 1px solid #FF0;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: .05em;
    }            
        
.notes { 
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: x-small; 
    color: #369; 
    margin-bottom: 25px;
    }
        
.side {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    color: #333;
    font-size: x-small;
    font-weight: normal;
    background: #E9E9E9;
    line-height: 160%;
    padding: 2px;
    margin-left: 4px; }    
        
.sidetitle {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    color: #036;
    font-size: small;
    font-weight: bold;
    padding: 4px 3px 1px 4px;
    margin-top: 10px;
    border-bottom: 1px dotted #369;
    letter-spacing: .2em;
    background: #E9E9E9;
    text-transform: uppercase;
    }        
    
.sideaddr {
	font-family: "Georgia", "Times New Roman", "Times", serif;
    color: #036;
    font-size: 8pt;
    font-weight: normal;
    margin-top: 25px;
    }        
    
