body {
  font-family: Arial, sans-serif;
  background-color: #e1b0a1;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background: #e1b0a1 url(backgrounds/scfh_logo.jpg) center no-repeat;
  color: white;
  padding-top: 120px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin: 0;
  text-align:center;
}

h2 {
  color: black;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  font-size: medium;
}

h3 {
  padding-top: 10px;
  font-size: medium;
}

h4 {
  font-size: medium:
}

li {
  font-size: small;
}

em {
  text-transform: uppercase;
  font-style: normal;
}

a:link {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

#navigation li {
  list-style-type: none;
}

p {
  font-size: small;
  color: black;
}

#tagline p {
  color: black;
  font-family: Arial, sans-serif;
  border-top: 3px solid navy;
  border-bottom: 3px solid navy;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin: 0;
  background: #e1b0a1;
}

#navigation {
  width: 250px;
  height: 484px;
  background: #53a3fc;
}

#header {
  border-top: 3px solid navy;
}

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 190px;
}

#bodycontent {
  left: 270px;
}

#header {
  width: 100%;
}

.trailblazers img {
  border: 5px solid white;
}

.trailblazers p {
  font-size: 75%;
  font-weight: bold;
  margin-top: 0;
  width: 400px;
  padding-left: 5px;
}

.galleryphoto img {
  border: 5px solid white;
}

.galleryphoto p {
  font-size: 75%;
  font-weight: bold;
  margin-top: 0;
  padding-left: 5px;
}

.photocredit {
  font-weight: normal;
  color: brown;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
}

table.schedule {
  border-collapse: collapse;
}

table.schedule th, table.schedule td {
  padding: 4px;
  border: 1px solid #000066;
}

table.schedule th {
  font-size: medium;
  text-align: center;
  color: #ffffff;
  background: #241374; 
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

table.schedule td {
  font-size: medium;
  background: #e2edff;
}

table.schedule caption {
  color: #000066;
  font-size: medium;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}



 
  