* { border: medium none; margin: 0; padding: 0; }
html, body { height: 100%; }
.clear { clear: both; height: 0; visibility: hidden; }
.f-left { float: left; }
.f-right { float: right; }
.t-right { text-align: right; }
.center { width: 100%; text-align: center; }
a { color: #06B2EA; }
a:hover { text-decoration: none; }
p { line-height: 1.4em; padding: 0 0 10px; }


body {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  font: 0.9em/1.3em "Tahoma","Arial",sans-serif;
  text-align: center;
}
#center {
  background: url("images/head.gif") no-repeat scroll 90% 0 transparent;
  margin: 0 auto;
  padding: 0 0 170px;
  position: relative;
  text-align: left;
  width: 1000px;
}
.head {
  border-bottom: 4px solid #B0D237;
  height: 120px;
}
ul {
  list-style: none outside none;
  padding: 0 0 5px 20px;
}
ul li {
  background: url("images/bullet.gif") no-repeat scroll 0 6px transparent;
  padding: 0 0 6px 17px;
}
h1 {
  background: url("images/green-square.gif") no-repeat scroll 0 0 transparent;
  color: #3A4046;
  font-size: 1.3em;
  font-weight: normal;
  height: 25px;
  padding: 0 0 20px 35px;
}
h1.center {
  background: none !important;
}
a.logo {
  display: block;
  height: 63px;
  left: 25px;
  position: absolute;
  top: 30px;
  width: 197px;
}
.content {
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.4em;
}
.content a.link {
  color: #000;
  text-decoration: none;
}


.foot {
  bottom: 0 !important;
  height: 103px;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.foot-container {
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  text-align: left;
  width: 1000px;
}
