html
{
	font-family: "Times New Roman", serif;
	line-height: 1;
	/* font-size: 14px; */
	font-size: 67%;
}

* {
  margin:0;
  padding:0;
}

body {
	background-color: white;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	font-size: 2.2rem;
	color: #00006A;
	font-weight: bold;
	margin-bottom: 1.2em;
}

h2
{
	font-size: 1.8rem;
	color: #252525;
	font-weight: 400;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #4E4E4E;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #4E4E4E;
}

h5
{
	font-size: 1.4rem;
	font-weight: 600;
	color: #4E4E4E;
}

p {
	margin: 0 0 0.6em 0;
	font-size: 1.4rem;
	line-height: 1.2em;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
}
	
td { 
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.2em;
	padding-bottom: 0.3em;
}
	
.on {
	white-space: nowrap;
	padding-right: 1em;
}

article, .container {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

article {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.container {
	margin-left:65px;
}

.text-box {
	flex-basis:60%;
	margin-top: 40px;
}

header {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
}

.image-box {
	flex-basis:30%;
	margin-top: 60px;
	margin-right: 15px;
}

.image-box img {
	display: block;
	width: 100%;
}

#main {
	background-color: white;
	padding: 0 8px 0 8px;
}

nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #00006A;
	text-align: center;
	width: 100%;
	z-index: 10000;
	cursor: default;
}

nav ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

nav li {
	display: inline-block;
	padding-left: 0;
}

nav a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-weight: 600;
	border-radius: 8px;
	color: #fff;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1.25em;
}

nav a:hover {
	color: #fff !important;
	background: #383838;
}

nav a.active {
	background: #484848;
}

header p,
header ul {
	font-size: 1.4rem;
	line-height: 1.2em;
}

.container p,
.container ul {
	font-size: 1.2rem;
	line-height: 1.1em;
}

footer p {
	text-align: center;
	margin-bottom: 20px;
}	

@media only screen and (max-width: 599px) {
	#main {
		padding: 0 8px 0 8px;
	}
	
	header {
		display:flex;
		flex-direction: column;
	  	flex-wrap:wrap;
  		justify-content: space-between;
	}
}	

@media only screen and (min-width: 600px ) {
	#main {
		padding: 0 16px 0 16px;
	}
}

@media only screen and (min-width: 980px ) {
	#main {
		width: 930px;
		margin: 0 auto 0 auto;
		padding: 0 30px 40px 30px;
	}
	
	nav {
		width: 930px;
	}

	html
	{
		line-height: 1.2;
		/* font-size: 14px; */
		font-size: 73%;
	}

}
