
/************ Page Centering ************************************/

	.page-container {
		width: 783px;
		/* margin: 0px auto; */
	}
	
	
/************ NIH Logo Header ***********************************/
	
	.nih-header {
		margin-bottom: 20px;
	}
	
/*************** Footer Styling ********************************/

	#ccr-footer {
		background-color:#E5F1F9;
		text-align: center;
		height: 130px;
	}
	#ccr-footer hr{
		margin-bottom: 25px;
	}
	#ccr-footer p {
		padding-top: 1px;
		text-align: center;
		display: block;
		left: 0;
		color: #595959;
		font-family: Arial, 'Open Sans', Trebuchet, sans-serif;
		font-size: 12px;
		line-height: 18px;
	}
	#ccr-footer a, #ccr-footer a>* {
		color: #595959;
		text-decoration: none;
		-webkit-transition: background-color 0.2s ease,border 0.2s ease,color 0.2s ease,opacity 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease,border 0.2s ease,color 0.2s ease,opacity 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease,border 0.2s ease,color 0.2s ease,opacity 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease,border 0.2s ease,color 0.2s ease,opacity 0.2s ease-in-out;
		transition: background-color 0.2s ease,border 0.2s ease,color 0.2s ease,opacity 0.2s ease-in-out;
	}
	}
	#ccr-footer a:visited {
		color: #195e86;
	}
	#ccr-footer a:hover {
		text-decoration: underline;
		color: #cccccc;
	}