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

body { 
style

  font-family: verdana, sans-serif;
  font-size: larger;
  font-weight 
  
}
.Header {
  text-align: center;
width:1200px;
  background-color:#C0E3B8;
  color: #388525;
}
.Header h1 {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: xx-large;
  font-family: Verdana, sans-serif;
  font-weight: lighter;
}

.Footer {
  text-align: center;
  background-color: rgb(210,210,210);
  color: Green;
}
.Footer h1 {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: small;
  font-family: Verdana, sans-serif;
  font-weight: lighter;
}
.LeftPanel {
  position: absolute;
  top: 90px;
  left: px;
  width: 180px;
  max-height::100%;
  background-color:#C0E3B8;
  border-width: 1px;
  border-style: solid;
  border-color:#C0E3B8;
  padding-bottom: 8px;
}


.CenterPanel {
position:absolute;
 margin-left:185px;
 width:746px;
 border-left-width:1px;
 border-right-width:1px;
 border-bottom-width:0px;
 border-style:solid;
 border-color:white;
 padding-top:0px;
 
  
}


.LeftPanel h1, .RightPanel h1
{
  background-color: black;
  color: white;
  font-size: medium;
  text-align:center;
  padding: 6px;
  margin-bottom: 3px;
}


.MiddlePanel {
position:absolute;
 margin-left:160px;
 width:660px;
 border-left-width:1px;
 border-right-width:1px;
 border-bottom-width:0px;
 border-style:solid;
 border-color:green;
 padding-top:0px;
 
  
}



.FloatingBox {
float:right; 
width:70px;
background-color:#C0E3B8;
border-width:2px;
border-style:solid;
border-color:black;
padding:10px;
margin:10px;
font-weight:lighter;
color:black;
text-align:center;
}

.FloatingBox {
float:left; 
width:105px;
background-color:#C0E3B8;
border-width:2px;
border-style:solid;
border-color:black;
padding:10px;
margin:7px;
font-weight:lighter;
color:black;
text-align:center;
}



.FixedBox3 {
position:absolute;
top:150px;
left:100px;
width:850px;
background-color:#C0E3B8;
border-width:2px;
border-style:solid;
border-color:#C0E3B8;
padding:10px;
margin:10px;
font-weight:lighter;
color:black;
text-align:left;
}

.FixedBox4 {
position:absolute;
top:150px;
left:550px;
width:400px;
background-color:#C0E3B8;
border-width:2px;
border-style:solid;
border-color:#C0E3B8;
padding:10px;
margin:10px;
font-weight:lighter;
color:black;
text-align:center;
}









</style> }