p { font: 1em Times New Roman,serif; }
body { font-size:90%; }
body { width: 100%; position: absolute; min-height:100%; } 
h1 {text-align: center; color: #000080; }
ul { list-style-type: none; margin-left: 1em; padding: 0; }
li { margin-left:20px; padding: 0; text-indent:-10px;}
img { text-decoration: none; border: 0px;}
a { text-decoration: none; color: #000080; }
h2 { color: #000080; font-size: medium; }

table.linktable  { table-layout: fixed; border-collapse: collapse; border: hidden; }
table.linktable td { border-left: hidden; border-right: hidden; border-top: none; border-bottom: none; width: 20em; }
table.linktable td.pics { border-left: hidden; border-right: hidden; border-top: none; border-bottom: none; width: 20em; }
.pic { float: left; padding-right:2em; }

table.linktable tr { border-top: 1px solid #80A8D8; border-bottom: 1px solid #80A8D8; border-left: hidden; border-right: hidden}

body { padding: 0; margin: 0;}
#sidebar {
    position:absolute;
    margin-top: 0;
    top: 0;
    padding: 0;
    height: 100%;
    left: 0%;
    right: 80%;
    z-index: 2;
    background-color: #E0E0FF;
    font-size: 125%;
    border-right: 1px solid #B0B0B0;
}

#header {
    position: absolute;
    top:0;
    padding: 0;
    width: 100%;
    height: 4em;
    background-color: #E0E0FF;
    border-bottom: 1px solid #B0B0B0;
}
#header p { margin: 0; padding: 0; }

#contents {
    position: relative;
    display: block;
    margin-left: 20%;
    padding-left: 10px;
    margin-top: 4em;
    padding-top: 5px;
    background-color: white;
}    


