
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

p {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
td,
li,
div {
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}
/*
Green: #336a34
Yellow: #c9e319
Blue: #0088a8
*/
.header {
  border-bottom: 30px #0088a8 solid;
  margin-bottom: 40px;
}
.footer {
  border-top: 1px #336a34 solid;
  color: #898989;
  font-size: 16px;
  margin-top: 60px;
}
.centered-pills {
  text-align: center;
}
.centered-pills ul.nav-pills {
  display: inline-block;
}
.centered-pills li {
  display: inline;
}
.centered-pills a {
  float: left;
}
* html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE6 */
* + html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE7 */
.nav-pills > .active > a,
.nav-pills > li > a {
  color: gray;
}
.nav-pills > .active > a,
.nav-pills > li > a:hover {
  color: black;
  background-color: white;
}
.nav-pills > .active > a,
.nav-pills > .active > a {
  color: black;
  background-color: white;
  font-weight: bold;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: black;
  background-color: white;
}
.align-center {
  text-align: center;
}