* {
  padding: 0;
  margin: 0;
} 

body {
  color: #E0FFE0;
/*  background: #E0FFE0; */
  background: #001100;
  font-size: 14px;
  font-family: "Liberation Sans", "Arial", sans-serif;
  line-height: 26px; 
}

#header {
  height: 100px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #003300;
}

p {
  margin-bottom: 15px;
}

a {
  color: #339933;
  text-decoration: none;
}

a:hover {
  color: #99FF33;
/*  text-decoration: underline; */
}

h1 {
  color: #CC9900;
  font-size: 36px;
  margin-bottom: 20px;
}

h2 {
  color: #CC9900;
  font-size: 24px;
  margin-bottom: 15px;
}

h3 {
  margin-bottom: 15px;
}

th {
  vertical-align: top;
  padding: 5px 10px 5px 10px;
}

td {
  vertical-align: top;
  padding: 5px 10px 5px 10px;
}

ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

#mainwindow {
  margin: 20px auto 0px auto;
  width: 950px;
  padding: 10px 10px 10px 10px;
}

#header h1 {
  font-style: italic;
}

#menubar {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #003300;
}

#footer {
  color: #CC9900;
  text-align: right;
}

.content {
  padding: 20px 0 0 0;
  text-align: justify;
  border-bottom: 1px solid #003300;
}

.figure {
  margin: 10px 5px 30px 5px;
  text-align:center;
}

.research {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #003300;
}

.biglink {
/*  width: 180px; */
  text-align: center;
  margin: 10px 20px 10px 20px;
}

.biglink img {
  display: block;
  border: none;
}

.indent {
  padding-left: 20px;
  margin-bottom: 15px;
}

.indent li {
  margin-bottom: 15px;
}

