.divtopback {
  background-color: #0e4b72;
}
.goldLine {
  border-bottom: 2px solid #24bacf;
  padding-left: 10px;
  width: 100%;
}
.rbox {
  padding: 3px;
  margin-top: 8px;
}
.ftb {
  font-weight: bold;
}
.ftr {
  background: #087b9b;
  font-weight: bold;
  color: white;
  clear: both;
}
.ftr a{
  color: white;
}
.ftrAlignLft {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.ftrAlignRgt {
  background: #087b9b;
  color: white;
  width: 23%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.ftrCenterBot {
  text-align: center;
  color: black;
  font-size: 10px;
  font-style: normal;
  clear: both;
}
.ftrAlignCntr {
  background: #087b9b;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
}
.horiztlist {}
.horiztlist > li {
  display: inline-block;
  margin: 5px;
}
.ilb {
  display: inline-block;
  margin-left: 5px;
}
.pgheading {
  margin-left: 10px;
	color: #087b9b;
	text-transform: uppercase;
	 text-shadow: 1px 1px 1px #BEDAE8;
}
.spacedlst > li {
  margin-bottom: 15px;
}
#lcBut {
  color: blue;
  margin: 10px 8px 20px 0px;
  padding: 5px 7px;
  display: inline;
  background-image: linear-gradient(to bottom, #fff556, #fead00);
  text-align: center;
  width: auto;
  border: 0;
  box-shadow: none;
  border-radius: 5px;
}
.colsngl {
  margin-top: 10px;
  width: 98%;
  min-width: 250px;
  vertical-align: top;
  display: block;
  margin-left: 15px;
}
.coldbl {
  display: inline-block;
  width: 45%;
  margin-top: 10px;
  margin-left: 15px;
  min-width: 250px;
  vertical-align: top;
}
.coltrpl {
  display: inline-block;
  width: 30%;
  margin-top: 10px;
  margin-left: 15px;
  min-width: 250px;
  vertical-align: top;
}
.colquad {
  display: inline-block;
  width: 24%;
  margin-top: 10px;
  margin-left: 15px;
  min-width: 250px;
  vertical-align: top;
}
.boldlst {}
.boldlst > li {
  font-weight: bold;
  font-size: 1.15em;
}
.boldlst > li > p {
  padding-top: 0px;
  margin-bottom: 5px;
  margin-left: 25px;
  font-size: 1em;
  font-weight: normal;
}
.boldlst > li > p:nth-child(1) {
  padding-top: 10px;
}
.tblset {
  margin-left: 10px;
  width: 98%;
}
.tblset > tbody > tr {}
.tblset > tbody > tr > th {
  padding-left: 10px;
  padding-right: 10px;
  background: lightgray;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.tblset > tbody > tr > td {
  padding-left: 10px;
}
.important-dates-list {
    list-style: none;
    font-size: 1.12em;
    font-weight: bold;
    color: #fff;
    margin: -5px 0 0 0;
    padding: 0 0 0 20px;
}
.important-dates-list li{
    padding: 0 0 10px;
	line-height: 1.25em;
}
.candidates li{
	margin-bottom: 2em;
	list-style: none;
}
.caps {
    text-transform: uppercase;
}
.no-caps {
    text-transform: lowercase;
}
