li, p {
  font-size: 1.2em;
  text-align: justify;
  }

/* column header */
h1 {
  margin: 0em;
  font-size: 2.8em;
  }

/* item header */
h2 {
  }

.leaf_bullet {
  height: 3em;
  width: 3em;
  float: left;
  margin-right: 1em;
  }

#fineprint {
	font-size: 0.5em;
}

#content {
  width: 70em;
  position: static;
  clear: both;
  }


#left_col {
  width: 70em;
  position: static;
  float: left;
  overflow: hidden;
  }

#left_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 1.2em;
  left: 1em;
  background-color: #cb4041;
  }
  
#left_col_header {
  width: 55em;
  position: relative;
  top: .7em;
  left: 1.8em;
  color: #cb4041;
  }

#left_col_item {
  width: 65em; 
  position: relative;
  left: 4.2em;
  color: #5b6061;
  }

#right_col {
  width: 30em;
  position: static;
  overflow: hidden;
  }

#right_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 1.2em;
  left: 1em;
  background-color: #54a560;
  }

#right_col_header {
  width: 20em;
  position: relative;
  top: .7em;
  left: 1.8em;
  color: #54a560;
  }

#right_col_item {
  width: 17em;
  position: relative;
  left: 4.5em;
  color: #5b6061;
  }

