body {
	font: georgia;
	margin:0;
	padding:0;
	width:100%;
	background:#4ea981;
	}
.header {
      font-size: 150%;
      padding:.4em 15px 0 15px;
      margin:0;
      border-bottom: 3px solid black;
    }
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* Right column & container modified from http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm */
.main {
	position:relative;	
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden;
}
/* common column settings */
.colholder {
	float:left;
	width:100%;
	position:relative;
	background:#abddc7;
}
.page,
.navmenu,
.colpositioner{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#78c9a6;		
	font-size: larger;
}
.rightmenu .colholder {
	right:25%;			
}
.rightmenu .page {
	width:71%;			
	left:27%;		
}
.rightmenu .navmenu {
	width:21%;			
	left:31%;			
}
.footer {
      text-align: center;
      color: #eef8f3;
}
.shadow {
  height: 6em;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px black);
}
.button {
  font-size: medium;
  border-radius: 8px;
  border: 2px solid white;
  padding: 8px;
  background-color: #347056;
  type="submit";
}
.roobutton {
  font-size: medium;
  border-radius: 8px;
  border: 2px solid black;
  padding: 8px;
  background-color: grey;
  type="submit";
}
.mySlides {
	margin: 0 auto;
	height: 20em;
	width: auto;
}
.myVideo {
	margin: 0 auto;
	height: 12em;
	width: auto;
}