html {
	height: 100%;
}
#content {
	height: 100%;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {text-decoration: none; color: #504d48;}
A:visited {text-decoration: none ; color: #504d48;}
A:active {text-decoration: none; color: #504d48;}
A:hover {text-decoration: underline; color: #00B4FF;}

.text-bold {
	font-weight: bold !important;
	text-decoration: underline;
}
h1
{
	position:absolute;
	top:0px;
}

.pb-2 {
	padding-bottom: 2rem;
}

h2
{
	position:absolute;
	top:138px;
	left: 349px;
}

h3
{
	position:fixed;
	top:-20px;
	right: 24px;
}
.left {
	position: relative;
	top: 0px;	
	margin-top: 0px;
} 

.fieldtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #9e988d;
}

.fieldanswer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #504d48;
}
.fieldanswerBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #504d48;
}
.fieldanswer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #00B4FF;
}
.img {
	background-color: #FDF5DF;
	width: 297px;
	background-position: 25px;
	height: 255px;
}
.menulinks {
	background: rgb(254,215,112);
	background: linear-gradient(180deg, rgba(254,215,112,1) 0%, rgba(255,255,255,1) 86%);
	padding-left:40px;
}
.menulinks a {
	display: block;
	padding:7.5px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menulinks a:hover {
	text-decoration: none;
}

.menulinks a.active {
	color: #16B7F0;
}
.thumbnail {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #595650;
}
.features {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #504d48;
}
.bullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #9e988d;
}

.yellowtitle {
	font-size: 2.2rem;
	color: rgb(254,215,112);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left:70px;
	padding-top: 50px;
}