.headding{
 font-family:Times, serif;
}

.standout_copy{
 font-weight:bold;
 font-size:14px;
 line-height:22px; 
}

.image_float_left{
  float:left;
  padding:5px 10px 5px 5px;
}

.image_float_right{
  float:right;
  padding:5px 5px 5px 10px;
}

#float_left, .float_left{
  float:left;
}

#float_right, .float_right{
  float:right;
}

#clear_left, .clear_left{
  clear:left;
}

#clear_right, .clear_right{
  clear:right;
}

#clear_both, .clear_both{
  clear:both;
}

.horizontal_line{
	border-bottom:1px solid #F4C682;
}

.img {
  /*This is a filler class to get it to show up in the dropdown*/
  /*When you apply this class to a link, the background color won't show up on hover anymore*/
} 