/****************************************
 * Footer
 ****************************************/

.libInfo {
  /*clear: both;*/
  margin-left: .5em;
  margin-top: 3em;
  padding: 2px;
  border-top: 1px dashed #C0C0C0;
}

p.footerContent {
    font-size: .76em;
}

#footerIU {
	width: 100%;
	padding-top: 15px;
	/*margin: 15px 0 0 0;*/
	float:left;
	background-color: #ffffff;
}

#footerIU #copyright {
	float: left;
	/* width: 760px; */
	/*margin: 0 auto;*/
	margin-left: .5em;
	text-align: left;
}
#footerIU #copyright a {
	color: #990000;
	text-decoration: none;
}
#footerIU #copyright a:hover {
	text-decoration: underline;
}
#footerIU #copyright #blockiu {
	width: 22px;
	height: 28px;
	float: left;
}
#footerIU #copyright #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(../images/blockiu_white.gif) no-repeat;
}
#footerIU #copyright #blockiu a img {
	display: none;
}
#footerIU #copyright #statement {
	margin: 0 0 0 30px;
	font-size: 85%;
	line-height: 250%;
}


/* Display the noscript date inline with 
the rest of the copyright statement. 
Keep to validate XHTML Strict */

.inline {
	display: inline;
}
