@charset "utf-8";
body {
	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 */
	padding: 0px;
	margin: 0px;
	position: relative;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page; the 10 puts 10 pixels at the top and bottom for big rounded corners */
	padding: 5px;   /* I want to put 5 pixels around everying within the container to show the background color  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;  /* this is white */
	color: #523c39;   /* All text should be this dark maroon */
	margin: 0 auto;
}
#topsection {
	height: 160px;  /* this is a pink like the sidebar */
	padding: 5px;
	text-align:center;
} 
#logo {
	float: left;
	width: 200px;
	height: 160px;
	margin: 0px;
	padding: 5px;  /* this is a pink like the sidebar */
}
#header {
	float: right;
	width: 540px;
	height: 160px;
	position: relative;
	margin: 0px;
	padding: 5px;
	text-align: center;  /* this is pink like the sidebar */
} 
#headercatherinename {
	width: 540px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;  /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #523c39;
}
#headercatherinedetail {
	width: 530px;
	height: 65px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: 10px;
	font-family: "Gill Sans"; /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #523c39;
}
#headerquicklinks {
	visibility: hidden;
	display: none;
}
#banner {
	visibility: hidden;
	display: none;
}
#banner_index {
	visibility: hidden;
	display: none;
}
#banner_emdr {
	visibility: hidden;
	display: none;
}
#banner_bbh {
	visibility: hidden;
	display: none;
}
#banner_hwl {
	visibility: hidden;
	display: none;
}
#nav {
	visibility: hidden;
	display: none;
}
#menu {
	visibility: hidden;
	display: none;
}
#sidebar1  {
	float: left;
	width: 200px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
#bookref {
	text-align: left;
	float: left;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#bookref_index {
	text-align: left;
	height: auto;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border: 2px solid #3992ef;
	position: relative;
	float: right;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
}
#mainContent {
	float: right;
	width: 545px;
	padding: 5px;
	margin-top: 5px;
	position: relative;	
} 
#mainContent_bbh {
	float: right;
	width: 545px;
	padding: 5px;
	margin-top: 5px;
	position: relative;	
}
#mainContent_hwl {
	float: right;
	width: 520px;
	height: auto;	
	padding: 5px;
	margin-top: 5px;
}
#bookcover {
	float: left;
	width: 300px;
	border: 0px;
}
#bookcover_text {
	font-family: Calibri, Arial, Georgia;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 5px;
	float: right;
	width: 200px;
	padding-top: 10px;
	font-weight: bold;
	color: #ad8694;
}
#authors_video {
	visibility: hidden;
	display: none;
}
#authors_comments {
	height: auto;
	width: 480px;
	font-family: Calibri, Arial, Georgia;
	font-size: 16px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	color: #ad8694;
	clear: both;
}
#youtube_text {
	height: auto;
	width: 480px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #3992ef;
	border-right-color: #3992ef;
	border-left-color: #3992ef;
	clear: both;
	float: left;
}
#footer  {
	clear: both;
	width: 770px;
	padding: 5px;
	margin-top: 5px;  /* this is a pink like the sidebar */
	text-align: left;
	height: 115px;
	position: relative;
	font-size: 9px;		/* default for the DIV */
	font-weight: bold;  /* default for the DIV */
} 
#footergototop {
	visibility: hidden;
	display: none;
}
#footercatherinedescription {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}
#footergotohomepage {
	visibility: hidden;
	display: none;
}
#footerrobotslogo {
	visibility: hidden;
	display: none;
}
#footercopyright {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;	
}
#footerquicklinks {
	visibility: hidden;
	display: none;
}
#footerlastmodifieddate {
	visibility: hidden;
	display: none;
}
#footervalidation {
	visibility: hidden;
	display: none;
}
#formstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#formarea  {
	width: 545px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #c3fdb8;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.font_bookcover_text {
	font-size: 16px;
	font-weight: bold;
	color: #ad8694;
}
div#sidebar1 h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #523c39;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
div#sidebar1 p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
}
div#sidebar1 ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
	margin-left: 10px;
}
div#sidebar1 li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}
div#sidebar1 hr {
	width: 70%;
	color: #00FF00;
	margin-left: 30px;
}
div#mainContent h1, div#mainContent_bbh h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3169C6;
	font-family: Arial, Helvetica, sans-serif;
}	
div#mainContent h2, div#mainContent_bbh h2 {
	font-size: 14px;
	font-style: italic;
	color: #bd7973;
	font-family: Arial, Helvetica, sans-serif;
}
div#mainContent p, div#mainContent_bbh p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #523c39;
}
div#mainContent ul, div#mainContent_bbh ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent li, div#mainContent_bbh li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
div#mainContent_hwl p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;	
}
div#mainContent_hwl ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent_hwl ol {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent_hwl ul li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: normal;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: disc;
}
div#mainContent_hwl ol li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: normal;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: decimal;
}
.bbhdisclaimer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
img {
	border: 0px;
}
.img_onleft {
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 0px none #e8e8ff;
	float: left;
}
.img_onright {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 18px;
	border: 0px none #e8e8ff;
	float: right;
}
.bookref_img_onleft {
	border: 0px none #e8e8ff;
	float: left;
}
.red {
	color: #FF0000;
}

.blue {
	color: #3992ef;
}
.pink {
	color: #efd7c6;
}

.bold {
	font-weight: bold;
}
.font08 {
	font-size: 8px;
}
.font10 {
	font-size: 10px;
	font-style: normal;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.validation_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 525px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 2px solid #000000;
}
.thankyou_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 525px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 2px solid #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px; 
}
.article_separator {
	height: auto;
	width: 490px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #3992ef;
	border-right-color: #3992ef;
	border-left-color: #3992ef;
}
.dir_list_format {
	margin: 0;
	padding:0;
	color: #051137;
}
.dir_item_format {
	text-align:left;
	color: #051137;
	font-family: Calibri, Arial, Georgia;
	font-size: 11px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: 15px;
	line-height: 125%;
}
.dir_item_color {
	color: #4062a7;
}
.webdesign {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #3992ef;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #bd7973;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #523c39;
	font-weight: bold;
	text-decoration: underline;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
