tr {
  vertical-align: top;
}
h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
  color: #000;
  padding: 0px;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}
h6 {font-size: 8px;}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-family: Verdana;
  background-color: #366;
  background-image: url(images/back.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  margin: 0px;
}
.by, .by a{
  color: #AAA;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
}
.main {
  background-color: #fff;
}
.maincontent {
  text-align: left;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 760px;
}
.maincontent, .maincontent p, .maincontent table {
  font-size: 12px;
}
.menu {
  background-color: #366;
  font-size: 11px;
  vertical-align: middle;
}
.footer {
  font-size: 9px;
  color: #99B3B3;
  text-align: center;
}
.highlighted {
  padding:5px;
  color:#FFF;
  background-color:#99B2B2;
}
.maincontent ul {
  font-size: 12px;
  width: 100%;
  list-style-image: url(images/bullet.png);
}
.maincontent ul li {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  float: none;
}
.maincontent a {
	color: #366;
}
.menulist p {
  margin-top: 5px;
}
.date {
  font-size: 11px;
  font-weight: normal;
}
.smalldate {
  font-weight: normal;
  font-size: 10px;
  font-family: "Arial Narrow", Arial;
  position: relative;
}
.event {
  text-indent: -26px;
  margin-left: 28px;
  font-weight: bold;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 2px;
  font-family: "Arial Narrow", Arial;
}
.event a {
	color: #366;
}
.top_event {
  color:#FFF;
  background-color:#99B2B2;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.top_date {
  float: right;
  width: 15px;
  height: 15px;
  vertical-align: top;
  font-size: 10px;
}
h4.special {
  border-bottom: 1px solid #DDD;
}
div.special {
  margin-left: 50px;
}
.line {
  border-left: 1px solid #DDD;
}
.names {
  font-size: 10px;
  text-align: center;
  font-style: italic;
  margin-top: 2px;
}
.pad {
  background-image: url(images/pad_back.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}
.shadow_ml {
  background-image: url(images/shadow_r2_c1.png);
}
.shadow_bl {
  background-image: url(images/shadow_r3_c1.png);
}
.shadow_mr {
  background-image: url(images/shadow_r2_c3.png);
}
.shadow_br {
  background-image: url(images/shadow_r3_c3.png);
}
.shadow_bm {
  background-image: url(images/shadow_r3_c2.png);
}

.green {color: #366 !important;}