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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent img {
  width: 6.7em;
  height: 10em;
  float: left;
  margin-right: 0.5em;
}
#pgContent .program img {
  float: none;
  width: 6.5em;
  height: 6em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  margin-right: 2em;
  margin-top: 0.5em;
}
#pgContent .program p {
  margin-bottom: 0;
}
#pgContent .program h4 {
  font-size: 1.2em;
  color: #0d4677;
  float: left;
  line-height: 1.7em;
  padding-right: 1em;
}
#pgContent .program {
  float: left;
  padding-bottom: 2em;
  margin-bottom: 2em;
  background: url(/imgs/services/CDM/dottedLine.gif) left bottom repeat-x;
}
#pgContent .last {
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
}
#pgContent .program div {
  float: right;
  width: 40em;
}
#pgContent .program a {
  color: #740f10;
  font-size: 1.1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
  background: url(/imgs/services/CDM/linkArrow.gif) left 0.3em no-repeat;
}
#pgContent .program a:hover {
  color:#001278;
}