body {
  background-color: #e2e0e0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: center
}

#wrapper
{
  width: 1080px;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  background-color: #e2e0e0;
  text-align: left
}


#footer {
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}

#centercolumn
{
  height: 200px;
  width: 850px;
  float: left;
  background-color: #e2e0e0;
  text-align: left;
}

#rightcolumn {
  height: 200px;
  width: 200px;
  float: right;
  background-color: #e2e0e0;
  margin-left: -200px;
}

#header
{
  height: 200px;
  text-align: center
}

.text1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: medium;
  font-weight: bold;
  color: #000000;
  text-align: center
}
.text2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: medium;
  font-weight: bold;
  color: #000000;
  text-align: center
}
.text3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: medium;
  color: #000000;
}

.text4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: medium;
  color: #000000;
  text-align: center
}

.text5 {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center
}

a:link, a:active, a:visited, a:hover {
	color: #000000;
	font-family: font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: regular;
    font-weight: bold;
    text-decoration: none;
}

ul {
  font-family: font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #000000;
  list-style-type: none;
  line-height: 200%
 }

li.one {
  font-family: font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #000000;
  text-indent: -10px;
  list-style-type: none;
}

li.two {
  font-family: font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #000000;
  text-indent: -10px;
  list-style-type: none;
  line-height: 200%
}

span.desc {
  font-family: font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #000000;
}
