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;
	background: #4F6200 url(images/background_new.gif) repeat;
}
#wrapper {
	background: url(images/background_shadow.gif) repeat-y center top;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}

#container  {
	width: 980px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background: url(images/background_utility.gif) no-repeat center center;
	padding: 0px 10px;  /* 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. */
	text-align: left;
	height: 90px;
	margin: 0px;
}
#header   h2  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
#header   a, a:link  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 15Px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
#wrapper #container #header img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
#wrapper #container #header #header_left {
	padding: 8px 10px 0px 0px;
	margin: 0px;
	float: left;
	width: 300px;
	clear: right;
	background: url(images/background_footer.gif);
}
#wrapper    #container    #header    #header_left    h3  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
	text-align: left;
}
#wrapper    #container    #header    #header_left    img  {
	margin: 0;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
	padding: 0px 0;
}
#wrapper #container #header #header_right {
	padding: 15px 10px 0px 0px;  /* 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. */
	text-align: right;
	margin: 0px;
	float: right;
	width: 315px;
}
#wrapper #container #header #header_right h2  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
#wrapper #container #header #header_right a, a:link  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 15Px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
#wrapper #container #header #header_right img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
#header2  {
	background: url(images/background_utility2.gif) no-repeat center center;
	padding: 2px 10px 15px;  /* 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. */
	text-align: right;
	height: 73px;
	margin: 0px;
}
#header2   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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header2     a, a:link  {
	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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper 
#container  #header2  img  {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}
#navigation {
	background: url(images/background_nav.jpg) repeat-x left top;
	height: 90px;
}
#wrapper #container #homeMain  {
	background: url(images/background_home_new.jpg) repeat-x left top;
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 479px;
}
#wrapper  #container  #homeMain #logo  {
	padding: 10px 10px 0px;  /* 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. */
	margin: 0px;
	text-align: center;
	float: left;
	width: 425px;
}
#wrapper   #container   #homeMain   #logo #book {
	margin: 10px;
	padding: 25px 0px 0px 190px;
	width: 230px;
	background: url(images/home_book_background.jpg) no-repeat left top;
	height: 269px;
}
#wrapper #container #homeMain #logo #book h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 0px;
	padding: 0px;
}

#wrapper #container #homeMain #logo #book h3 {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: center;
	margin: 0px;
	padding: 0px 5px 5px;
	text-transform: capitalize;
}

#wrapper #container #homeMain #logo #book h4 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}

#wrapper #container #homeMain #logo #book p {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px;
	text-align: left;
}
#wrapper   #container   #homeMain   #logo #book ul {
	margin: 0px;
	padding: 0px 10px 5px 15px;
	list-style: disc outside;
	text-align: left;
}

#wrapper #container #homeMain #logo #book li {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
}
#wrapper   #container   #homeMain   #spine {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 479px;
	width: 497px;
}

#contentWrapper {
	background: #D6CDB2;
}

#contentWrapper p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 10px 0px 30px;
	margin: 0px;
}
#contentWrapper  h1 {
	font: bold 36px/36px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 10px 0px 30px;
	margin: 0px;
}
#contentWrapper   h2 {
	font: bold 24px/36px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 18px 10px 0px 30px;
	margin: 0px;
}
#contentWrapper    h3 {
	font: bold small-caps normal 18px/24px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 10px 0px 30px;
	margin: 0px;
	text-transform: none;
}
#contentWrapper  h4 {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 10px 18px 30px;
	margin: 0px;
	text-transform: none;
}
#contentWrapper       a, a:link {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: underline;
}
#contentWrapper   li    {
	color: #333333;
	font: 14px/20px Arial, Helvetica, sans-serif;
	list-style: outside;
	padding: 0px;
	margin-left: 20px;
}
#contentWrapper  iframe   {
	background: #D6CDB2;
}
#home {
	background: #4b382b;
	padding: 0px;
	margin: 0px;
	height: 10px;
}


#homeWelcome {
	background: #D6CDB2;
	padding: 10px 0px 0px;
	margin: 0px;
	float: left;
	width: 460px;
	height: 410px;
	border-top: thick solid #83a200;
}
#homeWelcome     p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#homeWelcome     h1 {
	font: bold normal 21px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 10px;
}
#homeWelcome    h2 {
	font: bold normal 22px/28px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 10px;
}
#homeWelcome    h3 {
	font: bold normal 22px/28px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 10px;
}
#homeWelcome      h6 {
	color: #000000;
	padding: 0px 10px 15px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#homeWelcome a {
	color: #000000;
	text-decoration: underline;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#blog {
	padding: 10px 0px 0px;
	margin: 0px 0px 0px 460px;
	height: 410px;
	background: #D6CDB2;
	border-top: thick solid #83a200;
	border-left: thick solid #83a200;
}
#blog       p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px;
}
#blog     h2 {
	font: bold normal 21px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#blog      h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#blog   h4 {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
}
#blog        h5 {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 5px;
	margin: 0px;
}
#blog       h6 {
	color: #000000;
	padding: 0px 10px 15px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#blog ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#blog   li {
	color: #000000;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#blog        a {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#blog         p.date  {
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}




