#header {
  padding: 10px 20px 0px;
  height: 60px;
  width: 140px;
  overflow: visible;
  white-space: nowrap;
  font-size: 18px;
}

#project {
  position: absolute;
  padding: 18px 20px 0px;
  height: 60px;
  top: 0px;
  left: 140px;
  overflow: visible;
  font-size: 18px;
}

#toc {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  width: 140px;
  overflow: auto;
  margin: 10px 30px 0px;
}

#content {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 140px;
  right: 0px;
  overflow: auto;
  margin: 30px 20px 10px;
  visibility: hidden;
}

body, div, td, p, h1, h2, h3, li {
  font-family: arial, 'lucida console', sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #888888;
  border-color: #777777;
}

a.videoLink {
    color: #888888;
    text-decoration: underline;
}

h1 {
  font-size: 15px;
}

h2 {
  font-family: arial, 'lucida console', sans-serif;
  font-size: 14px;
}

ul.menu {
  list-style-type: none;
  line-height: 200%;
  padding-left: 0;
  color: #888888;
  cursor: pointer;
}


span.llink {
  color: #888888;
  cursor: pointer;
}

a.logo {
  font-family: arial, 'lucida console', sans-serif;
}

div.caption {
  padding-top: 7px;
  padding-bottom: 20px;
  padding-left: 0px;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

font.project-name {
  font-variant: normal;
}

font.new {
  font-size: 10px;
  font-weight: bold;
}

div.entry {
  text-align: right;
}

p.copyright {
  margin-top: 5px;
  font-size: 9px;
  text-align: left;
}

table.grid {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

table.frame {
  width: 560px;
  padding-top: 0px;
  margin-top: -3px;
  border: 0px;
}

table.figures {
  border-collapse: collapse;
  width: 100%;
}

td.spacer {
  width: 0px;
}

p.caption {
  font-size:11px;
}

img.figure {
  width: 100%;
}

img.portrait {
  width: 278px;
}

img.welcome {
  width: 560px;
}

