


.footer-menu{
/*background:red;*/
	color:#003366;
	margin: 0 auto;
	float: none;
	text-align: center;
	width:100%;border-top:1px solid #c0c0c0;
	padding:20px 0px;
	}


.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:20px;
/*background:blue;*/
	}


.footer-menu ul li {
	display: inline;
	padding: 0px 5px;
	color:#003366;
	font-family: myfirstfont;
	font-size: 14px;
	}


.footer-menu ul li a{
	color:#003366;
	transition: color .1s ease-in-out; /* vendorless fallback */
	-o-transition: color .1s ease-in-out; /* opera */
	-ms-transition: color .1s ease-in-out; 
	-moz-transition: color  .1s ease-in-out; /* Firefox */
	-webkit-transition: color .1s ease-in-out; /*safari and chrome */



	}


.footer-menu ul li a:hover{
	color:#828282;
	}




.copyright{
/*background:pink;*/
	color:#003366;
	height:40px;
	margin: 0 auto;
	float: none;
	text-align: center;
	width:180px;
    	letter-spacing: 2px;
	word-spacing: 4px;
	font-family: myfirstfont;
	font-size: 12px;
	border-top:1px solid #c0c0c0;
	}


.copyright span{
	}