#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #D6CDB2;
	margin: 0px 230px 0px 0px;
}
#mainContent p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 10px 0px 30px;
	margin: 0px;
}
#mainContent  h1 {
	font: bold 36px/36px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 10px 0px 30px;
	margin: 0px;
}
#mainContent   h2 {
	font: bold 24px/36px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 20px 10px 0px 30px;
	margin: 0px;
}
#mainContent    h3 {
	font: bold small-caps normal 18px/24px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 20px 10px 0px 30px;
	margin: 0px;
	text-transform: none;
}
#mainContent  h4 {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 10px 18px 30px;
	margin: 0px;
	text-transform: none;
}
#mainContent      a, a:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: underline;
}
#mainContent   ol    {
	color: #333333;
	font: 14px/20px Arial, Helvetica, sans-serif;
	list-style: inside;
}

#mainContent  li    {
	color: #333333;
	font: 14px/20px Arial, Helvetica, sans-serif;
}





#pageTitle  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/background_pagetitle.gif) repeat-x left top;
	margin: 0px;
	height: 60px;
}
#pageTitle  h1 {
	font: normal 30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 15px 0px 0px 30px;
	margin: 0px;
}
#blogMain {
	background: #CCCC99;
}
#sitesearch {
	padding: 20px;
}

#sitesearch iframe {
	border-style: none;
}


#rightColumn {
	background: url(images/background_green.gif) repeat;
	float: right;
	width: 230px;
	clear: left;
}
#rightColumn  h4 {
	font: normal 24px/30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	text-align: center;
}
#rightColumn   h5 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	text-align: left;
}
#rightColumn    p {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px 10px 0px;
	margin: 0px;
	text-align: left;
}
#rightColumn     a, a:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: underline;
}
#rightColumn  ul {
	list-style: outside;
	padding-left: 15px;
	margin-left: 5px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 0px;
}
#rightColumn li {
	list-style: outside;
	margin-left: 5px;
	color: #FFFFFF;
	padding-top: 5px;
}
#preFooter_shadow {
	background: #A69A71 url(images/background_prefooter_shadow.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#preFooter_shadow_home {
	background: url(images/background_prefooter_shadow_home.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#preFooter {
	margin: 0px;
	padding: 0px 0px 10px;
	height: 320px;
	background-color: #A69A71;
	background-repeat: repeat-y;
	background-position: center top;

}
#preFooter      h3 {
	font: bold normal 28px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
#freeGifts_title {
	border: thick ridge #83a500;
	margin-right: 250px;
	margin-left: 250px;
	padding: 10px;
}
#preFooter_right {
	margin: 0px 0px 0px 650px;
	padding: 10px 0px;
}
#preFooter_right a {
	color: #FFFFFF;
	text-decoration: none;
}

#preFooter_right        p {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#preFooter_right ol {
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
#preFooter_right   ol li {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#preFooter_right  ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	line-height: 10px;
	font-size: 12px;
}
#preFooter_right   ul li {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
	padding-right: 5px;
}
#preFooter_right  img {
	margin: 0px;
	padding: 10px 10px 0px;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}
#preFooter_right       h3 {
	font: bold normal 22px/30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 0px;
	margin: 0px;
	text-align: center;
	text-transform: capitalize;
}
#preFooter_right      h4 {
	font: bold normal 28px/36px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
#preFooter_right h4.quiz_title {
	font-size: 24px;
}

#preFooter_right       h5 {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px 10px 0px;
	margin: 0px;
}
#preFooter_right         h6 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#freeGifts {
	width: 650px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 10px;
}
#freeGifts     h3 {
	font: bold normal 28px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
#freeGifts        h5 {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px 10px 0px;
	margin: 0px;
}
#freeGifts       h6 {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px 10px 0px;
	margin: 0px;
}
#freeGifts        p {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#freeGifts    ol {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px 5px;
}
#freeGifts   li {
	color: #FFFFFF;
	font: 16px/20px Arial, Helvetica, sans-serif;
}


#quotes {
	margin: 20px 10px;
	padding: 15px 5px;
	width: 300px;
}
#quotes p {
	font: bold normal 18px/24px Garamond, Georgia, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}



#footer  {
	padding: 5px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/background_footer.gif) no-repeat center top;
	margin: 0px;
	height: 36px;
}
#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: 6px 0px 8px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer   a, a:link  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper #container #contentWrapper #mainContent img {
	padding: 10px;
}

.divider {
	padding: 0px;
	margin: 0px;
}

.align-right {
	text-align: right;
}

.green {
	color: #669900;
}

.centered {
	text-align: center;
}
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
