body.full {
  margin-bottom: 0px; 
  margin-right:  0px; 
  margin-top:    0px; 
  margin-left:   0px 
}

table.full { 
  text-align:     left; 
  width:          100%; 
  font-family:    sans-serif; 
  border-width:   0px;
  border-style:   none; 
  padding-top:    0px; 
  padding-bottom: 0px; 
  padding-left:   0px; 
  padding-right:  0px; 
  margin-top:     0px; 
  margin-bottom:  0px; 
  margin-left:    0px; 
  margin-right:   10px; 
}

td.topleft {
  background-color: rgb(255, 153, 0);
  vertical-align: middle;
}

td.topbar {
  font-size: 160%;
  font-weight: bolder;
  color:  rgb(255, 153, 0);
  background-color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
}

td.leftcolumn {
  background-color: rgb(255, 153, 0);
  text-align: left;
  vertical-align: top;
}

td.mainarea {
  background-color: rgb(246, 246, 246);
  vertical-align: top;
}

td.copyright {
  color: rgb(255, 255, 255);
  background-color: rgb(130, 199, 28);
  text-align: center;
  vertical-align: middle;
}

.date {
  vertical-align: top;
  text-align: right;
  padding-right: 0.5em;
}

.event {
  vertical-align: top;
  padding-left: 0.5em;
}

.prov-logo {
  width: 181px; 
  height: 26px;
}

.fed-logo {
  border: 0px solid;
  width: 231px;
  height: 32px;
}

a {
  font-family: helvetica, arial, sans-serif;
  text-decoration: none;
  color: rgb(0, 0, 0);
  z-index: 100;
}

a:visited {
  color: rgb(64, 64, 64);
}

a:hover {
  background-color: rgb(130, 199, 28);
}

img {
  border: 0px none;
}