body {
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
  }
#header {
  height: 140px;
  }
#nav {
  display: block;
  width: 100%;
  height: 27px;
  padding-top: 5px;
  background-color: #eee8e8;
  }
#nav ul {
  margin: 0px 0px 0px 36px;
  padding: 0px;
  display: block;
  }
#nav ul li {
  float: left;
  list-style-type: none;
  }
#nav ul li a {
  display: block;
  padding: 0px 8px 0px 8px;
  color: #000000;
  text-decoration: none;
  border-left: 1px solid #cc2200;
  }
#nav ul li a:hover {
  color: #cc2200;
  }

#left {
  display: block;
  float: left;
  padding-left: 36px;
  width: 164px;
  }
#left a {
  color: #000000;
  }
#left ul,
#left ol {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: block;
  }
#left ul li,
#left ol li {
  list-style-type: none;
  }
#left ul li a,
#left ol li a {
  display: block;
  padding: 4px 0px;
  color: #000000;
  }
#left ul li a:hover,
#left ol li a:hover {
  color: #cc2200;
  }
#left ul ol {
  margin: 0px 0px 12px 0px;
  }
#main {
  position: absolute;
  top: 172px;
  right: 0px;
  bottom: 0px;
  left: 200px;
  }

/* CSS Document */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #950505;
}

/* Paragraph text */
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Font used for quotes, etc. on pages */
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: bold;
	color: #756555;
}
 
/* Font for Links menu in top frame */
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #402025;
}