body {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #202d62;
}

.navbg {
  background-image: url(../images/nav-bg.jpg);
  background-repeat: repeat-x;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
}

.navbg a:link {
  font-size: 13px;
  color: #FFFFFF;
  text-decoration:underline;
}

.navbg a:hover {
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  font-style:italic;
}

.navbg a:active {
  font-size: 13px;
  color: #FFFFFF;
  font-style:italic;
}

.navbg a:active {
  font-size: 13px;
  color: #e80d2f;
  font-style:italic;
}

.adopt {
  background-image: url(../images/adopt-save.jpg);
  background-repeat: no-repeat;
  font-size: 11px;
  color: #323d56;
  text-decoration: none;
}

.adopt a:link {
  font-size: 11px;
  color: #323d56;
  text-decoration: none;
}

.txtlnk a:hover {
  font-size: 11px;
  color: #b12b34;
  text-decoration: none;
}

.txtlnk a:active {
  font-size: 11px;
  color: #b12b34;
  text-decoration: underline;
}

.txtlnk a:visited {
  font-size: 11px;
  color: #b12b34;
  text-decoration: none;
}

.whitebg {
  background-color: #ffffff;
}
 
 .awslnk {
  font-size: 11px;
  color: #323d56;
  text-decoration: none;
}

.awslnk a:link {
  font-size: 11px;
  color: #323d56;
  text-decoration: none;
}

.awslnk a:hover {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

.awslnk a:active {
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}

.awslnk a:visited {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

.copyright {
  font-size: 11px;
  color: #323d56;
}

.address {
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
}

li {
   line-height:20px;
}

.mission {
  background-color: #5b6888;
  color: #ffffff;
  border: thin dashed #b5b5b5;
}

.programs {
  background-color: #5b6888;
  color: #ffffff;
  border: thin dashed #b5b5b5;
}

.header {
  font-size: 18px;
  color: #b12b34;
  font-weight: bold;
}

.italic {
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}

.smitalic {
  font-size: 11px;
  font-style: italic;
}

.features {
  font-weight: bold;
  color: #b12b34;
}

.bold {
  font-weight: bold;
}

.pricing {
  font-weight: bold;
  font-size: 14px;
}

.smbold {
  font-weight: bold;
  font-size: 11px;
}

.form {
  background-color: #5b6888;
  font-size: 11px;
  color: #ffffff;
  border: thin dashed #323d56;
}

.question {
  font-weight: bold;
  color: #ffffff;
}

.call {
  font-size: 13px;
  color: #b12b34;
  font-weight: bold;
}

.boldwhite {
  font-weight: bold;
  color: #ffffff;
}

a:link {
  color: #b12b34;
  text-decoration: underline;
}

a:hover {
  color: #323d56;
  text-decoration: underline;
}

a:active {
  color: #323d56;
  text-decoration: underline;
}

a:visited {
  color: #323d56;
  text-decoration: underline;
}

.programsbold {
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}

.blackborder {
  border: 1px solid #000000;
}

.white {
  font-size: 11px;
  color: #ffffff;
}

.whitebold {
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}