#all {
  border: 0px green solid;
  position: absolute;
  left: 5%;
  top: 5%;
  width: 1000px;
  height: 90%;	
}

#head {
  border: 0px black solid;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 20%;
  text-align: center;
}

h1 { 
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 22pt;
  font-weight: Bold; 
}

h2 {
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 18pt; 
}

h3 {
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 12pt; 
}
h3r {
  color: Red;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 12pt; 
}
img {
  float: center;
}
 
p {
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 8pt;	
}

th {
  color: #008800;
  font-weight: bold;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 12pt;	
}
tr {
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 12pt;	
}

li {
  color: #008800;
  background-color: #FFFFFF;
  font-family: Arial, Nimbus Sans L;
  font-size: 10pt;	
}

#left {
  border: 0px black solid;
  position: absolute;
  left: 0%;
  top: 130px;
  width: 160px;
  bottom: 10%;
  height: 70%;
  padding-left: 1%;
  padding-right: 1%;
}

#menu li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-left: -2.5em;
}

#menu a {
  text-decoration: none;
  color: #008800;
  display: block;
  border: 3px green outset;
  background-color: #FFFFAA;
  font-family: Arial, Nimbus Sans L;
  font-weight: normal;
  font-size: inherit;
}

#menu a:hover {
  border: 0px green inset;	
  font-weight: bold;
}

#center {
  border: 0px red solid;
  position: absolute;
  left: 160px;
  top: 130px;
  width: 78%;
  height: 70%;
  bottom: 10%;
  padding-left: 1%;
  padding-right: 1%;
}

#right {
  border: 0px black solid;
  float: left;
  width: 250px;
  padding-left: 1%;
}

#footer {
  border: 0px black solid;
  position: absolute;
  left: 0%;
  top: 90%;
  width: 99%;
  height: 80px;
  padding-left: 1%;
  text-align: center;
}
 
