* {
  margin: 0;
  padding: 0;
}

p {
  height: 1%;
}

body {
  font: small sans-serif;
  background-color: white;
}

#wrapper {
  margin: 10px;
  background-color: #063;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

#header {
  border-bottom: 10px solid white;
  background-color: #693;
  height: 1%;
}

#header h1 {
  padding: 5px 0px 5px 10px;
  color: white;
  border-top: 4px solid #063;
  font-weight: bold;
  text-align: left;
  font-size: 1.8em;
}

#header h2 {
  padding: 5px 0px 8px 10px;
  color: white;
  border-bottom: 2px solid #063;
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
  height: 1%;
}

#pictures {
  width: 280px;
  float: right;
  margin-left:20px;
}

#pictures p{
  font-size: 0.85em;
  text-align: right;
  margin: 5px;
  padding-right: 5px;
  background-color: lightgray;
}

#pictures img {
  clear: right;
  float: right;
  margin: 5px;
}

#clearone {
  clear: both;
  height: 1px;
}

#content {
  margin: 0px 0px 0px 180px;
  background-color: white;
  padding: 10px;
  min-width: 60em;
}

#content table.tas {
  min-width: 20em;
}

#content table.tas td{
  vertical-align: top;
  padding: 0 10px;
}

#content p {
  padding-left: 10px;
  padding-bottom: 5px;
}

#content .announcement {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  margin-right: 280px;
  padding-top: 5px;
  border-top: 2px solid darkgray;
  border-left: 2px solid darkgray;
}

#content .new {
  border-left: 6px solid red;
  font-size: 1.2em;
}

#content a {
  color: blue;
  text-decoration: none;
}

#content a:hover {
   color: #063;
   text-decoration: underline;
}

#content h1 {
  padding: 5px 0px 5px 10px;
  margin-bottom: 5px;
  background-color: #063;
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 1.8em;
  height: 1em;
}

#content h2 {
  padding: 5px 0px 5px 0px;
  color: #063;
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
}

#content h3 {
  padding: 2px 10px 0px 10px;
  border-bottom: 1px solid #063;
  color: #063;
  margin: 0px 280px 4px 0px;
  font-weight: normal;
  text-align: left;
  font-size: 1.2em;
}

#content h4 {
  padding: 2px 10px 2px 10px;
  color: #063;
  font-weight: bold;
  text-align: left;
  font-size: 1em;
}

#content ol {
  padding-left: 10px;
  margin-left: 1.5em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#content ul {
  padding-left: 10px;
  margin-left: 1em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#content ul.expt_list {
  list-style: none;
  margin-left: 0;
}

#content ul.expt_list li {
  padding-top: 2px;
}

#content ul.expt_list li a {
  text-decoration: none;
}

#content ul.expt_list li a:hover {
  text-decoration: underline;
}

#sidebar {
  float: left;
  width: 160px;
  font-size: 0.9em;
  color: white;
  padding: 10px 5px 10px 10px;
}

#sidebar h2 {
  padding: 5px 0px 5px 0px;
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
}

#sidebar h3 {
  padding: 5px 0px 5px 0px;
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
}

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

#sidebar ul li {
  padding: 1px 10px;
}

#sidebar ul li a {
  width: 150px;
  color: white;
  display: block;
  text-decoration: none;
}

#sidebar h2 a {
  color: white;
  text-decoration: none; 
}

#sidebar a:hover {
  color: white;
  text-decoration: underline;
}

#footer {
  background-color: white;
  border-top: 10px solid white;
  height: 1%;
}

#footer p{
  padding: 5px 10px;
  border-bottom: 1px solid #693;
  border-top: 1px solid #693;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}

table {
  margin-left: 20px;
}

table.dates {
  width:90%;
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
}

table.dates th, 
table.dates td {
  border-bottom: 1px solid gray;
  padding: 3px;
  padding-right:10px;
  vertical-align: top;
}

table.dates th {
  background-color: gray;
  color: white;
}

