/* CSS Document */
body  {
  background: #dfe7d0;
  color: #457293;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  }
  
a {
  color: #457293;
  font-weight: bold;
  text-decoration: none;
  }
  
a:hover {
  color: #9eb1bf;
  }
  
a img {
  border: 2px solid #457293;
  }
  
a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  }

#all {
  width: 680px;
  min-height: 700px;
  background: #ffffff;
  background-image: url("rendering680.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: left;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 3px double #457293;
  padding: 0px;
  }
  
#allcontent {
  width: 680px;
  min-height: 620px;
  background: #ffffff;
  background-image: url("rendering680pale.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: left;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 3px double #457293;
  padding: 0px;
  }
  
*html #all  {
  width: 686px;
  height: 706px;
  }
  
*html #allcontent  {
  width: 686px;
  height: 626px;
  }
  
#left {
  float: left;
  padding: 6px;
  padding-left: 8px;
  }
  
*html #left {
  height: 626px;}
  
a.nav {
  display: block;
  width: 106px;
  height: 16px;
  border: 1px solid #9eb1bf;
  background: #457293;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
  margin-left: 4px;
  padding:3px;
  }
  
*html a.nav {
  width: 112px;
  height: 20px;
  }

a.nav:hover {
  background: #dfe7d0;
  color: #457293;
  }
  
#right  {
  float: right;
  width: 543px;
  margin: 0px;
  padding: 0px;
  }

*html #right  {
  width: 525px;
  }
  
#contact  {
  text-align: right;
  padding: 2px;
  padding-right: 20px;
  }
  
#slogan  {
  text-align: right;
  font-style: italic;
  font-size: 14px;
  padding: 4px;
  padding-right: 18px;
  padding-left: 20px;
  }
  
#content {
  margin: 18px;
  margin-top: 34px;
  text-align: justify;
  }

h1  {
  font-size: 16px;
  font-weight: bold;
  }
  
h3  {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-top: 32px;
  margin-bottom: 6px;
  }
  
#content img  {
  float: left;
  margin-bottom: 16px;
  margin-right: 8px;
  }
  
#footer {
  width: 680px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  }
  
#footerleft {
  float: left;
  text-align: left;
  }
  
#footerright  {
  float: right;
  text-align: right;
  }

ul.events li{
  line-height: 16px;
  margin-bottom: 20px;
  }
