body {
  margin: 0px;
  background-color: #b2d28a;
  height: 100%;
}
a:link {
  color: #6ca5dc;
  text-decoration: none;
}
a:visited {
  color: #6ca5dc;
  text-decoration: underline;
}
a:hover {
  color: #e20013;
}
#Pagewrap {
  width: 1000px;
  background-color: transparent;
  margin-left: auto;
  min-height: 100%;
  margin-right: auto;
  font-family: Arial,Helvetica,sans-serif;
}
#Header {
  border-style: none;
  height: 200px;
  width: 1000px;
  background-color: transparent;
  padding-top: 0px;
}
#Headerleft {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 200px;
  background-color: #b80000;
  width: 200px;
  text-align: center;
}
#Headermiddle {
  margin: 0px;
  padding: 0px;
  width: 200px;
  float: left;
  background-color: #b2d28a;
  height: 200px;
  color: #b80000;
  text-align: center;
}
#Headerright {
  margin: 0px;
  padding: 0px;
  background-color: white;
  width: 600px;
  height: 200px;
  float: right;
}
#Toplinks {
  border-right-style: none;
  border-left-style: none;
  width: 1000px;
  height: 36px;
  background-color: #6ca5db;
  color: #b80000;
  font-size: x-large;
}
#Toplinks a:link {
  color: #e10012;
  text-decoration: none;
}
#Toplinks a:visited {
  color: #e10012;
  text-decoration: underline;
}
#Body {
  overflow: hidden;
  width: 1000px;
  background-color: white;
  position: relative;
  padding-bottom: 120px;
  height: 100%;
}
#Bodyleft {
  margin: 0px;
  padding: 0px 10px;
  width: 180px;
  background-color: white;
  float: left;
  color: black;
  text-align: center;
  position: relative;
  min-height: 100%;
  font-family: Calibri;
}
#Bodylefttable {
  font-size: x-large;
  background-color: #b80000;
  color: #ffff66;
  font-family: Arial,Helvetica,sans-serif;
}
#Bodyleft a:link {
  text-decoration: none;
  color: #feef66;
}
#Bodyleft a:visited {
  color: #feef66;
  text-decoration: underline;
}
#Bodycontent {
  padding: 0px 10px 0px 20px;
  background-color: white;
  font-size: large;
  margin-top: 0px;
  float: left;
  margin-right: 0px;
  width: 570px;
  min-height: 100%;
  margin-bottom: 0px;
  position: relative;
}
#Bodyright {
  width: 180px;
  min-height: 100%;
  background-color: white;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: Calibri;
}
#Footer {
  height: 120px;
  border-top-style: double;
  background-color: white;
  border-top-color: #e63b44;
  position: relative;
  width: 1000px;
}
#Footerleft {
  height: 80px;
  position: relative;
  width: 330px;
  float: left;
  text-align: center;
}
#Footermiddle {
  border-left: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
  height: 80px;
  float: left;
  margin-left: auto;
  width: 338px;
  position: relative;
  margin-right: auto;
  text-align: center;
}
#Footerright {
  height: 80px;
  width: 330px;
  text-align: center;
  float: right;
  position: relative;
}

