﻿* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font: 0.75em Arial, Helvetica, sans-serif;
  color: #333333;
  background: #F2F2F2;
}
#container {
  text-align: left;
  margin: 10px auto;
  width: 810px;
  overflow: hidden;
}
#top {
  height: 200px;
  padding-right: 11px;
  padding-left: 1px;
}
#tagline {
  text-align: right;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  float: right;
  padding-right: 10px;
}
#logo {
  height: 180px;
}
#logo img {
  border-width: 0;
  margin: 20px 0 0 0;
}
#menubar {
  clear: both; /*margin-top: 5px;*/;
  height: 20px;
}
#menubar ul {
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}
#menubar ul li {
  display: block;
  float: left;
  text-align: center;
}
#menubar ul li a {
  color: #000000;
  display: block;
  height: 20px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  width: 90px;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
}
#menubar ul li a:visited {
  color: #000000;
  text-decoration: none;
}
#menubar ul li a:link {
  color: #000000;
  text-decoration: none;
}
.selected {
  color: #000000;
  text-decoration: none;
}
#menubar ul li a:hover {
  color: #000000;
  text-decoration: none;
}
#menubar ul li a:hover {
  background-color: #E0E0E0;
}
#menubar ul li a.selected {
  background-color: #FFFFFF;
  cursor: default;
}
#content {
  padding: 10px 21px 10px 11px;
  background: #FFFFFF url(images/content-background.gif) repeat-y left top;
}
#content p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5em;
}
#content h3 {
  color: #6696AB;
}
#content h2 {
  color: #6696AB;
}
#content h1 {
  color: #6696AB;
}
#content h1 {
  margin-bottom: 10px;
  font: 2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
  margin-bottom: 10px;
  font: 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content h3 {
  margin-bottom: 10px;
  font: bold 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content li {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
#content table {
  line-height: 1.5em;
}
#content hr {
  display: block;
  height: 1px;
  border-top: 1px dashed #C0C0C0;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  margin: 10px 0;
}
#content a:visited {
  color: #333333;
}
#content a:link {
  color: #333333;
}
#content a {
  color: #333333;
}
#content a:hover {
  color: #6696AB;
}
#footer {
  color: #999999;
  padding: 5px 21px 5px 11px;
  font-size: 0.9em;
  font-weight: bold;
  background: #EBEBEB url(images/footer-background.gif) repeat-y left top;
}
#footer a {
  color: #999999;
}
#footer a:hover {
  color: #6696AB;
}
.bigtext {
  font-size: 1.5em;
}
.smalltext {
  font-size: .8em;
}
.contct {
  border-bottom: 1px dashed #C0C0C0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contctdetails {
  width: 500px;
}
.contctphoto {
  float: right;
  padding-top: 50px;
}
.lnk {
  border-bottom: 1px dashed #C0C0C0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lnkdetails {
  width: 450px;
}
.lnklogo {
  float: right;
}
#bottom {
  background: url(images/footer-shadow.gif) no-repeat left top;
  font-size: 1px;
  height: 11px;
}
.imgcolumn33 {
  float: left;
  width: 250px;
}
.column33 {
  float: left;
  width: 250px;
}
.imgcolumn33 {
  text-align: right;
}
.columnspacer {
  float: left;
  width: 9px;
  overflow: hidden;
}
.clear {
  font-size: 1px;
  color: #FFFFFF;
  clear: both;
  height: 1px;
}
.column66 {
  float: left;
  width: 509px;
}
.column100 {
  width: 777px;
}
/* wrap around floated columns to overcome an IE bug */
.columncontainer {
  overflow: hidden;
  width: 100%;
}
.graytext {
  color: #999999;
}
.doclist {
}
#content .publications h3 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000;
}
#content .publications p {
  margin-bottom: 0;
}
