/* agency.css */

.AgencyDescription {
  margin: 0 25px 10px 25px;
  font-size: 12px;
  text-align: justify;
  color: #1F72AA;
  margin-top: 5px;
}
.Title {
  color: #023456;
  font-size: 16px;
  text-align: left;
  margin-top: 5px;
  margin-left: 25px;
}
.AgencyDescription td {
  vertical-align: top;
  padding-right: 10px;
}
.AgencyDescription h2 {
  color: #023456;
  font-size: 12px;
}
.AgencyDescription .PhotoLeft{
  margin-right: 20px;
  border: 4px solid white;
}
.AgencyDescription .PhotoRight{
  margin-left: 20px;
  border: 4px solid white;
}

p {
  margin-bottom: 10px;
}

.description {
  text-align: center;
  font-weight: bold;
}

.strongList {
  font-weight: bold;
}

.list {
  padding-left: 20px;
}

.list li {
  padding-top: 5px;
}
