img {
    border: 0px;
}

body {
    font-size: 14px;
    color: black;
    background-color: #CCCCCC;
    font-family: "Times New Roman", sans-serif; 
}

a {
    color: blue;
    text-decoration: none;
}

div.notice {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-style: solid;
    border-color: #512A09;
    border-width: 4px;
    background-color: #FFFF99;
    font-family: helvetica, verdana, sans-serif;
}

div.notice h1 {
    font-family: helvetica, verdana, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    margin-top: 0;
}

div.notice p {
    margin-bottom: 0;
}

div.notice_footer {
    margin: 0;
    margin-top: 1em;
    border-bottom-style: solid;
    border-bottom-color: #585858;
    border-bottom-width: 2px;
}

div.topheader {
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-color: #512A0D;
    border-width: 0px;
    border-bottom-width: 12px;
}

div.navbar {
    overflow: hidden;
    border-style: solid;
    border-top-color: black;
    border-bottom-color: #585858;
    border-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

div.header {
    margin-left: 274px;
    margin-bottom: 2em;
}

div.bio {
    overflow: hidden;
    margin-bottom: 1em;
}

div.bio img {
    float: left;
    padding-right: 10px;
}

div.bio p {
    margin-left: 135px;
}

dl.contact dt {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

dl.contact dd {
    margin-top: .5em;
    margin-bottom: 1em;
    margin-left: 3em;
}

.researchtitle {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    color: #3333ff;
    font-family: Arial;
}

.researchsubtitle {
    font-weight: bold;
    text-decoration: none;
    color: #990000;
}

.reference {
    text-indent: -3em;
    margin-left: 3em;
}

.h2title, h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

.copyright_notice {
    font-family: helvetica, verdana, sans-serif;
    font-size: 80%;
    font-style: italic;
}

#nav {
    white-space: nowrap;
    background: #99CDFF;
    overflow: hidden;
    border-style: solid;
    border-color: black;
    border-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #99CDFF;

    font-size: .8em;
    text-align: right;
    padding: 1px;
    padding-right: 20px;
}

li {
    list-style-position: inside;
}

#nav li {
    display: inline;
}

#nav li a:link, #nav li a:visited {
    color: #000066;
    text-decoration: none;
}

#nav li a:active, #nav li a:hover {
    color: #ffffff;
    text-decoration: none;
}
