/* h3 for left and right div; header styles header picture; toolbar and menu style the toolbar under the header; bio styles the biography entries; question styles the span for the question in a Q&A situation; right styles the right column and the photo that goes there; main dictates the margins for the left and right columns; footer is the footer! */


body {
    background-color: white;
    background-repeat: repeat;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: small;
    line-height: 1.6em;
}
h1, h2 {
    color: #696969;
    font-weight: bold;
}
h1 {
    border-bottom: 1px solid black;
    font-size: 170%;
}
h2 {
    font-size: 140%;
}
h3 {
    color: #696969;
    font-size: 120%;
    font-weight: bolder;
}
p {
    background-color: #696969;
    border-color: black;
    border-style: solid;
    border-width: medium;
    color: #DCDCDC;
    padding: 1.5%;
    text-decoration: none;
}
.header {
    border-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.toolbar {
    background-color: #D3D3D3;
    color: #696969;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 5px;
    text-align: center;
    width: 780px;
}
.menu {
    border-right: 1px none white;
    color: gray;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
.menu:hover {
    background-color: white;
}
#bio {
    background-color: #696969;
    border-color: black;
    border-style: solid;
    border-width: medium;
    color: #DCDCDC;
    list-style-type: none;
    padding: 3%;
}
.question {
    color: black;
    font-weight: bold;
}
IMG.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centretext {
    text-align: center;
}
#right {
    float: right;
    padding-top: 10%;
    width: 120px;
}
.right {
    border-color: black;
    border-style: solid;
    border-width: medium;
}
#main {
    margin-left: 150px;
    margin-right: 150px;
}
#left {
    color: #DCDCDC;
    float: left;
    width: 120px;
}
#left a:link {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
#left a:visited {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
#left a:active {
    font-weight: bold;
    text-decoration: none;
}
#left a:hover {
    background: none repeat scroll 0 0 white;
    font-weight: bold;
    text-decoration: none;
}
a.grey:link {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
a.grey:visited {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
a.black:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.black:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.black:active {
    font-weight: bold;
    text-decoration: none;
}
a.black:hover {
    background: none repeat scroll 0 0 white;
    font-weight: bold;
    text-decoration: none;
}
ul.paragraph {
    background-color: #696969;
    border-color: black;
    border-style: solid;
    border-width: medium;
    color: #DCDCDC;
    padding: 1.5%;
}
#footer {
    font-size: xx-small;
    margin-top: 10%;
    padding: 1%;
    text-align: center;
}

