.bodyContentWrapper h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	color: #801F07;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: capitalize;
	text-decoration: none;
}
.bodyContentWrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #801F07;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
	text-decoration: none;
}
.bodyContentWrapper p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
}
.bodyContentWrapper ul{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: none;
	list-style-type: circle;
	list-style-position: inside;
}
.bodyContentWrapper li{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	list-style-type: circle;
	list-style-position: inside;
}
.bodyContentWrapper a:link, bodyContentWrapper a:visited, bodyContentWrapper a:active {
	text-decoration: underline;
}
.bodyContentWrapper a:hover {
	text-decoration: none;
	color: #023044;
}
.div2 {
	float: left;
	height: auto;
	width: 48%;
	margin-right: 2%;
	text-decoration: none;
}
.div3 {
	height: auto;
	width: 30%;
	margin-right: 3%;
	float: left;
}
.sidebarPWrapper {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 10%;
	text-decoration: none;
}
.sidebarPWrapper p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8B4128;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: none;
}
.sidebarPWrapper2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8B4128;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
.sidebarPWrapper2 {
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 10%;
	text-decoration: none;
}
@media screen and (max-width: 568px) {

.div3 {
	height: auto;
	width: 90%;
	margin-right: 10%;
	margin-left: 10%;
	float: none;
}

}
