body{
	margin: 0px;
}

+++
p{
	text-align: justify;
}

.navColor{
	background: #346181 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-bottom: 10px !important;
}

.navBold{
	 font-weight: bold;
}

.NavBrand{
	color: #CCC !important;
	text-shadow: none !important;
	font-weight: bold;
}

.NavBrand:hover{
	color: #959394 !important;
	text-shadow: none !important;
}

.footerText{
	background: #48718E;
	color: #FFF;
}

.footerHead{
	border-bottom: dotted 1px #FFF;
}

.listGroupTop{
	margin: 10px 0;
}

.imageMargin{
	margin-top: 5px;
}

.containerMain{
	margin-bottom: 10px;
}

.footerLinks{
	list-style-type: none;
	padding: 0px;
}

.footerLinks li a{
	color: #FFFFFF;
}

.footerLinks li a:hover{
	border-bottom: 1px dotted #FFFFFF;
	text-decortation: none !important;
}