/* CSS  */
html {
  height: 100%;
}

body {
  background: #eeeeee;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

body,p,td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

td {
  text-align: left;
}

h1 {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 100%;
  border-bottom: #11758C 3px solid;
}

h2 {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 90%;
  border-bottom: #11758C 1px solid;
}

.news h2 {
  text-decoration: none;
  font-size: 90%;
}

.msg  {
  margin-top: -8px;
}

a#donate, .news a {
  text-transform: uppercase;
}

a#donate,.link a, a.link, .news a, .main a {
  text-decoration: none;
  text-align:left;
  color: #11758C;
  padding: 5px;
}

table.link {
  font-size: 80%;
  width: 120%;
}

div.header {
  position: relative;
  text-transform: none;
  height: 70px;
  border-bottom: #11758C 2px solid;
  padding-top: 5px;
}

.header img {
  float: left;
}

div.header_name {
  text-align: left;
  font-size: 10px;
  text-decoration: none;
  text-align:left;
  margin-left: 90px;
  font-weight: bold;
  padding-left: 30px;
  color: #11758C;
}

span.header_name {
  font-size: 54px;
  color: #11758C;
  padding-right: 20px;
}

div.all {
  position: relative;
  margin: auto;
  padding: 0px;
  background: white;
  min-height: 100%;
  overflow: hidden;
} 

div.main {
  position: relative;
  padding-right: 10px;
  max-width: 700px;
  text-align: justify;
  font-size: 14px;
  padding-left: 200px;
  padding-top: 20px;
}

div.footer {
  background: #eee;
  text-align: right;
  font-size: 12px;
  color : #11758C;
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

span.thx {
  font-weight: bold;
}

.links td {
  vertical-align: top;
}
