#header {
    position: relative;
    margin: 0;
    padding: 10px;
}
#top-link {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px;
}
h1 {
    color: #222222;
    font-family: sans-serif;
    font-size: 18pt;
}
#primary-navigation ul li a {
    top: 1em;
    height:2em;
    line-height: 2em;
    display: block;
    margin: 0px 4px;
    padding: 0 4px 0 4px;
    text-indent: 0;
    float: left;
    background-color: #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    text-decoration: none;
    text-align: center;
}
#primary-navigation ul li a:first-letter {
    text-decoration: underline;
}
#primary-navigation ul {
    list-style: none;
    margin: 0 4px;
    text-indent: 0px;
    padding: 0 0 0 0;
}
#primary-navigation ul li a:hover {
    background-color: #FEFEFE;
    margin: 0px 4px;
    padding: 0 4px 0 4px;
    text-decoration: underline;
}
#primary-navigation ul li a#selected {
    background-color: #DDDDDD;
    padding: 0 16px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#secondary-navigation {
    margin: 10px 40px 10px 4px;
    position: fixed;
    top: 7.5em;
    background-color: white;
}
#links {
    position: fixed;
    bottom: 0;
}
#links p {
    width: 11em;
    font-size: 10px;
}
#links p a:link, #links p a:visited {
    color: black;
}
#links a img {
    display: block;
    margin: 8px 4px 8px 4px;
    border: none;
}
.logo {
    width:130px;
}
#secondary-navigation ul li a {
    height: 2em;
    width: 9.5em;
    line-height: 2em;
    display: block;
    margin: 3px;
    font-size: 90%;
    text-indent: 0;
    background-color: #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    text-decoration: none;
    text-align: center;
}
#secondary-navigation ul {
    list-style: none;
    margin: 5px 5px 5px 0px;
    text-indent: 0px;
    padding: 0px 0px 40px 0px;
}
#secondary-navigation ul li a:hover {
    background-color: #FEFEFE;
    text-decoration: underline;
}

#body {
    left: 11em;
    top: 7.5em;
    right: 10px;
    bottom: 0;
    margin-top: 10px;
    position: fixed;
    overflow: auto;
    clear: both;
    padding-right: 1em;
}
dt a:visited, dt a:link, dd a:visited, dd a:link, #body a:link, #body a:visited {
    color: black;
}
dt a:hover, dd a:hover p a:hover, #body a:hover{
    color:grey;
}
h2 {
    border-top: 2px solid #AAAAAA;
    padding-top: 10px;
    font-family: sans-serif;
}
table{
    margin: 3px;
    outline: 2px solid DarkSlateGray;
    border-collapse: collapse;
}
table td{
    padding: 3px 18px 3px 3px;
    border: 2px solid gray;
}
dd{
      text-align: justify;
      margin-right: 40px; 
}
dt{
    padding: 12px 8px 8px 18px;
    text-indent: -6px;      
    font-weight: bold;
}

dt.unconfirmed {
    color: gray;
}
#body img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.table-name {
    font-family:monospace;
}

.publications li {
    list-style:none;
    padding-bottom:12px;
}

.title {
    display:block;
    font-style:italic;
}

.authors {
    display:block;
    font-weight:bold;
}

.pub-method {
    display:block;
}

.pub-materials {
    display:block;
    font-size:75%;
}

