/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
margin:0px;
background-color:#E6FFCC;
 }
 
a{
text-decoration:none;
 color:blue;
 }
 
 a:visited {
 text-decoration:none;
 color:blue;
  }
 
 a:active { }
 
.headerbox {
width:1100px;
height:160px;
background-color:#309830;
border-radius:0px 0px 20px 20px;
margin: 0 auto;
box-shadow: 5px 5px 10px green;
opacity:.9;

 }
 
 .navs{ 
 border:1px solid transparent; 
 width:500px;
 height:150px;
 margin:-18px 600px;
 position:absolute;}
 
 .navs ul li {
 text-align:center;
 display:inline-block;
 border:2px solid transparent;
 width:80px;
 height:100px;
 border-radius:0px 0px 10px 10px;
 box-shadow:2px 2px 1px black;
 font-size:110%;
 padding-top:40px;
 color:black;
 font-weight:bold;

  }
  
  .navs ul li:hover {
  opacity:.8;
  box-shadow:5px 5px 50px black;
   }
   
   .navs ul li:active {
     box-shadow:5px 5px 50px black;
    }
   
.headertext {
margin-left:60px;
text-align:center;
border:1px solid transparent;
width:500px;
padding:10px;
font-family:arial;
 }

 
 .jumbo {
 width:355px;
 height:355px;
 border:1px solid transparent; 
 float:left;
 margin-top: 50px;
 margin-left: 10%;
position:absolute;

 }
 
 .textbody{
 width:40%;
 height:auto;
 background-color:white;
 border-radius:15px;
 padding:40px;
 font-size:20px;
 float:right; 
 margin-top:50px;
 margin-right:10%;
 
  }
  
   .infobody{
 width:1100px;
 height:auto;
 background-color:white;
 border-radius:15px;
 padding:4px 40px 40px 40px;
 font-size:20px;
 
 margin:50px auto;
 
  }
 