body {
  font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
  color: #555;
  margin:0;
  text-align: justify;
}

div#main {
  background:#FFF;
}

#header ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header li {
  display:inline;
}

div#accessibility {
  display:none;
}

div.headerBoundUp {
  height:36px;
  background:black;
  color:white;
}

div.headerBoundDown {
  background:black;
  color:white;
  margin-top:-4px;
  padding-top:0.2em;
  padding-bottom:0.2em;
  padding-left:1em;
  font-size:80%;
}

div.headerBoundDown a {
  color:white;
  text-decoration:none;
}

div.headerBoundDown a:visited {
  color:white;
}

#header h1 {
  font-family:"Century Gothic", Arial, sans-serif;
  font-weight:normal;
  font-size:200%;
  margin-left:0.5em;
  margin-top:0;
  padding-top:1em;
}

#content {
  background: #DDD;
  padding: 1em 2em;
  border-bottom:1px solid black;
}

h1 {
  background: transparent;
  color: #555;
  text-align: left;
}

h2,h3,h4 {
  background: transparent;
  color: #555;
  text-align: left;
}

div.footer {
  margin: 2em 0.5em;
  font-family: sans-serif;
  font-size: 80%;
  font-style: italic;
  text-align: left;
}

.footer div.logo {
  float:left;
  margin:0 5px;
}

.footer div.logo {
  margin:0 5px;
}

.footer div.technoLogo {
  float:left;
}

.footer div.instLogo {
  float:right;
}

#lastModified {color: #777; }
#lastModified a {color: #777;}

img {
  border-style: none;
}

img.thumbimg {
  border-style: none;
}

div.center {
  text-align: center;
}

div.headerBoundDown a:hover {
  color: red;
  background:transparent;
}

a:visited {
  color: #555;
}

a:link {
  color: #555;
}

a:hover {
  background: #AAA;
}

a.mainMenuItem {
  color: #888;
  text-decoration:none;
  font-size: 80%;
  font-weight: bold;
  margin:0;
  padding:0.5em;
}

a:visited.mainMenuItem {
  color: #888;
}

a:hover.mainMenuItem {
  background:white;
  color:black;
}

div.tabMenu {
  background:#DDD;
  text-align:right;
  padding-right:2em;
}

.tabMenu li {
  margin: 0em 0.5em;
}

.tabMenu a.tabMenuItem {
  color:#888;
  background:black;
  text-decoration:none;
  font-size: 80%;
  font-weight: bold;
  padding: 0.3em 0.5em 0.2em 0.5em;
}

.tabMenu a:visited.tabMenuItem {
  color:#888;
}

.tabMenu a:hover.tabMenuItem {
  background:white;
  color:black;
}

li.bib {
  margin-top:1em;
  margin-bottom:1em;
}

hr {
  clear:both;
}

fieldset {
  border:none;
}

input {
  background: #DDD;
  color: #555;
  border-color: #999;
  border-style:solid;
  border-width:1px;
}

dt.level0 {
  font-weight:bold;
  margin-top:1em;
}

dt.level1 {
  margin-top:0.5em;
}

li.bib a, a.bib {
  font-weight: bold;
  color: #555;
  text-decoration:none;
}


li.bib a:hover, a.bob:hover {
  text-decoration: underline;
}

table.photoArray {
  width: 100%;
  table-layout: fixed;
}

td.photo {text-align: center;width:20%;}

td.picmenu {font-size:80% ;text-indent:2em;}

.caption {
  font-size: 80%;	
}

td.caption {
  text-align: center;
}

button.tooltipControl {
  color: #555;
  background: #DDD;
  width:2.5em;
  border:1px solid #999;
  padding:0.2em 0.6em;
  text-align:center;
}

div.tooltip {
  color: #555;
  background: #DDD;
  border: 1px solid #999;
  padding: 0.8em;
  font-size: 70%;
  visibility: hidden;
  z-index: 1000;
}

p.instructions { 
  margin:0em 2em;
}

.instructions { 
  font-size:80%;
  font-style:italic;
}

.news li, .news p {
  font-size:80%;
}

.news p {
  font-weight:bold;
}

div.code {
  padding:1em;
  border:1px solid black;
  background:#CCC;
}

.code { 
  white-space: pre;
  font-family: monospace;
}

#newsInset {
  font-size:80%;
  margin-top:2em;
  margin-left:2em;
  float:right;
  border:1px solid #555;
  padding:1em 1em 1em 1em;
  background-color:#EEE;
}

div.explaination {
  float:right;
  width:50%;
}

.explaination div {
  margin-bottom:1em;
}

table.paramTable {
  width:100%;
  margin:1em;
  text-align:center;
  border-spacing:0;
}

.paramTable td, .paramTable th {
  margin:0;
  padding:0.2em;
  border-bottom:1px solid #555;
  border-right:1px solid #555;
}

.paramTable th:first-child, .paramTable td:first-child {
  border-left:1px solid #555;
}

.paramTable th {
  border-top:1px solid #555;
  font-weight: bold;
}

li.code {
  list-style-type:none;
  white-space:normal;
  padding:0;
  margin:0;
}
