body {
	margin: 0px;
	font-family: Veranda, Tahoma, Geneva, sans-serif !important;
	box-sizing:border-box;
	background-color: #DDD;
	color:#000;
}
h1 {
	font-size: 30pt;
	text-align: left;
    border-bottom: solid 1px black;
    padding-bottom: 4px;
    position: relative;
    font-weight:bold !important;
}
h1:after {
	content:""; 
	display:block; 
	position:absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 3px;
	background:#000;
}
a {
	color: rgb(200, 92, 52);
}
h2 {
	text-align: left;
	font-size: 12pt;
	font-weight: 900 !important;
}
#header {
	background-color: #c85c34;
}
.topcontainer {
	position: relative;
}
.mainbody {
	padding-bottom:4.5rem;
}
.mainbody .nav-link{
	color: rgb(200, 92, 52);
	text-align: left;
	font-size: 14pt;
}
.navbar {
	background-color: #c85c34;
	color: #fff;
	font-size:20px;
}
.nav-link {
	color:#fff;
	text-align: center;
}
#footer {
	position:absolute;
	bottom:0;
	background-color: #fad354;
}
.tab-content .active {
    background-color: #fff;
    padding-top: 20px;
    border-top: solid 1px #aaa;
    margin-top: -1px;
}
.activetab {
	font-weight:bold;
	background-color:#fff;
}
.optioncontainer {
	background-color:#fff;
	border: solid 1px #aaa;

}

.profileblock {
	padding:5px;
	margin-top : 25px;
	border:3px solid black;
}
.profileblock h3 {
	margin-top: -25px;
	max-width: 100%;
	width: max-content;
	background-color: white;
	
}
.profileblockinner {
	height: 240px;
	overflow-y: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}


.profileblock_group {
	padding:5px;
	margin-top : 25px;
	border: 2px solid black;
}
.profileblock_group h3 {
	margin-top: -25px;
	background-color: white;
}
.profileblockinner_group {
	height: 500px;
	overflow-y: auto;
}
