body {
  margin: 5px 30px 10px 30px;
  font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; 
  font-size: 11px; 
}

#header {
	text-align: center;
	margin: 5px 10px 30px 10px;
	font family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; 
	font-size: small; 
}

#header img {
	border: none;
}

#header a:link, a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #005577;
}

#header a:hover, a:active {
  text-decoration: none;
  font-weight: bold;
  color: #790032;
}

#header h2 {
	 color: #005577;
}

.notes {
	font-size: x-small;
}

.links {
	text-align: center;
	margin: 25px 0px 45px 0px;
}

body table tr td {
	font family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; 
  font-size: 11px;
}
input {
  margin-bottom: 0px;
}
#results {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
#filtered {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #FF00FF;
  background-color: #FFEEFF;
}
#edu {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #FF0000;
  background-color: #FFEEEE;
}
#gov {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #00FF00;
  background-color: #EEFFEE;
}
#def {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #0000FF;
  background-color: #EEEEFF;
}


#footer {
	text-align: center;
	margin: 5px 10px 10px 10px;
	font family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; 
	font-size: x-small; 
}