html, body { height: 100%; }body { font-size: 0.8em; font-family: verdana, arial; margin: 0; }  * html    {    overflow-y: hidden;    }  * html body    {    height: 100%;    overflow: auto;    }h1 { color: #c2c200; font-size: 2em; margin-top: 0; margin-bottom: 1em; }p { margin-top: 0; margin-bottom: 1em; }td { }ul { margin-top: 1em; }li { margin-top: 0.5em; margin-left: -5px; }a:link { color: #0e3953; }a:visited { color: #0e3953; }a:hover { color: #c2c200; }a:active { color: #c2c200; }img { border-style: none; }#left { background-color: #9c9; position: fixed; top: 0; left: 0; width: 201px; height: 100%; float: left; }#nav { text-align: right; margin-top: 55px; margin-right: 20px; }#left a { text-decoration: none; }#left a:hover { color: #fff; }#nav li { color: #0e3953; font-weight: bold; margin-bottom: 5px; list-style-type: none; }#right { background-color: #fff; height:100%; margin-left: 202px; }#content { width: 600px; margin-top: 50px; margin-left: 40px; }#header {  }#copyright { color: #0e3953; font-size: 0.8em; position: absolute; bottom: 0; padding-right: 20px; padding-left: 20px; }#copyright a { text-decoration: underline; }table { border-collapse: collapse; }table.members { width: 100%;}table.members td { vertical-align: top; padding-top: 15px; padding-right: 30px; padding-bottom: 20px; border-top: 1px solid #9c9; }table.members td.left p { font-size: 0.8em; margin-bottom: 5px }table.members td.left h6 { font-size: 0.8em; font-weight: normal; font-style: italic; margin-top: 10px; margin-bottom: 5px; } 