html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

p {text-indent: 28px;  /* indent paragraphs, add just a hint of extra space between them. */
margin-bottom: 2px;
margin-top: 2px;
}

h1 {
  color: #999;
  font-size: 160%;
  font-weight: bold;
  line-height: normal;
}

h2 {
	font-size: 140%;
	color: #000;
	font-weight: normal;
	line-height: normal;
}

h3 {
  font-size: 120%;
  font-weight: normal;
  line-height: normal;
}

h4 {
  font-size: 90%;
  font-weight: normal;
  line-height: normal;
}

img {border:none;}

.bigger{font-size: 160%;}
.larger{font-size: 140%;}
.large{font-size: 120%;}
.normal {font-size:100%;}
.small {font-size: 90%;}
.smaller {font-size: 80%;}
.tiny {font-size: 70%;}
.tinier {font-size: 60%;}
.teeny {font-size: 50%;}
.teenier {font-size: 40%;}
.caption {font-size:90%; color: #666;}


a,  a:link {
  color: #943;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  color: #943;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  background-color:#8E311A;
}

a:focus {
  color: #FFF;
    background-color:#8E311A;
}
a:active {
  color: #FFF;
    background-color:#8E311A;
}

/* Container for page content.  */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* margin (top, right, bottom, left) */
  text-align: left; /* Redefines text alignment defined by the body element. */
  width: 780px;
  }
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #826a50; 
  font-size: 100%; /* graphic goes here -- probably no type, ever */
  font-weight: normal;
  line-height: normal;
  padding: 0px 0px 0px 0px; /* padding (top, right, bottom, left) */
  height: 222px;
  }

#outerWrapper #header_narrow {  
  background-color: #fff;
  font-weight: normal;
  line-height: normal;
  padding: 0px 0px 0px 0px; /* padding (top, right, bottom, left) */
  height: 160px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #EDB;
  border-right: solid 1px #bd9c76; 
  float: left;
  padding: 0px 5px 0px 10px; 
  width: 170px;
  font-size: 90%;
  font-family:Arial, Helvetica, sans-serif;
}
#outerWrapper #contentWrapper #leftColumn1 p {text-indent: 0px;  /* restore default paragraph behaviors in left col */
margin-bottom: 12px;
margin-top: 12px;
}

/* main page content. */
#outerWrapper #contentWrapper #content {
  margin-bottom: 0;
  margin-left: 185px;
  margin-top: 0;
  padding: 10px 10px 10px 10px; 
  font-size: 90%;
  font-family:Arial, Helvetica, sans-serif;

}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

