@charset "UTF-8";
/* CSS Document */

/* Set the default fonts */

body, header,footer {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #002776;
	border-bottom: solid 2px #57843a;
	margin-top:  5px;
	padding-left: 15px;
}

h3 {
	color: #002776;
	border-top: solid 5px #57843a;
	margin-top:  5px;
}

/* Modifications Start Here */
#headerLogoImage{
	margin-top: 56px;
}

#headerDividingBar h2 {
	border-right: solid 5px green;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -5px;

}

/* -- Font sizes -- */
.text-bold {
	font-weight: 800;
}

.text-xx-small {
	font-size: xx-small;
}

.text-x-small {
	font-size: x-small;
}

.text-small {
	font-size: small;
}

.text-medium {
	font-size: medium;
}

.text-large {
	font-size: large;
}

.text-x-large {
	font-size: x-large;
}

.text-xx-large {
	font-size: xx-large;
}

/* -- Main Classses and IDs--*/
.finePrint {
	font-size: small;
}
.finePrint a {
	text-decoration: underline;
	color: #cbcbcb;
}

.copyright {
	float: left;
	font-size: small;
	margin-left: 5px;
}

#pageAside {
	background-color: #cbcbcb;
	padding: 10px 0px 10px 0px;
}


/* -- Footer --*/
footer {
	background-color: #044389;
}

footer .nav {
	border-top: solid 5px #57843A;
}

.footerAddress {
	background-image: -webkit-linear-gradient(270deg,rgba(153,192,228,1.00) 0%,rgba(205,205,205,1.00) 67.69%);
	background-image: -moz-linear-gradient(270deg,rgba(153,192,228,1.00) 0%,rgba(205,205,205,1.00) 67.69%);
	background-image: -o-linear-gradient(270deg,rgba(153,192,228,1.00) 0%,rgba(205,205,205,1.00) 67.69%);
	background-image: linear-gradient(180deg,rgba(153,192,228,1.00) 0%,rgba(205,205,205,1.00) 67.69%);
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	padding-bottom: 1px;
}

.footerAddress h3 {
	text-align: center;
	padding-top: 10px;
	border-top: none;
}

.footerAddress a {
	color: #044389;
	text-align: center;
	padding-top: 10px;
}

.footerAddress p {
	color: #044389;
	text-align: center;
}

footer a {
	color: white;
}

footer a:hover {
	color: #57843A;
	text-decoration: underline;
}

footer .nav-link {
	color: white;
	font-size: small;
	margin: 5px 0px 5px 0px;
}

footer p {
	color: white;
	text-align: center;
}












