.search_field
{
  position: absolute;
  top: 84px;
  border: solid 1px #949494;
  width: 172px;
  padding-left: 1px; 
  padding-top: 0px;
  padding-right: 1px;  
  padding-bottom: 1px; 
  font-weight: bold;
  color: #949494;
  font-size: 12px; 
  float:left;
}

.search_field INPUT
{
  border: 0px;
  width: 114px;
  font-size: 11px;
  padding-left: 4px;
}

.nav
{
list-style: 	none;
	padding-top: 33px;
}

a
{
	color: #949494;
}

a:hover
{
	color:black;
	text-decoration: none;
}

H1
{
	color:	#00A6EB !important;
	font-size: 19px !important;
	padding-bottom: 15px !important;
}