body {
	font-family:Georgia, serif;
}

a{
	text-decoration: none;
	color: #017bba;
}


a:hover{
	text-decoration: underline;
}


#ftr{
	position: relative;
	float: left;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
/*	width: 988px;*/
	height: 23px;
	line-height: 23px;
	border: 1px solid #C3CFD1;
	font-size: .9em;
	background-color: #FFF;
	z-index: 1;
}

#ftr ul{
	margin: 0px;
	padding-left: 0px;
	display: block;
}

#ftr li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#ftr a{
	text-decoration: none;
	color: #017bba;
}


#ftr a:hover{
	text-decoration: underline;
}



#ftr .copyright {
	float: right;
	padding-right: 5px;
}


.triple {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.boxed {
	border: 1px solid #C3CFD1;
	margin: 5px;
	padding: 5px;
}