#content {/* style grouping for content divs */
  width: 600px;
  margin: 1em 3%;
  font: 1em Georgia, Palatino, Serif; 
  padding: 0.2em, 1.5em 1.5em 1.5em;
  border: 8px groove  #c0c0c0;
  }


#content h3 {/* header element float left */
  float: left;
  width: 9em;
  margin: 0 0.2em 0 0;
  background: #eee8aa;
  border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
  }

#content h1 {/* Line*/
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 10 10;
  border-bottom-style: solid;
  border-bottom-color: #cc9900;
  border-bottom-width: 2;
  }


#content  p.top {/* after header margin adjustment */
  margin-top: 0;
  padding: 0.2em;
  border-top: 3px dotted #696969;
  background: #ffffe0;
  }

#content p, ul, li
  {
	font-face: Verdana, Helvetica, sans-serif;
        font-size: 11px;;
	text-align: justify;
	color: #333333;
  }
#content h2 {/* header element float right */
  float: right;
  width: 8em;/* em width variance by element*/
  margin: 0 0 0 0.2em;
  padding-left: 0.0em;
  padding-right: 0.35em;
  background: white;
  border-left: 0px dotted #2e8b57;
  border-bottom: 0px dotted #2e8b57;
  }
#content span {
  float: left; 
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  background: #90ee90;
  border: 3px outset #2e8b57;
  }

