@charset "UTF-8";
body {
	background-repeat: no-repeat;
	padding: 25;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #212121;
	font-family: "Myriad Pro";
	font-size: 12px;
	background-color: 80acf3;
	background-image: url(ltdbck.jpg);
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	overflow: scroll;
	visibility: inherit;
	float: none;
}
.oneColFixCtrHdr #container {
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Myriad Pro";
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	color: #1D1B1F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
}
.oneColFixCtrHdr #header {
	align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #0033FF;
	background-image: url(lifetimeheader.jpg);
	height: 230px;
	width: 900px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 901px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Footer {
	background-image: url(lifetimefooter.jpg);
	height: 84px;
	width: 900px;
	background-color: #003890;
}

.navbox {
	height: 30px;
	padding-top: 195px;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	overflow: auto;
	visibility: inherit;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.newhome {
	width: 50px;
	float: right;
	clear: both;
	padding-right: 40px;
	margin-top: 5px;
	bottom: 20px;
}

boxtxt {
	font-family: "Gill Sans";
	font-size: 9px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	color: #003366;
	list-style-type: circle;
}
