p {
  font-size: 1.2em;
  }

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

/* item header */
h2 {
	margin-top: 1em;
  }

.more {
  position: relative;
  float: right;
  right: 1em;
  bottom: 1.5em;
  }

.more1 {
	position: relative;
	float: right;
	text-align: right;
	width: 12em;
	right: 3.75em;
	bottom: 2.5em;
}

#flash_container {
  width: 47em;
  clear: both;
  position: relative;
  float: left;
  z-index: 1;
  }

#flash_movie {
  z-index: 1;
  }

#flash_container_2 {
  width: 23em;
  position: relative;
  float: right;
  z-index: 1;
  }

#flash_movie_2 {
  z-index: 1;
  }

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

#left_col {
  width: 47em;
  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: #54a560;
  }
  
#left_col_header {
  width: 20em;
  position: relative;
  top: .7em;
  left: 1.8em;
  color: #54a560;
  }

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

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

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

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

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