.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
}

.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

img.full-width {
  width: 100%;
  display: block;
  margin: 30px 0;
}

a.cta-button {
}

a.cta-button.red {
  background-color: #CC3333;
  color: #FFF;
}
a.cta-button.red:hover  {
  background-color: #B31A1A;
}
  
a.cta-button.dark-blue {
  background-color: #003399;
  color: #FFF;
}
a.cta-button.dark-blue:hover  {
  background-color: #001A80;
}
  
a.cta-button.light-blue { 
  background-color: #0099CC;
  color: #FFF;
}
a.cta-button.light-blue:hover { 
  background-color: #0080B3;
}
  
a.cta-button.yellow { 
  background-color: #FFCC00;
  color: #58595b;
}
a.cta-button.yellow:hover { 
  background-color: #E6B300;
  
}

.red { color: #CC3333; }
.dark-blue { color: #003399; }
.light-blue { color: #0099CC; }
.yellow { color: #FFCC00; }