/* Force vertical scrollbar to appear */
html {
    height: 100%;
    margin-bottom: 1px;
}


/* Set foreground to black, background to grey */
body {
    color: black;
    background-color: lightgrey;
}

/* Center all content */
body {
    text-align: center
}
#main {
    margin: 0 auto;
    width: 700px;
    text-align: left;
    background-color: white
}

/* Set default font to Verdana 10pt */
body, td, th {
  font-family: Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt
}

/* Set link style */
a:link {
    color: #000099;
    text-decoration: none
}
a:active {
    text-decoration: none
}
a:visited {
    color: #000099;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}


/* Set header styles */
h1 {
    font-size: 12pt;
    text-decoration: bold;
}

h2 {
    font-size: 11pt;
    text-decoration: bold;
    margin-bottom: 0px;
}


p {
    margin-top: 0px;
    text-align: justify;
}

/* Set properties for content area */
#content {
    background-color: white;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px
}


/* Set properties for menu */
#menu {
}

#menu ul {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    background-color: white
}

#menu li {
    display: inline;
    border-style: solid;
    border-color: grey;
    border-width: 0px;
    border-right-width: 1px;
    border-top-width: 1px;
    text-align: center;
    padding: 0px;
}

#menu li.first {
    border-left-width: 1px;
}

#menu a {
    padding-left: 5px;
    padding-right: 5px;
    color: #000099;
    background-color: white;
    text-decoration: none;
}

#menu a:hover {
    background-color: lightblue;
    text-decoration: none;
}


/* Style for centered images */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


/* Set footer style */
p.footer {
    margin-top: 0px;
    font-size: 8pt;
    text-align: center;
    background-color: lightgray
}

/* Staff bio tables */
table.bio {
    border-spacing: 0px;
}

/* Plain unorder list */
ul.plain {
    padding:0;
    margin:0;
    padding-left:1em;
    content: "\00BB \0020";

}

