html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #666666;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #990000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0 5px 0;
}

h2 {
  color: #990000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 5px 0 5px 0;
}

h3 {
  color: #990000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 5px 0 5px 0;
}

h4 {
  color: #990000;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  margin: 5px 0 5px 0;
}

a,  a:link {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #bf1c1c;
  text-decoration: none;
}

li {
	padding-bottom: 5px;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 800px;
}
#outerWrapper #header {
  background-color: #666666;
  border-bottom: solid 1px #8b675a; 
  font-size: 18px;
  font-weight: bold;
  height: 232px;
  padding: 0; 
}

#outerWrapper #contentWrapper {
  background-color: #fff;
}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  border-right: solid 1px #cda98b; 
  float: left;
  padding: 20px 10px 10px 10px; 
  width: 175px;
  font-family: "Comic Sans MS";
  font-size: 14px;
}

#outerWrapper #contentWrapper #leftColumn1 a{
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  font-family: "Comic Sans MS", "Arial";
}

#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color: #da5242;
}

#outerWrapper #contentWrapper #content {
  margin: 0 180px 0 210px; 
  padding: 20px 10px 10px 10px; 
}

#outerWrapper #contentWrapper #contentLarge {
  margin: 0 20px 0 210px; 
  padding: 20px 10px 10px 10px; 
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #f9f1e1;
  border: solid 1px #cda98b; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 150px;
  margin: 10px 10px 0 0;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #f9f1e1;
  border-top: solid 1px #cda98b; 
  padding: 10px 10px 10px 10px; 
}
