body {
	font-family: Trebuchet MS;
	color: #003366;
	background: #C4E2F4;
}
.container {
  background: #FFFFFF;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 10px;
  width: 780px;
  height: 100%;
  font-size: 14px;
  margin: 0 auto;
}
#header { width: 100%; height: 123px; background: #003399; margin-bottom: 10px; }
#header a img { border: none; }
#footer { width: 100%; border-top: 1px solid #666666; text-align: center; font-size: 12px; }

h1 {
  font-size: 22px;
  text-align: center;
}

h2 {
  font-size: 20px;
}
h2.tagline {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  }
  h3 {
   font-size: 16px;
   }
   ol li { margin-bottom: 10px; }
