@charset "utf-8";
/* CSS Document */

#footer_container{
width:100%;
height:25px;
}

#footer{
width:875px;
margin:0 auto;
height:25px;
line-height:25px;
vertical-align: bottom;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #999999;
background-color:#d5e7fb;
border:1px solid #cccccc;
border-top:none;
}



#footer a:link, #footer a:visited{
	color: #999999;
	text-decoration: none;
	padding-left:20px;
}

#footer a:hover{
	color: #0099CC;
	text-decoration: none;	
}
