@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	background-image:url("imgs/page_bg.jpg"/*tpa=https://lovingseniortransitions.com/imgs/page_bg.jpg*/);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtr #topper {
	position:relative;
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	height: 95px;
}
.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	margin-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
}
.oneColFixCtr #container #mainContentLeft {
	width: 370px;
	float: left;
}
.oneColFixCtr #container #mainContentRight {
		margin-right:10px;
		float: right;
		width: 340px;
}
#textual {
	padding-left:12px;
	padding-right:12px;
}
.smalltext {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.smallertext {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #footer {
		font-size:9px;
		text-align:center;
		margin-top: 15px;
}
h1 {
	text-align:center;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #160566;
	margin-bottom: 2px;
}
h2 {
	margin: 1px;
	padding: 1px;
	text-align:left;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #160566;
	margin-bottom: 2px;
}
hr {
	margin: 1px;
	padding: 1px;
}
.oneColFixCtr #container #navigation a:link {
	text-decoration: none;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation a:active {
	text-decoration: none;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation {
	width:840px;
	margin-left: 20px;
	margin-right: auto;
	padding-top: 5px;
	height:23px;
	z-index:1;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:20px;
	text-align:center;
	font-weight:normal;
	}