#main-content {
	display: flex;
}
#main-content .some-class {

}
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main-content-container {
	padding-left: 0;
	padding-right: 0;
}
.content {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: medium;
}
h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.vert{
	width: 185px;
	background-image: url(../../img/navleft_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #60778d;
	border-right: medium groove Silver;
	display: inline-block;
	padding-left: 10px;
}
.vertical-menu-item {
	padding-top: 2px;
}
.vertical-menu-item a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 11px;
	font: normal;
	line-height: 20px;
}
.vertical-menu-item a:link{
	color: #ffffff;
	background-color: #528062;
	text-align: center;
	text-decoration: none;
	border-top: 3px groove Silver;
	border-left: 3px groove Silver;
	border-right: 5px groove Black;
	border-bottom: 5px groove Black;
}
.vertical-menu-item a:visited{
	color: #ffffff;
	background-color: #528062;
	text-align: center;
	text-decoration: none;
	border-top: 3px groove Silver;
	border-left: 3px groove Silver;
	border-right: 5px groove Black;
	border-bottom: 5px groove Black;
}
.vertical-menu-item a:hover{
	color: #ffffff;
	background: #1f2d24;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border-top: 3px groove Silver;
	border-left: 3px groove Silver;
	border-right: 5px groove Black;
	border-bottom: 5px groove Black;
}
.main {
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 165px);
}
marquee {
	margin-top: 18px;
	font-size: 18px;
	margin-bottom: 18px;
}