body {
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;	
}	
a { /*anchor underline and green*/
  color: #0099FF;
  text-decoration: underline;
} 
h1 {/*stand for the headings, clear right deals with floating alignment*/
  padding-top: 20px;
  color: #003300;
}
h2 {
  clear: right;
  color: #003300;	
}	
h3 {
  margin-left: 200px;
  font-size: 18px;
  color: #003300;
}  		
h3.pubs {
  margin-left: 0;	
}
p {/*paragraph tag, shows the spacing. normally you have four spaces after a tag like padding*/
  padding: 10px 20px;	
}		
p.people {
  margin-left: 200px;	
  width: 400px;
}  
p.homeContent {
  font-size: 16px;
  width: 500px;
  padding: 20px 0px;
  margin: 0 auto; /* centers content */
} 
div#wrapper {
  width: 685px;
  margin: 0 auto; /* centers div */	
  background-color: #ffffff;
}
div#header {
  background-color: #003300;
}	
div#header img {
  margin: 0 0 -5px 0; /* Top Right Bottom Left - the negative margin fixes some strange padding thats going on */
  padding: 0;
}
ul#nav {
  list-style-type: none;
  margin: 0 auto;	
  background: #352b54;
  height: 35px;
}	
ul#nav li {
 float: left;
 background: #352b54;
 padding: 5px 25px;	
}	
ul#nav li a {
 font-size: 18px;
 color: #fdfcc9; /*text color for navigation buttons*/
 text-decoration: none;
} 
div#content {
  margin: 20px;	
}	
ul#links {
  list-style-type: none;
}	
ul#links li {
  float: left;
  padding: 20px;
}  	
img.person {
  float: left;
  border: 1px solid #000000;
}  
span.cv {
  padding-left: 50px;
} 
a.top {
  float: right;
} 
a.FEAbiology {
 display: block;
 height: 30px;
 padding: 5px 0px 0px 0px; /*Top Right Bottom Left */
 font-size: 18px;
 color: #fdfcc9;
 text-decoration: none;
 background-color: #204227;
 text-align: center;	
}	
img.floatLeft {
  float: left;
  padding: 10px 10px 10px 0;
  margin-left: 20px;	
}
.floatRight {
  float: right;
  padding: 0 0 10px 10px;	
}
ul.externalLinks {
  list-style-type: none;
}
ul.externalLinks li {
  line-height: 1.5;
}  	