/* taken from the guestbook page, which had been only page using it 10-1-2010 until 12-29-2010
this is a quick fix to this page too*/

.day {color:#1A3D5F;font-weight:bold;} /* b3 blue */
.up1 { font-size: larger; }
.down1 { font-size: smaller; }

/*p {color:black;}*/
/*h1 {font-size: 1.1em;}*/

sz1 {font-size: 1em;} /* these added in here; not on guestbook */
li { font-size: 1em; list-style-type: none; padding-bottom: 3px; }/*padding-top: 2px;*/

.sub-menu-SW {
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px; /*sw added*/
  opacity: 1;
  /*padding: 2px 8px;*/
 /* z-index: 49;*/
  height: 40px; /* matt's 26px */
  color: #fff;
  /*position: absolute;*/
  /*
bottom: 0px;
  left: 0px;
  right: 0px;
*/
  background-color: #1a3d5f;
  background-image: -moz-linear-gradient(top, #214f7b, #122a42);
  background: -webkit-gradient(linear, left top, left bottom, from(#214f7b), to(#122a42));
}

.b-u {
	text-decoration: underline;
	font-weight: bold;
}
