 body {
            font-family: arial, helvetica, sans-serif;
            font-size: 14pt;
            background: white;
            margin: 0;
        }

        h2 {
            margin-top: 0;
            /*color: #336600;*/ 
            
        }
        
        h4 {
            margin-top: 0;
            /*color: #336600;*/
        }

        #navigation {
            position: absolute;
            margin-top: 5em;
            width: 14em;
            color: white;
            font-size: 14pt;
            font-style: bold 
        }
        
        #navigation ul {
            margin: 0 0 5em 0;
            padding: 0;
            list-style: none;
            width: 14em;
        }
        
        #navigation ul a {
            color: white;
            text-decoration: none;
            display: block;
            /*background: #336600;*/
            background: #FF8C00;/*#707070;*/
            padding: 0 0.5em;
            margin: 0 1em 1px 1em;
        }
        
        /*#navigation a:visited {
            color: #ccc;*/
        }
        
        #navigation a:hover {
            /*background: #669900;*/
            color: black;
            background: #FFDA89;/*#C0C0C0;*/
            }

        #content {
            background: white;
            xpadding: 1px 1em 2em 1em;
            padding: 1px 20px 1em 100px;
            /*border-left: 18em solid #669900;*/
            border-left: 18em solid #FFDA89;/*#C0C0C0;*/
        }

        #reslist dt { 
            text-transform: uppercase;
            list-style-type: none;
        }
        
        #rescontainer { width: 36em; }
          
        address {
            margin-top: 1em;
            padding-top: 1em;
            width: 36em;
            font-size: 80%;
            font-family: verdana, "Times New Roman",
        Times, serif;
        }
