/* 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;
  width: 1054px;
  padding: 0px;
  background: white;
  min-height: 100%;
  overflow: hidden;
} 

div.main {
  position: relative;
  padding-right: 10px;
  max-width: 630px;
  text-align: justify;
  font-size: 14px;
  margin-left: 210px;
  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 {
}

.links td {
  vertical-align: top;
}

div.header_ad {
	margin-top: 10px;
}

div.main_select {
  height: 90px;
  width: 500px;
  margin-left: 40px;
  
  font-family: georgia, serif;
  font-size: 16px;

  overflow: visible;
  cursor: pointer;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11758C', endColorstr='#489615',GradientType=0 );
  zoom: 1;

  background-position: -300px 0;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #11758C 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11758C), color-stop(100%,#FFFFFF));
  background: linear-gradient(top, #11758C 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(#11758C,#FFFFFF);
  color: #FFF;
  
}

.select_shadow {
  -moz-box-shadow:    3px 3px 3px 4px #ccc;
  -webkit-box-shadow: 3px 3px 3px 4px #ccc;
  box-shadow:         3px 3px 3px 4px #ccc;
}

div.main_select:hover {
  color: black;
}

div.main_select:hover h1 {
  text-shadow: 3px 3px 4px #bbb !important;
}

div.main_select h1 {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 18px;
  text-shadow: 2px 3px 3px #333;
  padding: 5px;
  padding-left:10px;
  padding-bottom:3px;
  border-bottom: white solid;
}

div.main_select span {
  margin:0;
  padding:0;
  margin-left: 10px;
  color: black;
  font-weight: bold;
}

div.main_select span a {
  padding: 0;
  margin: 0;
  text-shadow: 2px 3px 3px #AAA;
  color: black;
}

div.main_select span a:hover {
  text-shadow: 2px 3px 3px #FFF;
}

h1  a {
 color: black !important;
}

.download_button {
   width : 60px;
}

.download_button_big {
   width : 90px;
   margin-left: -10px;
}

img {
  border: 0;
}
