#footer  {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-weight: normal;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
} 
#footer  p  { 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 */ font-size: small; 
}
#footer li { color: #000033; text-decoration: none; list-style-type: none; display: inline; word-spacing: normal; margin-right: 14px; margin-left: 14px; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#footer ul {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	text-decoration: none;
}
#footer a { font-size: small; color: #FFFF00; }
