#centerCol h1 {
  padding: 0px 0px;
  font-size: 28px;
  text-align: left;
  font-weight: normal;
}
#centerCol h3,h2 {
  padding: 8px 0px 5px 0px;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}
#centerCol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  	font-weight: bold;
	padding: 0px 0px 20px 0px;
}
#centerCol p {
  padding: 5px 0px;
  text-align: justify;
  line-height: 18px;
}
#centerCol .centerTitleBox {
  height: 65px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 10px;
  background: #ffffff url(/image/design/title_bg/bases.jpg) no-repeat right top;
  border-left: 10px solid #e6a60c; 
}
#centerCol .centerTitleBox p {
  margin-top: -8px;
  font-size: 11px;
}
.img_list_left {
  position: relative;
  float: left;
  padding: 13px 15px 5px 0px;
}

#centerCol a:link, #centerCol a:visited {
    color: #71380F;
    text-decoration: none;
}
#centerCol a:active, #centerCol a:hover {
    color: #cf142b;
    text-decoration:  underline;
}