html {
	background-color: #D3E4F9;
	margin: 0px;
	padding: 0px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
	margin: 0px auto 0px auto;
	width: 80%;
	min-width: 640px;
	max-width: 1980px;
	background-color: #A6C4EA;
	overflow: auto;
	border-left: 2px inset #07154C;
	border-right: 2px groove #07154C;
}
header {
	background-color: #1656A8;
}
.topNavigation {
	padding: 0px 10px 0px 10px;
	background-color: #07154C;
	overflow: hidden;
}
.topNavigation a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.active {
	background-color: #1E3BB1;
	color: white;
}
section {
	width: 100%;
}

section > div {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

section > div:last-child {
	padding-bottom: 20px;
	margin-bottom: 70px;
}

footer {
	position: fixed;
	bottom: 0px;
	padding: 10px 0px;
	width:inherit;
	background-color: #07154C;
	color: #F7FAE6;
}
.footerContainer {
	width:fit-content;
	margin: 0px auto;
}
.footerNavigation {
	display:block;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #A1A68C;
}
.footerCopyright {
	padding-top: 5px;
}

.contentHeader {
	font-weight: bold;
	font-size: 24px;
	width: 80%;
	border-bottom: 3px double #2C2F2A;
	margin: 5px 10% 0px 10%;
}

.contentQuote {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
	font-style: italic;
}

.contentQuote > p {
	margin:0px 0px 6px 0px;
	padding:0px;
}

.contentSubHeader {
	font-weight: bold;
	font-size: larger;
	margin: 5px 0px 0px 0px;
}

.rightQuote {
	float: right;
	width: 30%;
	font-style: italic;
	border-radius: 10px;
	border: 3px solid black;
	background-color: white;
	padding: 0px 15px;
	margin: 0px 15px;
}
.standardImageContainer {
	width: 40%;
	height: auto;
	margin: 5px 0px 5px 5px;
	overflow:hidden;
	border: solid 4px #1E3BB1;
	border-radius: 5%;
	background: #DEDEDE;
}

.standardImageRight {
	width: 40%;
	height: auto;
	float: right;
}
.imageCaption {
	display:block;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
.contentText {
	width: 80%;
	margin: 5px 10% 0px 10%;
}
.contentCallout {
	width: 70%;
	margin: 10px 15%;
	font-weight: bold;
	font-size: larger;
	padding: 0px 5px;
	border-left: 2px solid black;
}
.blockStandard {
	display:block;
	padding: 15px 0px;
	margin: 0px 0px;
	width:100%;
}
.blockHighlight {
	display:block;
	padding: 15px 0px;
	margin: 0px 0px;
	width: 100%;
}

.blockStart {
	clear:both;
	margin-top: 10px;
}

.colOne, .colTwo {
	float: left;
	width: 45%;
}

/* Header Navigation -- Start */
.navMenu {
	background-color: #07154C;
	width: 100%;
}

.navMenu ul {
	padding: 0px 0px;
	margin: 0;
	background: #07154C;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
	width: 100%;
}

.navMenu li {
	float: left;
	position: relative;
	width: 180px;
	list-style: none;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid black;
}

.navMenu > ul > li > a, h1 {
	text-transform: uppercase;
}

.navMenu a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #f2f2f2;
	text-align: center;
	font-size: 16px;
	font-variant: unset;
	font-weight: bold;
	text-decoration: none;
	font-style: unset;
}

.navMenu a:hover {
	color: white;
}

.navMenu ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
}

.navMenu ul ul ul {
	z-index: 1;
	left: 80%;
	top: 0;
}

.navMenu li:hover, .navMenu li:hover li {
	background: #7187E0;
	border: 1px solid #bbb;
}

.navMenu li li:hover, .navMenu li li:hover li {
	background: #bbb; /*#F7FAE6;*/
}

.navMenu li li li:hover {
	background: #999;
}

.navMenu li:hover > ul {
	visibility: visible;
	opacity: 1;
	/* background-color: #F7FAE6; */
}

.navMenu p {
	clear: left;
	padding-top: 1em;
}

.navMenu .active {
	color: white;
	background-color: #1E3BB1;
	font-weight:bolder;
}
/* Header Navigation -- End */

a {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
	color: white;
}

.listHeader {
	border-left: 2px solid black;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

.footerNavigation a {
	text-decoration: none;
	padding: 5px 15px;
	color: #f2f2f2;
	text-align: center;
	font-size: 16px;
	font-variant: unset;
	font-weight: bold;
	text-decoration: none;
	font-style: unset;
}