/* =always & special */

* {
margin: 0px;
padding: 0px;
border: none;
}

/* structure */	

body {
background-color:white;
font: normal 11px/16px Verdana;
text-align: center;
}

#container {
width: 780px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

#banner {
text-align: center;
background-color:white;
border-top: solid 15px #d2ebc3;
}

#banner img {
margin: 20px 0px;
}

#content {
float: left;
width: 780px;
color: black;
background-color:#d2ebc3;
margin-bottom: 20px;
}

.bios {
width: 390px; float:right;
margin-top: 20px;
}

.intro {
margin-top: 20px;
width: 380px; float:left;
}

.buttons {
width: 780px;
}

#footer {
clear: both;
width: 780px;
background-color: white;
padding-top: 20px;
color: blue;
}

#fellows {
font-size: 10px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana, sans-serif;
font-size: 11px;
}

.navcontainer li
{
margin: 0px 0px 0px 0px;
}

.navcontainer a
{
display: block;
width: 215px;
text-decoration: none;
}

.navcontainer a:link, .navcontainer a:visited {
text-decoration: none;
}

#globalnav {
text-align: center;
margin-bottom: 20px;
}

#globalnav a:link, #globalnav a:visited {
font-family: verdana, arial, Sans-serif;
font-size: 11px;
line-height: 18px;
color: #0000cc;
text-decoration: none;
}

#globalnav a:hover {
font-family: verdana, arial, Sans-serif;
color: red;
text-decoration: underline;
}

.backtotop
{
padding: 0px 0px 0px 22px;
background-image: url('../i/arrow_up.gif');
background-repeat: no-repeat;
background-position: 9px 3px;
}

.prev
{
padding: 0px 0px 0px 22px;
background-image: url('../i/arrow_left.gif');
background-repeat: no-repeat;
background-position: 9px 3px;
}

.next
{
padding: 0px 0px 0px 100px;
background-image: url('../i/arrow_right.gif');
background-repeat: no-repeat;
background-position: 7px 3px;
}

/* =formatting */

p {
padding: 0px 22px 11px 22px;
}


.title {
margin-left: 0px; padding-left: 0px;
}

.titleimg {
margin: 0px 0px 0px 22px;
padding: 0px;
}

.buttonimg {
margin: 0px 10px 0px 0px;
display: inline;
}

.bioimg {
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
float: left;
}

.introtext {
font-size: 14px;
line-height: 20px;
border-right:solid 1px white;
}

.toprule {
border-top: solid 1px white;
margin: 0px; padding:0px;
}

.buttonrow {
clear:both;
}

#map, #fellowlogo {
float: left;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
}

.chapterwide {
text-align:center;
}

.hide {
visibility: hidden;
}







