/*
CSS for CREEK site
*/

body {
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: trebuchet, arial, sans-serif;
  font-size: 16px;
}


#container {
  position: relative;
  width: 750px;
  height: auto;
  text-align: left;
  margin-top: 1px;
  margin-right: auto;
  margin-left: 0;
  padding: 93px 0 0 0;
  background-image: url(images/Creek.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#tagline {
  left: 0;
  width: 100%;
  color: #0000cc;
  background-color: #f3ed87;
  font-weight: bold;
  border-top: 1px solid #0000cc;
  border-bottom: 1px solid #0000cc;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
}

#tagline p {
  padding: 0;
  margin: 0;
}

#bodycontent {
  margin-left: 130px;
  color: #0000cc;
  padding-right: 10px;
  line-height: 120%;
}

#bodycontent h2 {
  text-align: center;
  font-size: 22px;
}

#bodycontent a:link {
  color: black;
}

#bodycontent a:visited {
  color: gray;
}

#navigation {
  position: absolute;
  top: 128px;
  left: 0px;
  min-height: 100%;
  border: 1px solid #0000cc;
  background-color: #0000cc;
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  padding: 3px;
}

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

#navigation li {
  margin-bottom: 0;
  padding: 3px 10px 10px 10px;
}

#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: #f3ed87;
}

#navigation a:hover {
  color: #999999;
}

ul.bodytext {
  margin-top: 0;
}

#mainpic {
  text-align: center;
}

ul.syllabus {
  list-style: none;
}

ul.syllabus {
  line-height: 150%;
}

td.pic {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 2px;
}

td.caption {
  font-size: 80%;
  text-align: justify;
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}