body {
	
}

#wrapper {
	background-color: white;
	margin-left: -8px;
	margin-top: -8px;
	width: 101.2%;
	height: auto;
}

.navbar {
	width: 100%;
	height: 100px;
	position: fixed;
	-moz-box-shadow: 0px 0px 3px 6px #FFFFFF;
  	-webkit-box-shadow: 0px 0px 3px 6px #FFFFFF;
  	box-shadow: 0px 0px 3px 6px #F8F8F8;
}

#content {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background-color: #00CC66;
}

.title {
	width: 30%;
	height: 250px;
	float: left;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
  	font-size: 20pt; 
  	
}

.verticalLine {
	border: solid;
	border-width: 1px;
	height: 248px;
	float: left;
}

.para {
	width: 69.1%;
	height: 250px;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-family: 'Maven Pro', sans-serif;
  	font-size: 12pt; 
  	
}

.members {
	height: 220px;
	width: 25%;
	float: left;
	font-family: 'Maven Pro', sans-serif;
  	font-size: 12pt; 
}

.bio {
	float: left;
	height: 200px;
	width: 170px;
	padding-left: 20px;
	margin-top: 10px;
}

.sponsors {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Maven Pro', sans-serif;
  	font-size: 12pt; 
  	background-color: #00CC66;
  	vertical-align: middle;
  	text-align: center;
}

.documents {
	width: 24%;
	height: 200px;
	float: left;
	padding-left: 10px;
}

.link {
	width: 22%;
	height: 20px;
	float: left;
	padding-left: 40px;
}

.toplink {
	margin-top: 220px;
	padding-top: 12px;
}
 
.botlink {
	margin-top: 23px;
}

.link a {
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}

.vertpic {
	width: 19%;
	height: 6%;
	padding-left: 10px;
	float: left;
}

.vertpic img {
	float: left;
	width: 250px;
}

.horpic {
	width: 22%;
	height: 6%;
	padding-left: 30px;
	float: left;
}

.horpic img {
	float: left;
	width: 300px;
	height: 200px;
}

p {
	margin: 0;
}

/* Picture attributes */

img {
	width: 140px;
	margin-top: 40px;
	margin-left: 5px;
	float: left;
}

.lrg {
	width: 300px;
}

.bot {
	margin-top: 30px;
}

/* Navigation css */
.menu {
	background-color: white;
	height: 100%;
	overflow: hidden;
}

.menu_ad {
	padding-top: 10px;
	font-family: 'Maven Pro', sans-serif;
  	font-size: 14pt;
  	text-align: center;
  	color: #00CC66;
}

.menu ul {
  	list-style: none;
  	background-color: white;
  	text-align: center;
  	margin-right: 70px;
}

.menu li {
  	font-family: 'Maven Pro', sans-serif;
  	font-size: 18pt;
  	padding-left: 30px;
}
 
.menu a {
  	text-decoration: none;
  	color: black;
  	display: block;
}
 
.menu a:hover {
    text-decoration: underline;
}

.menu li {
    display: inline-block;
}

.active {
	text-decoration: overline;
}