body{
  margin: 0;
  padding: 0;
  background: #f60;
  color: #333;
  font-family: trebuchet ms;
  font-size: 14px;
  line-height: 17px;
}

.contentHeader{
  background: url(/images/navigation/topleft.gif) top left no-repeat;
  width: 100%;
}

.contentHeader h6{
  background: url(/images/navigation/topright.gif) top right no-repeat;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
}

.contentFooter{
  background: url(/images/navigation/bottomleft.gif) bottom left no-repeat;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  clear: both;
}
.contentFooter h6{
  background: url(/images/navigation/bottomright.gif) bottom right no-repeat;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
}

.contentText{
  margin: 0;
  background: url(/images/navigation/leftborder.gif) top left repeat-y;
  clear: both;
}

.wrapper{
  margin: 0;
  padding: 15px;
  background-color: #FCDE84;
  background: url(/images/navigation/rightborder.gif) top right repeat-y;
}

.wrapper p{
  clear: all;
}

.wrapper ul{
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.wrapper ul li{
  display: inline;
  margin-right: 15px;
}

a:link, a:visited{
  color: #a00;
  text-decoration: none;
}

a:hover{
  color: #c00;
  text-decoration: underline;
}

a:active{
  color: #a00;
  text-decoration: none;
}

.contentHolder{
  margin-left: 60px;
  margin-right: 80px;
  clear: both;
  margin-top: 15px;
}

.contentBottomLinks{
  font-size: 12px;
  width: 100%;
  text-align:center;
  margin-top: 10px;
}
.eventImageHolder{
  width: 100%;
  text-align:center;
  display: block;
}

.eventImage{
  text-align:center;
}

.eventImage img{
  border: 4px solid #f90;
}

h3{
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

h4{
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

img{
  border: 0;
}

#logo{
  background: #f60;
  background-image: url(/images/teresatop.gif);
  background-repeat:no-repeat;
  height: 70px;
  margin-top: 5px;
}



