body {
  font-family: helvetica, sans-serif;
  font-size: 9pt;
  margin:0px 0px;
  padding: 0px;
  text-align: center;
}
	
#content {
  position: relative;
  width: 720px;
  height: 778px;
  margin: 0px auto;
  text-align: left;
  padding: 0px;
  border: 0px;
  background-image: url("images/background.gif");
}

#address_txt {
  position: absolute;
  margin-left: 134px;
  margin-top: 140px;
  width: 452px;
  height: 43px;
  color: black;
  font-size: 10pt;
  overflow: auto;
}

#our_mission {
  position: absolute;
  margin-left: 211px;
  margin-top: 227px;
  width: 487px;
  height: 105px;
  background-repeat: no-repeat;
  background-image: url("images/our_mission.jpg");
}

#our_mission_txt {
  position: absolute;
  margin-left: 3px;
  margin-top: 20px;
  padding: 0px 5px 0 25px;
  width: 451px;
  height: 84px;
  font-style: italic;
  line-height: 1.4em;
  overflow: auto;
}

#news_projects {
  position: absolute;
  margin-left: 211px;
  margin-top: 348px;
  width: 237px;
  height: 378px;
  background-repeat: no-repeat;
  background-image: url("images/news_projects.jpg");
}

#news_projects_txt {
  position: absolute;
  margin-left: 3px;
  margin-top: 20px;
  padding: 0px 25px;
  width: 181px;
  height: 357px;
  line-height: 1.2em;
  overflow: auto;
}

#board_directors {
  position: absolute;
  margin-left: 461px;
  margin-top: 348px;
  width: 237px;
  height: 290px;
  background-repeat: no-repeat;
  background-image: url("images/board_directors.jpg");
}

#board_directors_txt {
  position: absolute;
  margin-left: 3px;
  margin-top: 20px;
  padding: 0px 21px;
  width: 190px;
  height: 269px;
  overflow: auto; 
}

#learn_more {
  position: absolute;
  margin-left: 461px;
  margin-top: 648px;
  width: 237px;
  height: 78px;
  background-repeat: no-repeat;
  background-image: url("images/learn_more.jpg");
}

#learn_more_img {
  position: absolute;
  margin-left: 26px;
  margin-top: 20px;
  width: 44px;
  height: 38px;
}

#learn_more_txt {
  position: absolute;
  margin-left: 84px;
  margin-top: 2px;
  width: 151px; 
  height: 75px;
  line-height: 1.2em;
  overflow: auto;
}

#top_edge {
  width: 720px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("images/top_edge.gif");
}

#header {
  width: 720px;
  height: 144px;
  background-repeat: no-repeat;
  background-image: url("images/kedf_header.jpg");
}

#contact_us {
  width: 720px;
  height: 51px;
}

#contact_us_img {
  position: absolute;
  margin-left: 8px;
  margin-top: 24px;
}

#contact_us_txt {
  position: absolute;
  margin-left: 128px;
  margin-top: 30px;
  width: 583px;
  height: 21px;
  color: white;
  overflow: hidden;
}

#photos {
  height: 542px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-image: url("images/photos.jpg");
}

#bottom_edge {
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("images/bottom_edge.gif");
}

#copyright {
  width: 720px;
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
  color: #666666;
}

p.our_mission {
  padding: 12px 0px;
}

img {
  border: none;
}

ul {
  padding: 0em 1em; 
  margin: 0px;
}

li {
  padding: 0.1em;
  font-size: 0.9em;
}

p.board_directors {
  font-style: italic;
  font-size: 0.9em;
}

p.learn_more {
  padding: 4px 0px;
}

a:link.contact_us, a:visited.contact_us, a:hover.contact_us, a:active.contact_us {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a:hover.contact_us {
  color: #94c8eb;
}

a:link.learn_more, a:visited.learn_more, a:hover.learn_more, a:active.learn_more {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover.learn_more {
  color: #003373;
}

