

#footer{
	position: relative;
	float: none;
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:3px;
	background-color:  #fff;
}

.line_blue {
	width:100%;
	height:.5em;
	weight:700;
	background-color:#00247d;
}

.line_red {
	width:100%;
	height:.5em;
	weight:700;
	margin-bottom:2em;
	background-color:#d52B1E;
}


.footer_font_center{
			color: #000;
			font-family: 'Raleway', sans-serif;
			font-weight: 400;
			text-align:center;
			list-style-type:none;
			letter-spacing: .5px;
			overflow-wrap: break-word;
			word-spacing:4px;
}
						
				.footer_font_center  a:link{
					color: #d52B1E;
				}

				.footer_font_center a:hover{
						color: #00247d;
				font-weight: 600;
				}
				
				.footer_font_sm_center a:visited{
						color:#d52B1E;
				}

						.footer_font_sm_left {
							float:left;
							text-align:left;
							color: #000;
							font-weight: 400;
							font-family: 'Raleway', sans-serif;
							word-wrap: break-word;

							}	
									.footer_font_sm_left a:link{
											color: #d52B1E;
									}

									.footer_font_sm_left a:hover{
											color: #00247d;
									font-weight: 600;
									}

									.footer_font_sm_left a:visited{
											color:#d52B1E;
									}
	



		.footer_font_sm_right {
			float:right;
			text-align:right;
			color: #000;
			font-weight: 400;
			font-family: 'Raleway', sans-serif;

			}	
					.footer_font_sm_right a:link{
							color: #d52B1E;
					}

					.footer_font_sm_right a:hover{
							color: #00247d;
						font-weight: 600;
					}

					.footer_font_sm_right a:visited{
							color:#d52B1E;
					}


		
