#footerOuter {
   height:1px;
   vertical-align:bottom;
}

#footerPanel {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
   height:0;
   background-image: url('../images/footer.jpg') ;
}

table#footerPanel td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

#footerPanel .subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #003366;
	font-weight: bold;
}

#footerPanel  a{
  font-family:  "Arial", "Verdana","Helvetica", "sans-serif";
  font-size:9px;
  text-decoration:none;
  color:#000;
  font-weight: bold;
}

#footerPanel a:hover{text-decoration:underline; color:#000;}

