@charset"iso-8859-1";

#footer{
  margin: 0px 10px; 
  padding: 0px;
  color: #ffffff ;
  width:770px;
  height: 19px;
  background :#1F2E4D;
  text-align: center;
  clear: both;
  } 



/*footer layout */
a.foot {
  position: static;
  font-size: 0.8em;
  color: #ffffff;
  background: #1F2E4D;
  decoration:underline;
  font-weight : normal;
  }
 
a.foot:link {  color: #ffffff; text-decoration:underline}
a.foot:visited {  color: #ffffff; text-decoration:underline}
a.foot:hover {  color: #CCCCCC; text-decoration: underline}
a.foot:active {  color: #333333; text-decoration: underline}
