#container{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:black;
	font-family:Lato,Tahoma,Arial,sans-serif;
	font-size:12pt;
	
}

#banner{
	width:50%;
	padding-top:10px;
	background-color:white;
	float:left;
}
	
#navbar{
	width:1000px;
	height:40px;
	position:relative;
	top:-25px;
	background-color:white;
	color:white;
}

#main{
	width:1000px;
	margin-left:50px;
	line-height:1.5;
}

#line{
	clear:both;
	width: 100%;
	height:3px;
	border-bottom:solid black 3px;
	margin-bottom:20px;
}
#footer{
	width:1000px;
	background-color:white;
	font-size:0.7em;
	text-align:right;
	margin-top:20px;
}

#ExpandingList{
	clear:both;
	width:100%;
	margin: 10px auto;
}

.ELTitle{
	height:30px;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	background-color:#DEFFDE;
	border-bottom:solid black 2px
	
}

.ELContent{
	height:0px;
	overflow:auto;
	display:none;
	text-align:center;
	background-color:#FFFFFF;
	border-bottom:solid black 2px

}

.ELContainer{
	border:solid 2px #FFFFFF;
}
	
.image {
	float: right;
	width: 60%;
	margin-top: -35px;
}

.description{
	float:left;
	width: 50%;
}

.themeText{
	color:#549E39;
	font-weight:bold;
}

.boxHeading{
	width:50%;
}

.links{	
	float:right;
	position:relative;
	top:10px;
	width:120px;
	height:30px;
	padding-top:10px;
	margin-top:40px;
	list-style-type:none;
	text-align:center;
	margin-left:10px;
	color:#549E39;
}

.activeLnk{
	font-weight:bold;
	font-size:1.1em;
	color:#549E39;
}

a:link {
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	color:inherit;
}

a:visited{
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	color:inherit;
}

a:hover{
	font-weight:bold;
	font-size:1.1em;
	color:inherit;
}

a:active{

}
 

