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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent a {
  color: #740f10;
}
#pgContent img {
  width: 15em;
  height: 11.2em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent div#areasBox {
  float: left;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}
#pgContent div#tricities {
  float: left;
  margin-right: 4.6em;
}
#pgContent div#trivalley {
  float: right;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #001278;
  /*border-bottom: solid 2px #9c9d85;*/
  border-left: solid 5px #9c9d85;
  background: #cfd0b7;
  padding: 0.3em 0.5em;
  padding-right: 0;
}
#pgContent .area dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #0d4677;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
#pgContent .area dd {
  font-size: 1.2em;
  color: #464646;
}
#pgContent #coalition {
  clear: both;
}
#pgContent #coalition dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #0d4677;
}
#pgContent #coalition dd {
  font-size: 1.2em;
  color: #464646;
}
