
/* CSS Document */

#footer{
	width			:732px;
	background		:#ffffff;
	border-top		:1px solid #d9d9d9;
	margin			:10px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}
/* small note: this is the horizontal bar color between the 2 links in the footer */
.grayFooter{
	color			:#d9d9d9;
}
/* end small note: this is the horizontal bar color between the 2 links in the footer */
#footer ul{
	list-style		:none;
	margin			:0px 0px 0px 20px;
	padding			:5px 10px 10px 0px;
}
#footer li{
	display			:inline;
	margin			:0px 0px 0px 0px;
	padding			:0px 10px 0px 0px;
	font-size		:85%;
}
#footer a{
	color			:#0060ad;
	padding			:0px 0px 0px 0px;
	margin			:0px 0px 0px 0px;
	text-decoration	:none;
	font-weight		:400;
	background		:#ffffff;
}

#footer a:hover{
	color			:#0060ad;
	padding			:0px 0px 0px 0px;
	margin			:0px 0px 0px 0px;
	text-decoration	:underline;
	background		:#ffffff;
}
