/* Wraps the footer and sets borders */
#footer {
	height: 31px;
	width: 700px;
	background-color: #D6DDE9;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	float: left;
	clear: left;
	margin-top: 15px;
}

#footer ul {
	padding: 0;
	width: 306px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer ul li {
	display: inline;
	float: left;
	text-align: center;
}
#footer ul li a {
	width: 100px;
	height: 25px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 4px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #000000;
	color: #000000;
}
#footer ul li a:hover {
	border-right-width: 2px;
	border-right-style: dotted;
	text-decoration: underline;
	border-right-color: #000000;
	color: #000000;
	font-weight: bold;
}

/* Removes border from last list item */
#footer ul li#footerbdr a {
	border-right: none;
}

/* Adjusts copyright info, bottom text banner, and simplifies links to non-bold underline */
#foottext {
	float: left;
	width: 700px;
	margin-bottom: 25px;
}

#foottext p {
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#foottext p a{
	font-weight: normal;
	text-decoration: underline;
}

#foottext p a:hover{
	font-weight: bold;
	text-decoration: underline;

/* Footer END */
