body, html {
   border: 0;
   padding: 0;
   margin: 0;
   background-color: #fff;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.logo {
   float: left;
   width: 200px;
   padding: 10px 10px 10px 10px;
}
.banner {
   float: left;
   width: 520px;
}
.content {
   font-size: 12px;
   font-style:  normal;
   font-weight: normal;
   color: #333333;
   padding: 10px 0px 10px 10px;
   text-align: left;
}
.contentevent {
   font-size: 13px;
   font-style:  normal;
   font-weight: normal;
   color: #333333;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
.contentdate {
   font-size: 12px;
   font-style:  normal;
   font-weight: normal;
   color: #333333;
   padding: 10px 10px 10px 10px;
   text-align: left;
}


.h1 {
   font-size: 14px;
   font-style: bold;
   padding: 20px 10px 5px 10px;
}
.h2 {
   font-size: 12px;
   font-color: #fff;
   font-style: normal;
   padding: 2px 10px 2px 10px;
}
.footer {
   font-size: 12px;
   text-align: right;
   color: #CC0033;
   padding: 0px 5px 2px 0px;
}
.footer a {
   font-weight: normal;
   text-decoration: none;
}
.footer a.selected {
   font-color: #CC0033;
   font-weight: bold;
}
.footer2 {
   font-size: 11px;
   text-align: left;
   color: #CC0033;
   padding: 0px 10px 2px 10px;
}
.footer2 a {
   font-weight: normal;
   text-decoration: none;
}
.footer2 a.selected {
   font-color: #CC0033;
   font-weight: bold;
}
a {
   color: #333;
   text-decoration: none;
   font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}
a:active {
   color: #CC0033;
   font-weight: bold;
}

td.bottomborder {
background-color: #fff;
background-image: url(border_solid.gif);
background-repeat: repeat-x;
}

td.solidborder {
background-color: #fff;
background-image: url(border_solid.gif);
background-repeat: repeat-y;
padding: 0px 0px 0px 0px;
   }

.directions {
clear: left;
}

