body {
  background-image: url(../images/mainbg.gif);
  background-repeat: repeat-x;
  background-color: #e5e3dd;
  margin: 0;
  padding: 0;
  color: #616161;
}

h1, h2, h3, h4, h5, h6 {
  color: #25407d;
}

a {
  color: #6b802f; /*#1c2777; #980017;*/
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

#header {
  background-image: url(../images/header.jpg);
  height: 150px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 960px;
  position: relative;
}

#logolink {
  position: absolute;
  width: 260px;
  height: 90px;
  top: 35px;
  left: 21px;
}

#logolink a {
  display: block;
  width: 260px;
  height: 90px;
}

#logolink a:hover {
  border: medium none;
  background-color: transparent;
}

#mainbody {
  width: 960px;
  background-image: url(../images/bg.gif);
  margin-left: 0;
  position: relative;
}

#lbg {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  background-image: url(../images/lbg.gif);
  width: 10px;
  height: 320px;
}

#rbg {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  background-image: url(../images/rbg.gif);
  width: 10px;
  height: 320px;
}

#header ul {
  list-style: none;
  overflow: hidden;
  width: 660px;
  top: 67px;
  left: 294px;
  position: absolute;
  margin: 0;
  padding: 0;
}

#header ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 110px;
  text-align: center;
}

#header ul li a {
  display: block;
  padding: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #989898;
  font-weight: normal;
  text-decoration: none;
}

#header ul li a:hover {
  color: #1c2777;
  /*color: #980017;*/
  border: medium none;
  background-color: transparent;
}

#header h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #3e3e3e;
}

#bodytop {
  background-image: url(../images/bodytop.jpg);
  height: 30px;
  width: 960px;
}

#bodymid {
  background-image: url(../images/bodymid.gif);
  height: 320px;
  width: 960px;
}

#footer {
  background:transparent url(../images/foot.gif) no-repeat scroll left top;
  width: 960px;
  height: 80px;
  margin: 0;
  padding-top: 20px;
}

#footer div {
  text-align: right;
  padding-right: 40px;
  font-size: 0.9em;
}

.postMeta {
  background:transparent url(../images/dot.gif) repeat-x scroll left center;
  font-size:10px;
  margin-bottom:5px;
  margin-left: 0px;
  text-align:right;
  text-transform:uppercase;
  font-family: arial, verdana, sans;
}

.postMeta span.date {
  background:#fff none repeat scroll 0%;
  color:#919191;
  padding: 2px 2px 2px 4px;
}

h1 a {
  font-weight: normal;
}

.dateline {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}

.authorline {
  font-size: 0.8em;
  color: #fff;
}

.eventline {
  margin-bottom: 0;
}

.eventtitle {
  border-bottom: 1px solid #666;
  margin-top: 55px;
}

.post {
  margin: 20px 0 30px 30px;
}

.post h1 {
  margin-top: 14px;
}

#sidebar {
  padding-top: 20px;
}

#myMap {
  border: 1px solid #d4d4d4;
}

.sideList {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.sideList li {
  font-size: 10px;
  margin: 0 34px 0 0;
  padding: 6px 0 6px 6px;
}

.sideList li a {
  color: #6b802f;
}

.sideList li div {
  color: #9e9e9e;
}

table {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 10px;
  border-collapse: none;
}