  html, body {
    height: 100%;
	margin: 0;
    background-color: #EFEFEF;
  }
  .main {
	font-family: Verdana;
	font-size: smaller;
  }
  .leftside {
	background-color: #FED44A;
	width: 113px;
  }
  .lefttop {
    border-bottom: 2px solid white;
  }
  .righttop {
    border-bottom: 2px solid #FED44A;
  }
  .mid {
    background-color: white;
	width: 650px;
  }
  .rightside {
	background-color: #FED44A;
	width: 237px;
  }
  .menu {
	padding-top: 40px;
	padding-right: 20px;
	font-size: smaller;
  }
  .top { 
    height: 80px;
  }
  .sidespaced {
    margin: 5px;
  }
  .midspaced {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  a {
    text-decoration: none;
	color: navy;
  }
.hdr {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 10px;
  color: #125E98;
}
.agendahdr {
  font-weight: bold;
  margin-bottom: 5px;
}
.articlesubhdr {
  font-weight: bold;
  margin-bottom: 5px;
  color: Silver;
}
.smallhdr {
  font-weight: bold;
  margin-bottom: 10px;
  color: #125E98;
}
.subhdr {
	font-style: italic;
}
.smallf {
	font-size: smaller;
}
.spaced {
	margin-bottom: 5px;
}
.singleagenda {
	margin-bottom: 10px;
}
.odd {
	background-color: #EFEFEF;
}
.agendadate {
	width: 130px;
	float: left;
}
.separator {
	border-bottom: 1px solid #FED44A;
	margin-bottom: 10px;
}
.headtable {
	background-color: green;
}