
* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
      /* vertical-align: baseline;*/
        background: transparent;
    }



body {
  font-family: Arial, Helvetica, sans-serif;

}

a:link {

  text-decoration: none;

}

a:visited {

  text-decoration: none;

}

a:hover {

  text-decoration: none;
  text-shadow: 0px 0px 8px black;
  

}

a:active {

  text-decoration: none;
  background-color: #326744;

}

 




#banner{
	background-color: white;
	/* position: fixed;*/
  top: 0;
  width: 100%;
  min-width: 900px;
  background-image:url(img/headb.png);
  background-size: cover;
  background-repeat: no-repeat;
 background-position: bottom;
  text-align: center;
 
 
  
	
}
#heading{
	
	
	width:900px;
	margin:auto;
	padding-bottom:10px;
}

#logo{
	margin-top: 7px;
	height: 100px;
	width: 100px;
	float: left;
	
}
#home{
	text-shadow: 0px 0px 4px gray;
	font-size: 15pt;
}
#title{
	text-shadow: 0px 0px 4px gray;
	font-size: 60pt;
	
}

#green{
	background-color: 	#267340;
	width: 100%;
	height: 40px;
}

#buttons{
	
	
	margin: auto;
	height: 40px;
	padding: auto;
	background-color: 	#267340;
	font-size: 15pt;
	width: 800px;
	
	
}

#active{
	box-shadow: 0px 0px 0px black;
	background-color: 	#53c68c;
}


#content{
	/*padding-top: 150px;*/
	min-height: 800px;
	
	
	
}
 
 .para1 {
	background-color: #e6f3ff;
	padding: 10px;
	
	
	
}

.para2 {
	background-color: white;
	padding: 10px;
	
	
	
}

.nav{
	border-left: 2px solid black;
	border-right: 2px solid black;
	height: 40px;
	color: yellow;
	padding: 7px;
	margin: auto;
	box-shadow: 0px 0px 3px black;
}

.para{
	width: 800px;
	margin: auto;
	min-height: 250px;
	
}


.bodypicr{
	margin: 10px;
	height: 200px;
	width: 300px;
	float: right;
	
	
}



.bodypicl{
	margin: 10px;
	height: 200px;
	width: 300px;
	float: left;
	
}


#footer{
	font-size: 8pt;
	Width:100%;
	background-color: black;
	color: white;
	padding-left: auto;
	padding-right: auto;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	
}