.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #016a99;}

H1 {font: 16px Arial; color: #000000; font-weight: bold; margin: 0px;}
H2 {font: 14px Arial; color: #000000; font-weight: bold; margin: 0px;}


#footer 
{
  padding: 5px;
  margin: 5px;
  clear: both;
  text-align: center;
  font-size: small;
  background-color: #CAE1FF;
  color: #000000;
}

#footer a
{
  color: #016a99;
}



ul
{
  list-style-type: disc;
  margin-left: 10px;
  color: #016a99;
  font-size: small;
}






