@charset "utf-8";
body {
	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: #003366;
	background-color: #FFCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #mainContent h1 {
	text-align: center;
	color: #000099;
	font-size: x-large;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
	color: #003399;
	margin-left: 25px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid black;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #FF0000;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.paraAlignCenter {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}
#paraJustified {
	text-align: justify;
	line-height: 1.5em;
	width: 95%;
	border: 1px solid #FFCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.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 */
}
#para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
	color: #003399;
	margin-left: 25px;
}

#para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
	color: #003399;
	text-align: center;
}
#announcing {
	font-size: 20px;
	margin-left: 27px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	
}
.quotesRedItalic {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.questionsBox {
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newBook {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	background-color: #E1E1E1;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30%;
	border: 1px solid #FF0000;
}
#newbookPara {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#imgAlign {
	padding-top: 20px;
}


.centerText {
	text-align: center;
}
.hrDefined {
	color: #999999;
	width: 80%;
	text-align: center;
	border-style: dashed;
}
.quotesGrayItalic {
	font-style: italic;
	color: #666666;
}
.red {
	color: #FF0000;
}
.boldText {
	font-weight: bold;
	color: #FF0000;
	margin-left: 100px;
	font-size: 24px;
}
.boldTextBlue {
	font-weight: bold;
}

.centerTextLarge {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}
.redBold {
	color: #FF0000;
	font-size: large;
}
#boxYellowBG {
	background-color: #FFFFCC;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #003366;
}
.italic {
	font-style: italic;
}
.bigTextRedAlignCenter {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
	text-align: center;
}
.underlineText {
	text-decoration: underline;
}

#sevenQuestionsBox {
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
.centerBlueTextBold {
	text-align: center;
	font-weight: bold;
}
#boxYellow {
	background-color: #FFFFCC;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#optInBox {
	background-color: #66CCCC;
	padding: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
.noteTextSmall {
	font-size: 9px;
	font-style: italic;
}
.extrabigTextRedAlignCenter {
	font-weight: bold;
	color: #FF0000;
	font-size: 24px;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#guaranteeImage {
	float: right;
	height: 197px;
	width: 121px;
}

.boldTextBlueItalic {
	font-weight: bold;
	font-style: italic;
}
.underlineTextItalic {
	text-decoration: underline;
	font-style: italic;
}
.boldTextBlueUpperCase {
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
}
.extrabigTextRedAlignCenterPrice {
	font-weight: bold;
	color: #FF0000;
	font-size: 36px;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#guaranteesBox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 40px;
}
.extrabigTextRedAlignCenterMyPromise {
	font-weight: bold;
	color: #FF0000;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.centerTextSmallFont {
	text-align: center;
	font-size: small;
}
#addressBox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 40px;
}
.underlineTextBlue {
	text-decoration: underline;
}
#testimonialBox {
	text-align: justify;
	line-height: 1.5em;
	width: 95%;
	border: 1px solid #FFCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFCC;
}
.extrabigTextGrayAlignCenterPriceCopy {
	font-weight: bold;
	color: #999999;
	font-size: 36px;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
