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

#pgContent p {
  font-size: 1.2em;
  color: #464646;
  margin-bottom: 1.5em;
}
#pgContent img {
  display: block;
  margin-left: 5em;
  margin-bottom: 2em;
}
#pgContent #center{
  text-align: center;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677; 
  margin-bottom: 1em;
}
#pgContent p.italicize {
  font-style: italic;
}
#pgContent p.lastP {
  margin-bottom: 0;
}
#pgContent p span {
  font-weight: bold;
  color: #ff0000;
}
