body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
}
#top {
  color: #007;
  margin: 20px;
  padding-top: 0px;
  padding-left: 20px;
  background: #aaf;
/*	background-image: url(images/ms_logo_100h.png);
  background-position: right top;
	background-repeat: no-repeat; */
  height: 100px;
}
#top h1 {
  font-family: "Times New Roman", Times, serif;
}

#left {
  position: absolute;
  left: 20px;
  top: 140px;
  width: 170px;
  background: #eef;
}
#leftcontent {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#leftcontent p {
  margin-top: 3px;
  margin-bottom: 3px;
}
#leftcontent ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
}
#center {
  margin-left: 200px;
  margin-right: 230px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#centercontent {
  font-size: 12px;
}
#centercontent h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  color: #007;
  line-height: 1;
  margin: 0;
}
#centercontent h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#centercontent h3 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}
#centercontent h1.bighcentre {
 font-size: 32px;
 line-height: 1;
 font-weight: normal;
 font-stretch: extra-expanded;
 text-align: center;
}
#centercontent h1.bigh {
 font-size: 32px;
 font-weight: normal;
}
#centercontent h1.righth {
 text-align: right;
  margin-bottom: 20px;
}
#centercontent table {
 font-size: 10px;
 background: #eef;
 border-collapse: collapse;
 empty-cells: show;
}

#centercontent td,th {
 border: 1px solid navy;
}

div.PROG table {
 width: 100%;
 text-align: left;
 margin-left: 0;
 margin-right: 0;
}

div.grpbook table {
 text-align: center;
}

#right {
  position: absolute;
  right: 20px;
  top: 140px;
  width: 200px;
  background: #eef;
}
#rightcontent h1{
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  color: #999;
}
#rightcontent h2 {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
#rightcontent p {
  font-size: 10px;
  margin-left: 10px;
}

#rightcontent ul {
  font-size: 10px;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 0;
}
#rightcontent ol {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
  padding-left: 0;
}

#footer {
  background: #ccc;
  margin: 20px;
  padding: 2px;
  text-align: center;
  visibility: hidden;
  font-size: 10px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

a:link {  color: #0000ee;  text-decoration: none;}  /* for unvisited links */
a:visited { color: #552288; text-decoration: none; } /* for visited links */
a:active { color: #FF0000; text-decoration: none; } /* when link is clicked */
a:hover {  color: #FF0000; text-decoration: underline;} /* when mouse is over link */

.dropcap {
 color: #007;
 font-size: 340%;
 float: left;
 line-height: 1;
 font-weight: 100;
}
.bigp {
  font-size: 150%;
}
.dkbkgnd {
  background-color: #aaf;
}

.flash {
  color: #FF0000;
}

