*{
	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;
}
.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 40px 40px auto;
	box-shadow:1px 1px 1px #172b75 inset, 3px 3px 3px #172B75, 1px 1px 2px #EBD699 inset;
}
.clearfix{
	overflow:auto;
	width:100%;
	margin:0 auto;
	
	
}
.img1{
	float:right;
	padding:4%;
	width:30%;
	
}
.clearfix h2{
	padding-bottom:10px;
	padding-top:30px;
	padding-left:50px;
	margin-bottom:10px;
	color:#172B75;

}
hr{
	color:#faa71a;
	width:60%;
	margin-left:50px;
}
.clearfix p{
	color:#172B75;
	width:60%;
	padding-top:10px;
	padding-left:50px;
	direction:ltr;
	line-height:1.5em; 
	text-align:justify; 
	text-indent:15px; 
	text-decoration: none;	
	
}
h5{
   
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding-left:50px;
    cursor: pointer;

	
}
footer{
	background-color:#172B75;
	width:100%;
	height:30px;
	border-top:1px solid #FAA71A;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	outline:1px solid #FAA71A;
	margin:10% auto auto 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;
}