@charset "utf-8";
/* CSS Document */
html {
    font-size: 16px;
}


#wrapper {
	min-height:350px;
	width: 100%;
	align-items:center;
	    }

#mainpage {
	min-height:300px;
	width:100%;
	}

#header {
	text-align:center;
	font-size: 36px;
	color:White;
	font-family: Verdana;
}

ul {list-style-type:none; padding:0; text-align:center}
li {display:inline; padding:5px;font-type:Canterbury;}
button {   	}

/*   commented out 1-31-15 
#navbar a {
	font: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #144209;
	font-size:1.5em;
	padding-right: 1em;
}
*/


body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 50px 150px;
  font-size: 20px;
  text-align: center;
  // background: #E3CAA1;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #555;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  //background: #555; 
  //background:yellow;
  display: block; 
  // color: #fff;
  color: red;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #666; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.bodytext {
	font-size: 2em;
}

#main_left {
  //border:solid;
	width: 35%;
	min-height: 200px;
	float: left;
	background-color: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	//margin-left:50px;
	margin-top:50px;
	//background-color:yellow;
}

#main_right {
  // border:solid;
  min-height: 200px;
	// margin-left: 50px;
  margin-top: 50px;
  //margin-right:50px;
  padding-left: 30px;
  padding-right: 30px;
	background-color: white;
	width: 55%;
	float: left;
	//background-color:green;
	
}

#footer {
	position: fixed;
	bottom: -20px;
  right:-50px;
	font-size: 20px;
	width: 100%;
	clear: both;
	display:block;
	text-align:center;
  padding-right: 50px;
}