html, body {
	height: 100%;
	/* 	margin: 0 */
	margin: auto;
	width: 1000px;
	background-color: #F8F8F8;
	font-family: raleway;
	color:#002980;
}
/*
.sectBody {
	width: 1000px;
	margin: auto;
	background-color: #F8F8F8;
	font-family: raleway;
	color:#002980;
}
*/
.ideSectBox {
	display: flex;
	flex-flow: column;
	flex-direction: column;
	height: 100%;
}

.ideSectBox .ideSectRow {
/*
	border: 1px dotted grey;
	*/
}

.ideSectBox .ideSectRow.ideSectHeader {
	flex: 0 1 auto;
}


.ideSectBox .ideSectRow.ideSectContent {
	flex: 1 1 auto;
	overflow: auto;
}

.ideSectBox .ideSectRow.ideSectFooter {
	flex: 0 1 25px;
}

.sectTop {
	
}
/*
.sectCenter {
	overflow: auto;
	margin-bottom: 33px;
	padding-bottom: 44px;
	padding-left: 22px;
	padding-bottom: 44px;
}

.sectBottom {
	position: fixed;
	bottom: 7px;
	background-color: #4F74C4;
	width: inherit;
}
*/
.ideMenu {
	align-content: center;
	color: #F8F8F8;
	background-color: #4F74C4;
	width:100%;
	padding-right: 7px;
    padding-left: 7px;
}

a.ideLinkMenu {
	color: #F8F8F8;
}

a.ideLinkMenu:hover {
	color: #F8F8F8;
}
