@charset "utf-8";
* { margin: 0; padding: 0; list-style: none; border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }

html { 
  width: 100%; 
  height: 100%; 
  min-height: 100%; 
  font-size: 100%; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
  background-color: #343434; 
}
body { 
  width: 100%; 
  height: 100%; 
  min-height: 100%; 
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: #343434;
}
#page{
  position: relative;
  background-color: #343434;
  min-height: 100%;
  max-width:1020px;
  margin: 0 auto;	
}
header{
  display:inline-block;
  width: 100%;
  height: auto;
  float:none;
  padding: 0;
  background-color: #343434;
  color: #ffffff;
}
nav{
  display:block;
  width: 80%;
  height: auto;
  float:left;
}
nav ul{
  padding: 0 0 0 8%;	
}
nav ul li a {
  background-color: #343434;
  color: #ffffff;
  width: auto;
  height: auto;
  margin: 0 1% 0 0;
  padding: 1%;
  text-align: center;
  line-height: 3rem;
  text-decoration: none;
  font-weight: lighter;
  font-size: 1.075rem;
  float: left;
}
nav ul li a:hover{
  background-color: #88c136;
  color: #ffffff;
  text-decoration: none;
}
#language{
  display:block;
  width: 20%;
  height: auto;
  float:left;
}
#language a{
  display:block;
  float:right;
  width: 20%;
  height:auto;
  margin:1em 0 0 1em;
}
#language img{
  width: 100%;
  height: auto;	
}
#topborder, #bottomborder{
  width: 100%;
  height: auto;
}
#topborder img, #bottomborder img{
  width: 100%;
  height: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}
#topborder, section{
  background-color: #e5f1be;
}
section{
  width: 100%;
  height: auto;
  display:inline-block;
}
article, aside{
  padding: 2em 2% 2em 2%;	
  display: lock;
}
aside{
	color: #ffffff;
	background: #88c136;
	height:auto;
}
.xl66{
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: top
}
.xl33{
  width: 27%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 2rem;
}

	
	h1,h2{
	font-family: verdana, arial, helvetica, sans-serif; font-size: 1.4em; padding:0 0 2em 0; font-weight: bold; color: #3d5f00;
	}
	h3{
	font-family: verdana, arial, helvetica, sans-serif; font-size: 1.2em; padding:0 0 1em 0; font-weight: normal; color: #3d5f00;
	}
	
	
	
	p{
	font-family: verdana, arial, helvetica, sans-serif; font-size: 0.9em; padding:0 0 1.25em 0; font-weight: normal; color:#3d5f00; line-height: 125%;
	}
	.a2{margin-top: 1rem;}
	
	section a:link, section a:active, section a:visited, section a:hover{
	text-decoration:underline;
	color:#3d5f00;
	}
	
	aside p{
    color:#ffffff;
	}
	
    aside a:link, aside a:active, aside a:visited, aside a:hover{
	text-decoration:underline;
	color:#ffffff;
	}
	
	aside img{
	margin:0 0 1em 0; 
	width:75%;
	height: auto;
	}
	
	section ul{
	list-style-type: disc;
	font-family: verdana, arial, helvetica, sans-serif; font-size: 0.9em; padding:0px 0px 2em 0.5em; font-weight: normal; color:#3d5f00; line-height: 125%;
	margin: 0px;
	}
	
    section ul li{
	margin: 1em 0 1em 1em;
	list-style-type: disc;
    }
	
	
@media screen and (max-width: 480px) {
nav {
  display: block;
  width: 100%;
  height: auto;
  float: none;
}
nav ul {
  padding: 0 0 0 0;
}
nav ul li a {
  background-color: #343434;
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 3rem;
  text-decoration: none;
  font-weight: lighter;
  font-size: 1.075rem;
  display: block;
}
section{
  padding: 2em 0 0 0;
}
.xl66, .xl33{
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
aside p{
  text-align:center;
}
aside img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
#topborder, #bottomborder, #language{
  display:none;
  visibility:hidden;
}
}