
body {
	margin: 0;
	height: 100vh;
	overflow: hidden;
}

html {
	height: 100%;
}

.page-container {
	display: flex;
	height: 100%;
	background-color: #FFFFFF;
}

#sidebar {
	background-color: rgba(255, 233, 127, 0.25);
	flex: 0 0 250px;
	height: 100%;
	max-width: 320px;
	min-width: 200px;
	padding: 10px;
	text-align: center;
}

#main {
	flex: 1;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	height: 100%;
	background-color: transparent;
	background-image: url("background3.gif");
  	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	color: #7F0000;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	border-radius: 8px;
}

h1, h2, h4, h6 {
  	text-align: center;
}

h2.template {
	text-align: center;
}

h3.template {
	text-align: left;
}

a:link {
  	color: #7F0000;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #7F0000;
 	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #7F0000;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: yellow;
  	background-color: transparent;
  	text-decoration: underline;
}

.nav-container {
	text-align: center;
}

.nav-heading {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.nav-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-item {
	background-color: #FFE97F;
	padding: 5px;
	margin: 4px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
}

.nav-item:hover {
	background-color: #c6ac1c;
}

.nav-link:link, .nav-link:visited {
	color: #FF6A00;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	cursor: pointer;
}

.nav-link:hover {
	color: #ffffff;
}

.assurance {	
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFBB8E;
	color: #7F0000;
	padding: 15px;
	margin: 30px 200px 0px 200px;
	text-align: center;
}

.button {
	background-color: #FFE97F;
	border: none;
	color: #FF6A00;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {
	width: 180px;
	background-color: #FFE97F;
	border: none;
	color: #FF6A00;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	margin: 2px 1px;
	cursor: pointer;
}

.button2 {
	width: 245px;
	background-color: #FFE97F;
	border: none;
	color: #FF6A00;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	margin: 2px 1px;
	cursor: pointer;
}

button.template {
	width: 245px;
	background-color: #FFE97F;
	border: none;
	color: #FF6A00;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: .9em;
	margin: 2px 1px;
	cursor: pointer;
}