@charset "utf-8";
/* CSS Document */
.Logo img {
  margin-top:6px;
}
body {
  background-image:url(Background.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Menu ul {
  padding-top:10px;
}
.Menu span {
  text-transform: uppercase;
  color: #ffffff;
}
.Menu span.Selected{
  color:#004911;
}

.Content1{
  background-color:#51A529;
}
.Content2{
  background-color:#51A529;
}
.SiteSponsor{
  background-color:#51A529;
}
 h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#004911;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 120%;
}
.Content1 h1 {
  color: #004911;
}
.Content2 h1 {
  color: #004911;
}
a:LINK { color:#004911; text-decoration:none; }
a:VISITED { color:#004911; text-decoration:none; }
a:HOVER { color:#004911; text-decoration:none; } 