body {
  text-align: center;
  background-color: #C1D4AD;
}

#banner {
  background-color: #37661F;
  border: 5px solid #37661F;
  border-bottom: none;
  background-image: url(images/header.jpg);
  height: 185px;
  background-repeat: no-repeat;
  background-color: #37661F;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

#container {
  background-image: url(images/sidebar.jpg);
  background-repeat: repeat-y;
  background-position: top right;
  background-color: #F2F5EE;
  border: 5px solid #37661F;
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

#content {
  text-align: left;
  padding-top: .75em;
  padding-bottom: 1em;
  margin-right: 190px; /* this should be a little wider than the sidebar image */
  margin-left: .5em;
  font-family: arial, helvetica, "sans serif";
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: .02em;
}

#links {
  background-color: #37661F;
  border-right: 5px solid #37661F;
  border-left: 5px solid #37661F;
  border-top: 3px solid #65A13A;
  border-bottom: 3px solid #65A13A;
  color: white;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#links div.listitem {
  white-space: nowrap;
  display: inline;
}

#links div.listitem a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  /* background-image: url(images/bullet.gif); */
  background-repeat: no-repeat;
}

#links div.listitem a:hover {
  color: #006600;
  background-color: #65A13A;
}

#content h2 sponsor {
  color: black;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: arial, helvetica, "sans serif";
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2; 
  letter-spacing: .02em;
  color: #37661F;
}

#content h1 {
  font-family: arial, helvetica, "sans serif";
  font-size: 1.75em;
  font-weight: normal;
  text-transform: uppercase;
}

#content ul, #content ol {
  margin-top: 0px; /* remove horizontal space from lists */
}

#content p.source {
  font-size: .75em;
  font-weight: normal;
  color: black;
  font-style: italic;
}

#content hr {
  color: #65A13A;
  background-color: #65A13A;
  height: 3px;
}

#content a {
  color: #37661F;
}

#content a.main {
  text-decoration: none;
}

#content a.main:hover {
  color: #65A13A;
  font-weight: bold;
}

#content blockquote {
  font-size: smaller;
  line-height: 1.1;
}

/* document types */
#content .pdf {
	color: #f00;
	background: url(http://www.miagcouncil.org/images/icon_pdf.gif) left top no-repeat; 
    padding-left: 2.25em;
}