body {
	margin: 0px;
	background-color: #336633;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
}
 
a:hover {
 color: #000000;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
}

a { 
 color: #009900;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration:none
 } 
 
 a.footer { 
 color: #009900;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 text-decoration:none
 } 
 
 a.footer:hover {
 color: #000000;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
}

.body-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
}
h1.body-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #009900;
}

h2.body-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
}
#myGallery1 img {
    position:relative;
}

#myGallery1 img {
    display:none;
}

#myGallery1 img.active {
  display:block;
}

#myGallery2 img {
	position:relative;
}


#myGallery2 img {
	display:none;
}
	    
#myGallery2 img.active {
	display:block;
}

#myGallery3 img {
	position:relative;
}

#myGallery3 img {
	display:none;
	position:absolute;
	top:0;
	left:450px;
}
		    
#myGallery3 img.active{
    display:block;
}

.stepcarousel {
	  position: absolute; /*leave this value alone*/
	  left: 450px;
	  top: 610px;
	  border: 5px solid black;
	  overflow: scroll; /*leave this value alone*/
	  width: 380px; /*Width of Carousel Viewer itself*/
	  height: 280px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
  position: absolute; /*leave this value alone*/
  left: 450px;
  top: 0;
}

.stepcarousel .panel {
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px; /*margin around each panel*/

}