body {
  background-color: #716064;
}

body a:link {
  color: #ffffcc;
}
body a:visited {
  color: #ffccff;
}
body a:active {
  color: cyan;
}

body.frame {
  color: rgb(255,255,204);
  background-color: rgb(113,96,100);
}

table.frame {
  color: rgb(255,255,204);
  background-color: rgb(113,96,100);
}

h1 {
  margin: 0;
  border: 0;
  background-color: #572326;
  color: #FFFFCC;
  text-align: center;
  padding: 0 10px 10px 0;
}

#header {
  color: #FFFFCC;
  font-family: 'Palatino Linotype';
  font-style: italic;
  font-weight: bold;
  color: rgb(255, 255, 204);
  text-align: center;
  padding: 0 0 30px 0;
}

#sidebar {
  width: 32%;
  margin-left: 5px; 
  color: #FFFFCC;
  float: left;
  font-family: 'Palatino Linotype';
  font-style: italic;
  font-weight: normal;
  font-size: 14pt;
}

#sidebar ul {
  list-style-image: url(more-bullet.gif);
  margin-left: 0;
}

#column-one {
  float: left;
  width: 140px;
  margin: 20px 20px 20px 40px;
  text-align: center;
}
#column-two {
  float: left;
  width: 140px;
  margin: 20px 20px 20px 40px;
  text-align: center;
}
#column-three {
  float: left; 
  width: 140px;
  margin: 20px 20px 20px 40px;
  text-align: center;
}

#wrapper {
  width: 100%;
}

p.caption {
  color: #FFFFCC;
  font-family: 'Palatino Linotype';
  font-style: italic;
  font-weight: normal;
  font-size: 14pt;
}

p.info { font-family: 'MS Reference Sans Serif';
  font-weight: bold;
  font-size: 12pt;
  color: rgb(255, 255, 204);
  text-align: center;
  }
  
p.narrative { font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: bold;
  font-size: 14pt;
  color: rgb(255, 255, 204);
  text-align: left;
  text-indent: 5%;
  margin-right: 8pt;
  margin-left: 8pt;
  }

p.list { font-family: 'MS Reference Sans Serif';
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  color: rgb(255, 255, 204);
  text-align: left;
  margin-left: 8pt;
    }
	
p.heading { font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: bolder;
  font-size: 16pt;
  color: rgb(255, 255, 204);
  text-align: center;
  }		
table.navig { font-family: 'Microsoft Sans Serif';
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: rgb(255, 255, 204);
  background-color: rgb(87, 35, 38);
  }

