body {
  background-color: white;
  font-family: Arial;
  font-size: 12px;
  font-color: black;
}
.topnav {
	background-color: black;
	font-color: white;
	text-align:left;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.topnav a:link {text-decoration: none; color: white;}
.topnav a:visited {text-decoration: none; color: white;}
.topnav a:hover {text-decoration: underline; color: white;}

.topnav_wrap {
	background-color: black;
}
.contact_header {
  font-size: 14px;
  font-weight: bold;
}
.contact_text {
  text-index: 10px;
  font-size: 12px;
}
.leftbox {
  background-color: #bbdfba;
  font-color: black;
  width: 100%;
}
.leftbox_height {
 height: 342px;
}
.contentbox {
  background-color: #ddefdd;
  font-color: black;
  width: 100%;
}
.contentbox_height {
  background-color: #ddefdd;
  height: 339px;
}	
.contentbox_height_big {
  background-color: #ddefdd;
  height: 480px;
}	
.content_header {
  font-size: 15px;
  font-weight: bold;
}
.content_text {
  text-index: 10px;
  font-size: 12px;
}
.bottombox_height {
  height: 116px;

}
.bottomnav {
  font-size: 12px;
}
.bottomnav a:link {text-decoration: none; color: black;}
.bottomnav a:visited {text-decoration: none; color: black;}
.bottomnav a:hover {text-decoration: underline; color: #55b053;}
