@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent .program {
  clear: left;
}
#pgContent .program h4 {
  font-size: 1.2em;
  color: #0d4677;
  float: left;
  line-height: 1.7em;
  padding-right: 0.3em;
  
}
#pgContent img {
  float: left;
  position: relative;
  top: 0.5em;
  margin-right: 1em;
  height: 7.5em;
  width: 7.5em;
  margin-bottom: 1.4em;
}
#pgContent .last {
  margin-bottom: 0;
}
