
.sidemenu {
	font-family:Trebuchet MS; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 	
	font-size:8pt; 
	color:rgb(0,51,0); 
	text-transform:none; 
	line-height:normal; 
	text-decoration:none; 
}

.heading {
	font-family: Trebuchet MS;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
}

.subheading {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
	letter-spacing: 2pt;
	padding-left: 25pt;
}

.text {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}

.img {
  max-width: 100%;
  display: block;
}

.zoom {
  /* padding: 50px;
  background-color: green; */
  transition: transform .2s; /* Animation */
  /* width: 200px;
  height: 200px;
  margin: 0 auto; */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

footer {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 65px;
	overflow: hidden;
	z-index:20
}

footer ul {
	list-style: none;
	display: table;
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
}

footer li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;		
	horizontal-align: middle;
	color: #fff;
	font: 16px Georgia;
	white-space: nowrap;
}