body {
  background-color: #f5f5f5;  
  background-repeat: repeat;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #7d7d7d;
}
/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#474343;
	font-family: Helvetica,Arial,sans-serif;
}
h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 10px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
}


/* links */
a,a:link,a:visited {
  color:#67861e;
  text-decoration:none;
}
a:hover{
  color:#7d7d7d;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:15px;
  color:#7d7d7d;
  font-size: 12px;
	line-height: 20px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.divider {
  border-bottom: 1px solid #dedede;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

.col_12 {
  width: 275px; 
  display: inline;
  float: left;
  margin-right: 20px;
}

.last {
  float: right;
  margin-right: 0;
}

.slogan {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.slogan h3 {
  line-height: 36px;
  margin-bottom: 5px;
}
.slogan h3 span {
  color: #67861e;
}
.slogan h1 span {
  color: #67861e;
}
.slogan p {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8d8d8d;
  margin-bottom: 0;
  line-height: 21px;
}
