@charset "utf-8";
/* CSS Document */


.vertical-menu {
  width: 100%;
}

.vertical-menu a {
  background-color: #D7DCF0;
  color: black;
  display: block;
  text-decoration: none;
  font-weight: 550;
}

.vertical-menu a:hover {
  background-color: #f1f1f1;
  color: #a52a2a;
}

.vertical-menu a.active {
  background-color: #f1f1f1;
  color: black;
}

.w3-cell w3-container2 {
	align: center;	
}

.w3-container2 {
	background-color: #ffffff;
}

a:link {
	color: #a52a2a;
		text-decoration: underline
}

a:visited {
	color: #663333;
	text-decoration: underline
}

.imagebox {
	width: inherit;
	background: #ffffff;
	float: right;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-top: 0;
	text-align: center;
}

.imagebox2 {
	width: 30%;
	background: #ffffff;
	float: right;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-top: 0;
	text-align: center;
}

u {
  text-decoration: underline;
  text-decoration-thickness: 7%;
}


ul.no-bullets {
  list-style-type: none;
  padding-left: 25px;
}
