
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
 #footer p {
float: left;
 color:#999999;
text-decoration: none;
 font-size:12pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 #footnav {
float: right;
width: 380pt;

margin:10px 0 10px 30px;
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}



#footnav A:LINK {
  color:#999999;
 padding-left:13px;
 padding-bottom:1px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12pt;

 text-decoration: none;
}

#footnav A:VISITED  {

  color:#999999;
 padding-left:13px;
 padding-bottom:1px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12pt;

 text-decoration: none;
} 


#footnav A:ACTIVE{

 border:0px;
 color:#999999;

 text-decoration: none;

 font-size:12pt;

}

#footnav A:HOVER{

 border:0px;
 color:#90AC59;

 text-decoration: none;

 font-size:12pt;

}

