body.green {
  /* sub-elements control all margins and padding */
  margin: 0px;
  padding: 0px;
  /* the background image is a large photo of marsh grass */
  background: rgb(126,151,53) url('images/grassRoots.jpg');
  background-position: 0px 100px;
  /* text color is very dark green, face is sans-serif */
  color: #030;
  font-family: arial, helvetica, sans-serif;
}
h1 { font-size: 24; }
h2 { font-size: 18; }
h3 { font-size: 16; }
h4 { font-weight: bold; }
/*
 * the structure of the page is as follows
 *
 * +-- logo_nav --+  +------ banner_content -------+
 * | +-- logo --+ |  | +-------- banner ---------+ |
 * | |          | |  | |                         | |
 * | |          | |  | +-------------------------+ |
 * | +----------+ |  |     +-- content_heading --+ |
 * | +-- nav ---+ |  |     +---------------------+ |
 * | |          | |  | +------- content ---------+ |
 * | |   	| |  | |                         | |
 * . .          . .  . .               	         . .
 */
div.logo_nav { /* lhs logo and navigation */
  z-index: 2;
  padding: 3px;
  width: 135px;
  height: auto;
  margin-top: -165px;
  margin-left: 3px;
  float: left;
}
div.nav { /* navigation links */
  margin: 3px;
  margin-top: 10px;
  padding: 3px;
  font-size: 15px;
  background: #E5F0A7; /* yellowish-green parchment */
  border-bottom: 2px solid rgb(116,141,43);
  border-left: 2px solid rgb(116,141,43);
}
div.nav_1 { /* level 1 nav category */
}
div.nav_2 { /* level 2 nav category */
  padding-left: 30px; /* pad to the left */
  text-indent: -10px; /* hanging indent */
}
a.nav { /* override default link decoration */
  color: #030;
  text-decoration: none;
}
/* for hovering, apply to the block-level nav elements
   and also the anchor, to work around IE bug */
div.nav_1:hover {
  background: rgb(126,151,53);
}
div.nav_2:hover {
  background: rgb(126,151,53);
}
a.nav:hover {
  background: rgb(126,151,53);
}
/* in front of the marsh grass background, but behind all the other
   elements, is a banner image that spans the whole width of the page */
div.bg_banner {
  z-index: 0;
  width: 100%;
  height: 165px;
  /* the image is a low shot of prairie grass and sky */
  background: rgb(126,151,53) url('images/prairieBanner.jpg') repeat;
}
div.banner_content { /* banner and content */
  width: auto;
  height: auto;
  margin-top: -165px;
  margin-left: 145px;
}
div.banner {
  z-index: 1;
  margin-left: 11px;
}
/* banner title is very large and bold */
div.banner_title {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: -1.75px;
  line-height: 50px;
  margin-top: 15px;
}
div.banner_subtitle {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.25px;
  margin-left: 2px;
}
/* contains all content items */
div.content {
  margin-top: 55px; /* below the banner and the heading */
  height: auto;
}
/* the content heading is right-aligned
   and displays the name of the category
   being shown */
div.content_heading {
  position: absolute;
  float: right;
  top: 115px;
  right: 0px;
  padding: 4px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  background: rgb(126,151,53); /* medium dark, yellowish green */
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #a5b067;
  border-bottom: 2px solid rgb(116,141,43);
  border-left: 2px solid rgb(116,141,43);
}
/* content items. contain
   1. item_title
   2. item_content */
div.item {
  width: auto;
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 3px;
  background: #E5F0A7; /* yellowish-green parchment */
  border-bottom: 2px solid rgb(116,141,43);
  border-left: 2px solid rgb(116,141,43);
}
/* item title is large and bold */
div.item_title {
  font-size: 24px;
  font-weight: bold;
}
/* item title is large and bold */
div.item_title_with_print {
  font-size: 24px;
  font-weight: bold;
  margin-right: 80px;
}
/* item content is padded with smaller text */
div.item_content {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
li {
  padding-top: 3px;
}
div.centered {
  text-align: center;
}
table.layout {
  border-spacing: 5px;
}
td.layout {
  font-size: 15px;
  vertical-align: top;
}
div.floatLeft {
  float: left;
  padding-left: 2px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 8px;
}
div.clear {
  clear: both;
}
div.leftColumn {
  border: 1px solid #000;
  float: left;
  width: 49%;
}
div.rightColumn {
  float: right;
  width: 49%;
}
/* bylaws (no special formatting yet) */
h1.bylaws { }
h2.bylaws { }
h3.bylaws { }
h4.bylaws { }
h5.bylaws { }
h6.bylaws { }
/* boxy tables */
table.org {
  border-spacing: 10px;
}
td.org {
  text-align: center;
  padding: 7px;
  border: 1px solid #030;
}
table.info {
/*  border: 1px solid #000;*/
  text-align: center;
}
th.info {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #000;
}
td.info {
  border: inherit;
}
ul {
  list-style-image: url('images/bullet.gif');
}
li {
  list-style-image: inherit;
}
li.sunflower {
  list-style-image: url('images/bullet.gif');
}
ul.plain {
  list-style-image: none;
}
h1.pressRelease {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
h2.pressRelease {
  font-size: 14px;
  font-weight: bold;
}
div.paging {
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 3px;
}
div.paging_button {
  width: 112px;
  padding: 3px;
  background: #E5F0A7; /* yellowish-green parchment */
  border-top: 2x solid #a5b067;
  border-right: 2px solid #a5b067;
  border-left: 2px solid rgb(116,141,43);
  border-bottom: 2px solid rgb(116,141,43);
}
a.paging {
  color: #030;
  text-decoration: none;
}
a.paging:hover {
  background: rgb(126,151,53);
}
div.print_button {
  width: 65px;
  padding: 2px;
  border-width: 1px;
  border-color: #030;
  border-style: dashed;
  text-align: center;
  float: right;
}
div.more_button {
  width: 105px;
  padding: 2px;
  border-width: 1px;
  border-color: #030;
  border-style: dashed;
  text-align: center;
}
a.button {
  padding-left: 2px;
  padding-right: 2px;
  color: #030;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
p.more {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
a.more {
  font-size: 12px;
}

