
body {
  margin: 0 auto;
  min-width: 960px;
  background: #04090f;
  font: 14px georgia;
}

#header {
  height: 109px;
  background: #04090f;
  margin: 0 auto;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  border-top: 2px solid #007f01;
}

#menu {
  height: 80px;
  margin-top: 30px auto -140px auto;
  text-align: center;
  border-bottom: 2px solid #007f01;
}

#content {
  background: #d7ff9c;
  margin: 0 auto;
  padding: 15px;
  width: 900px;
}

#cf {
  background: #d7ff9c;
  width: 100%;
}

#footer {
  height: 12px;
  background: #04090f;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  border-top: 2px solid #007f01;
  border-bottom: 2px solid #007f01;
  font: 900 11px verdana;
}

.footerinner {
  width: 900px;
  margin: 0 auto;
}

div#box{
  float: right;
  display: inline;
  width: 210px;
  height: 321px;
  margin: -40px 0 0 15px;
  background: #d7ff9c;
  text-align: center;
  padding: 0px;
}

div#box3{
  float: right;
  display: inline;
  width: 390px;
  height: auto;
  margin: 30px 10px -110px 0px;
  background: transparent;
  text-align: left;
  padding: 0px;
}

div#form {
  margin: 30px 0px 15px 15px;
  height: 350px;
  padding: 0;
}

div#mapcontainer {
  margin: 10px 62px 15px 62px;
  padding: 0;
}

div#mapcontainersb {
  margin: 10px 0 30px 0;
  padding: 0;
}

div#mapcontainersbdd {
  margin: 10px -5px 30px 0px;
  padding: 0;
}

div#login{
  width: 400px;
  height: 160px;
  margin-left: 275px;
  margin-bottom: 20px;
  background: transparent;
  text-align: center;
  padding: 0px;
  border: 1px solid #000;
}

.login {
  font-weight: bold;
  background: transparent;
  text-align: center;
  padding: 15px 0 15px 0;
}

.inner {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 900px;
}

.inner2 {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}

.white {
  float: left;
  width: 217px;
  height: auto;
  margin: 20px 10px 0px 0px;
  text-align: center;
}

.white p {
  text-align: center;
}

.red {
  float: left;
  width: 217px;
  height: auto;
  margin: 20px 0px 0px 0px;
  text-align: center;
}

.red p {
  text-align: center;
}

.blue {
  background: #c6f77e;
  float: left;
  width: 215px;
  height: auto;
  margin: 20px 10px 0px 0px;
  padding: 5px 0 5px 0;
  text-align: center;
  border: 1px solid #000;
}

.blue p {
  text-align: center;
}

.green {
  background: #c6f77e;
  float: left;
  width: 215px;
  height: auto;
  margin: 20px 0px 0px 0px;
  padding: 5px 0 5px 0;
  text-align: center;
  border: 1px solid #000;
}

.green p {
  text-align: center;
}

p.boxheader {
  background: #04090f;
  padding: 5px 0;
  margin: -5px 0 5px 0;
  border-bottom: 1px solid #000;
  color: #9aff00;
  font-weight: bold;
}

p.boxfooter {
  background: #04090f;
  padding: 5px 0;
  margin: 5px 0 -5px 0;
  border-top: 1px solid #000;
}

ul.nav, ul.nav li{
  margin: 5px;
  padding: 0;
  list-style: none;
}

ul.nav li{
  float: left;
  font-size: 15px;
}

ul.nav a{
  display: block;
  margin-left: 60px;
  margin-right: 20px;
  width: 100px;
  padding: 8px 10px 8px 10px;
  background: transparent;
  color: #9aff00;
  text-decoration: none;
  text-align: left;
  font: 900 13px "Trebuchet MS";
  border: 1px dotted #9aff00;
}

ul.nav a:hover{
  background: #9aff00;
  color: #000;
  text-decoration: underline;
}

.center{
  text-align: center;
}

.center > div{
  margin: 0 auto;
}

.hr4 {
  border: 0;
  width: 100%;
  color: #000;
  background: #000;
  height: 1px;
  margin: 20px 0 20px 0;
  overflow: hidden;
}

table.ewd {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  width: 900px;
  background: #666;
  border-bottom: 1px #fff solid;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: 0px;
}

table.ewd td {
  background: #c6f77e;
  color: #000;
  width: 146px;
  padding: 6px;
  text-align: center;
  border: 1px #d7ff9c solid;
}

table.ewd td.left {
  background: #a3dd4f;
  color: #000;
  padding: 6px;
  text-align: left;
  border: 1px #d2f3a3 solid;
}

table.ewd td.top {
  background: #a3dd4f;
  color: #000;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  border: 1px #d7ff9c solid;
}

table.ewd td.caption {
  background: #007f01;
  color: #fff;
  padding: 6px;
  text-align: center;
  border-bottom: 1px #fff solid;
  font-size: 16px;
  font-weight: bold;
}

.border {
  padding: 1px 10px 8px 10px;
  background: #c6f77e;
  border: 1px solid #000;
  text-align: justify;
}

p, li, ul {
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a.b {
  color: #fff;
  text-decoration: none;
}

a.b:hover {
  color: #d7ff9c;
  text-decoration: none;
}

a.c {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}

a.c:hover {
  color: #9aff00;
  text-decoration: underline;
}

a.d {
  color: #fff;
  text-decoration: none;
}

a.d:hover {
  color: #9aff00;
  text-decoration: underline;
}

a.e {
  color: #000;
  text-decoration: none;
}

a.e:hover {
  text-decoration: underline;
}

a.f {
  color: #9aff00;
  font-weight: bold;
  text-decoration: none;
}

a.f:hover {
  text-decoration: underline;
  color: #fff;
}