body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #99ccff;
	line-height: 1.4em;
}
#header {
  background-color: #ffffff;
  background-image: url("../../../../images/kidseal_small.jpg");
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-bottom: 0;
  margin-top: 0;
/*  height: 150px;*/
  border: 4px #99ccff inset;
}
#header p {
/*  margin-left: 50px; */
/*  padding-top: 10px; */
  padding-bottom: 0;
  font-size: medium;
}
#page {
  margin-top: 0;
  padding-top: 10px;
  background-color: #ffffff;
}
#content {
  background-color: #ffffff;
/*  width: auto; */
  margin-top: 0;
  padding: 5px 10px 5px 10px;
  border: 4px #99ccff inset;
}
#content fieldset {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#content table {
  margin-left: auto;
  margin-right: auto;
}
.gray {
  background-color: #cccccc;
}
.xxsmalltype {
  font-size: xx-small;
}
hr {
  color: #99ccff;
  width: 80%;
}
a {
  color: #0000CC;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
