html	{
	font-family: 'EB Garamond', serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}

body	{
	margin: 0;
	}

#containerBody
	{
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	}

#containerLogo
	{
	width: 100%;
	}

#containerContent
	{
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 80%;
	}

#containerMenu
	{
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	white-space: wrap;
	width: 20%;
	}

#containerFoot
	{
	float: left;
	padding-top: 10px;
	width: 100%;
	}

div	{
	box-sizing: border-box;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menublock,
nav,
section,
summary	{
	display: block;
	}

a	{
	background-color: transparent;
	text-decoration: none
	}

a:active,
a:hover	{
	outline: 0;
	}

img	{
	border: 0
	}

h1	{
	color: #000080;
	font-style: italic;
	margin-bottom: 0px;
	}

h2	{
	color: #800000;
	padding-left: 20px;
	margin-bottom: 0px;
	}

h3	{
	color: #000080;
	padding-left: 40px;
	margin-bottom: 0px;
	}

img,
embed,
object,
video	{
	max-width: 100%;
	}

.container
	{
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	}

.img-responsive
	{
	display: block;
	max-width: 100%;
	height: auto;
	}

.flex	{
	display: flex;
	display: -webkit-flex;
	}

.menu
	{
	float: left;
	padding-right: 20px;
	white-space:nowrap;
	width: 25%;
	}

.content
	{
	float: left;
	width: 65%;
	}

.imgFoot
	{
	float: left;
	padding-top: 10px;
	width: 100%;
	}

.section
	{
	width: 100%;
	}

/*
	***Text formatting...
*/

b,
strong	{
	font-weight: bold;
	}

sub,
sup	{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup	{
	top: -0.5em;
	}

sub	{
	bottom: -0.25em;
	}

.refSans
	{
	color: #708090;
	font-style: normal;
	font-family: consolas,courier,sans-serif;
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	}

.text	{
	max-width: 35em;
	}

.text12,
.text13,
.text14,
.text16,
.text18	{
	color: #000080;
	font-style: normal;
	}

.text12	{
	font-size: 12pt;
	}

.text13	{
	font-size: 13pt;
	}

.text14	{
	font-size: 14pt;
	}

.text16	{
	font-size: 16pt;
	}

.text18	{
	font-size: 18pt;
	}

.textItalic
	{
	font-style: italic;
	}

.textColorBlue
	{
	color: #000080;
	}

.textColorMaroon
	{
	color: #800000;
	}

.textBlock
	{
	display: block;
	padding-bottom: 10px;
	}

.textIndent20
	{
	padding-left: 20px;
	}

.textRef
	{
	color: #000080;
	font-size: 12pt;
	padding-top: 1em;
	}

#menu-icon
	{
	display: hidden;
	width: 40px;
	height: 40px;
	background: #000080 url(../img/menu-icon.png) left;
	}

a:hover#menu-icon
	{
	background-color: #444;
	border-radius: 4px 4px 0 0;
	}

nav ul	{
	list-style: none;
	}

nav li	{
	display: inline-block;
	float: left;
	padding-bottom: 1px;
	}

.list2	{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
	}

.item2	{
	color: #000080;
	font-size: 16pt;
	padding-top:2px;
/*	padding-left: 40px;*/
	}

.list3	{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
	}

.item3	{
	color: #000080;
	font-size: 14pt;
	padding-top:2px;
/*	padding-left: 40px;*/
	}

/*
	min-width	Rules applied for any browser width over the value defined in the query.
	max-width	Rules applied for any browser width below the value defined in the query.
*/

@media only screen and (max-width: 450px) {

	#menu-icon
		{
		width: 30px;
		height: 30px;
		}


	h1	{
		font-size: 16pt;
		}

	h2	{
		font-size: 14pt;
		}
	}

@media only screen and (max-width: 750px) {

	#containerContent
		{
		width: 90%;
		}

	#containerMenu
		{
		padding-top: 20px;
		width: 10%;
		}

	#menu-icon
		{
		display:inline-block;
		}

	nav ul,				/*this is the drop down menu */
	nav:active ul
		{
		display: none;
		position: absolute;
		padding: 10px;
		background: #fff;
		border: 2px solid #444;
		top: 60px;
		width: 75%;
		border-radius: 4px 0 4px 4px;
		}
	nav li	{
		text-align: left;
		width: 100%;
		padding: 5px 0;
		margin: 0;
		}

	nav:hover ul
		{
		display: block;
		}

	ul > li	{
		width: 100%;
		}
	}

@media only screen and (min-width: 750px) {

	#containerMenu
		{
		padding-top: 20px;
		width: 20%;
		}

	#containerContent
		{
		width: 80%;
		}

	}

@media only screen and (min-width: 1100px) {

	#containerMenu
		{
		padding-right: 10px;
		width: 210px;
		}

	#containerContent
		{
		width: 80%;
		}

	}
