/* LEFT COLUMN ELEMENTS */
#newsbox{
  background: white;
  font-family: Trebuchet MS, Tahoma, Verdana;
  font-size: 12px;
  border: 1px solid #9C9C9C;
  padding: 8px 15px;
  line-height: 125%;
  position: static;
  overflow: auto;
  height: 147px;
} 
#newsbox h1{
  font-family: Garamond, Times New Roman, Times;
  font-size: 14px;
  color: #D70F0F;
  text-transform: uppercase;
}
#newsbox p{
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* CENTRE COLUMN ELEMENTS */
#centercontent .content{
  clear: left;
  padding-bottom: 8px;
}
#centercontent img{
  float: right;
  margin-left: 8px;
}
#centercontent #contentbox1{
  border: 3px solid #FFFFFF;
  background: #F1E0D6;
  margin-top: 17px;
  padding-left: 15px;
  font-family : Trebuchet MS, Tahoma, Verdana;
  font-size : 12px;
  color: #58595B;
  line-height: 150%;
}
#centercontent #contentbox2{
  border: 3px solid #FFFFFF;
  background: #EDEDED;
  margin-top: 17px;
  padding-left: 15px;
  font-family : Trebuchet MS, Tahoma, Verdana;
  font-size : 12px;
  color: #58595B;
  line-height: 150%;
}
#affiliates{
  background: white;
  border: 1px solid #9C9C9C;
  padding: 8px 0px;
  text-align: center;
} 
#affiliates h1{
  font-family: Garamond, Times New Roman, Times;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  display: inline;
}
#affiliates h2{
  font-family: Garamond, Times New Roman, Times;
  font-size: 14px;
  color: #D70F0F;
  text-transform: uppercase;
  display: inline;
}

