#hmenu{
	height: 53px;
	overflow: hidden;
}
#navMenu{
	background-color: #fdfdfd
}
#header{
	background-color: #576ea4;
	padding-top: 60px;
	padding-bottom: 20px;
}
#header h1{
	margin-bottom: 0px;
	color: white;
	font-size: 50px;
	font-family: 'Khula', sans-serif;
}
#header p{
	margin-top: 0px;
	color: #ddd;
	font-size: 20px;
	font-family: 'Khand', sans-serif;
}
.parSX{
	font-size: 18px;
	margin-right: 430px;
}
.bordered{
	  border: 1px solid #576ea4;
}
.bordered:hover{
	background-color: #576ea4;
	color: white;
}
.big{
	font-size: 18px;
}
.separation{
	border-top: 1px solid #ddd;
	margin-top: 50px
}
#content{
	margin-top: 30px;
	color: #555;
}
#content h1,#content h2,#content h3{
	font-family: 'Khula', sans-serif;
}

#footer{
	font-size: 14px;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 10px;

	border-top: 1px solid #ccc;
	text-align: center;
	color: #777;
}
#footer a{
	color: #777;
}
#footer a:hover{
	color: #aaa;
}

.breadcrumb{
	background-color: transparent !important;
}