/* Colour Scheme */

.bluetext  { color: #00709e; }

.greentext { color: #009f3c; }

.greytext  { color: #808181; }

/* Default Values */

body {
  font: 0.8em Verdana,Arial,sans-serif;
  color: #404040; /* grey */
  padding: 0; margin: 0;
}

h1 { 
  font: 2.4em Arial,sans-serif;
  color: #808181;
  text-shadow: 2px 2px 1px #ccc;
}

h2 {
  color: #009f3c; /* green */
  border-bottom: 1px solid #009f3c;
  display: block;
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

tr { 
  vertical-align: top; 
}
      
th { 
  text-align: left; padding-right: 20px; 
}

a, a:link {
  color: #00709e; /* blue */
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #009f3c; /* green */
}

/* HEADER */


#nav {
  background: #009f3c; /* green */
  display: block;
  margin-top: -15px;
  box-shadow: 0 5px 10px #666;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
}

#nav ul {
  padding: 0.5em;
}

#nav li {
  display: inline;
  color: white;
  margin-left: 1.5em;
}

#nav a, #nav a:visited {
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
}

#nav a:hover {
  text-decoration: underline;
}

/* BODY CONTENT */

.leftcol {
  float: left;
  clear: both;
  width: 180px;
  margin-left: 10px;
}


#donate, #news, .secondnav {
  padding: 10px;
  border: 1px solid #ccc; /* grey */
  margin-bottom: 10px;
  font-size: 0.9em;
  box-shadow: 0 5px 10px #666;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
}

#donate h2, #news h2 {
  border: 0;
  padding: 0;
  margin-top: 0;
  text-shadow: 1px 1px 1px #999;
}

#donate p {
  padding: 0 5px;
}

.secondnav {
  clear: left;
  padding: 0;
}

.secondnav p {
  padding: 0; margin: 0;
}

.secondnav a {
  display: block; 
  color: #009f3c; /* green */
  text-decoration: none;
  padding: 5px 5px;
}

.secondnav a:hover {
  background: #009f3c; /* green */ 
  color: white;
}


#content {
  margin: 0 270px 0 220px;
}

#content p {
  text-align: justify;
}

#photos {
  float: right;
  width: 230px;
  margin-right: 10px;
}

#photos img {
  border: 1px solid #ccc; /* grey */	
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 5px 10px #666;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
}
