*{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:16px;
}
#top{
	cursor:pointer;
	color:#172b75;
	position:fixed;
	bottom:50px;
	right:50px;
	display:none;
}
nav{
	text-align:center;
	margin:0 auto;

}
nav .sf-menu{
	margin:70px auto 1em;

}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	text-decoration:none;
	color:#FAA71A;
}
.clearfix{
	clear:both;
}
#header{
	width:100%;
	height:200px;
	margin:0 auto;
	text-align:center;
}
#header img{
	width:200px;
	height:200px;
	float:left;
	padding-left:10px;
}
#ln{
	height:30px;
	width:100%;
	background:#172b75;
	border-bottom:2px solid #faa71a;	
}
#ln p{
	float:right;
	padding-top:5px;
	padding-right:30px;
}
#ln a{
	text-decoration:none;
	color:#FFF;
}
#box a:link,
#box a:visited{
	width:100px;
	height: 70px;
	line-height: 30px;
    text-align: center;
	text-decoration: none;
	border-radius:30px;
	float:right;
	margin:50px -110px 40px auto;
	box-shadow:1px 1px 1px #172b75 inset, 3px 3px 3px #172B75, 1px 1px 2px #EBD699 inset;
}
table{
	border:2px solid #000;
	text-align:center;
}
.container{
	padding-bottom:1.7%;
}
.container h3{
	color:#172b75;
	padding-bottom:20px;
	padding-left:5px;
}
#ft{
	float:right;
	padding-bottom:30px;
}

footer{
	background-color:#172B75;
	width:100%;
	height:30px;
	border-top:1px solid #FAA71A;
	position:relative;
	bottom:0;
	left:0;
	outline:1px solid #FAA71A;
	margin:0 auto;

}
	footer #footerContent{
		width:990px;
		height:30px;
		line-height:30px;
		margin:0 auto;
		font-family: 'Source Sans Pro', sans-serif;
		font-size:80%;
		color:#FFF;
		float:left;
		padding-left:50px;
	}
	footer #footerContent b{
		color:#FAA71A;
	}
		
.clear{
	clear:left;
}