@charset "utf-8"; 
* {
	margin: 0px;
	padding: 0px;
}

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, di, dd, dt, img {
	margin: 0px;
	padding: 15px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	padding-bottom: 500px;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../_images/container_bg.gif) repeat-y left top;
	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. */
} 
.thrColFixHdr #header {
	background: #DDDDDD url(../_images/banner02.gif);
	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. */
	height: 150px;
} 
.thrColFixHdr #header h5 {
	text-align: center;
	font-weight: normal;
}
.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #711515; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
#container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 5px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff url(../_images/sb2_bg.gif) repeat-y right top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 0.8em;
	line-height: 1.3em;
}
.thrColFixHdr #container #sidebar2 p img {
	padding-left: 15px;
	padding-top: 10px;
}

.thrColFixHdr #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
} 


.thrColFixHdr #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-top: 1em;
}
.thrColFixHdr #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: url(none) repeat left top;
}
.thrColFixHdr #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #600;
}

.thrColFixHdr #mainContent p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-left: 50px;
	color: #000;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(../_images/footer_bg.gif);
} 
.thrColFixHdr #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 */
	text-align: center;
	font-size: 0.7em;
}
.thrColFixHdr #container #footer h5 {
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar1 p {
	text-align: right;
	color: #FFF;
}
.bullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 65px;
	padding-bottom: 0.5em;
}
.book {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	font-style: italic;
}
.author {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin-left: 60px;
	font-weight: normal;
	color: #036;
}
.bookDis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #099;
	margin-bottom: 20px;
	margin-left: 20px;
}

.test {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #41637b;
	margin-bottom: 10px;
	border-collapse: Collapse;
}

.test th {
	text-transform: uppercase;
	color: #FFF;
	background: #41637b;
	text-align: left;
	padding: 4px 5px 2px 10px;
	border: 1px solid #41637b;
}
.test td {
	padding: 4px 2px 4px 10px;
	border: 1px solid #41637b;
}
.total {
	color: #fff;
	background-color: #41637b;
	font: bold;
}
.imageRt {
	padding-left: 15px;
}
.imageLft {
	padding-right: 15px;
}

.quoteImage {
	padding-bottom: 5px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 15px;
}
.noPicImage {
	float: left;
}


.textRt {
	padding-left: 250px;
}
.thrColFixHdr #container #mainContent .quote {
	color: #036;
	padding-right: 55px;
	text-align: justify;
	padding-left: 30px;
	line-height: 1.2em;
}

.thrColFixHdr #container #mainContent p .quoteAtrib {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
}

/*-- hnav --*/
#hnav {
	font-size: 70%;
	position: relative;
	width: 581px;
	top: 66px;
	left: 190px;
}

#hnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#hnav li {
  display: inline;
}

#hnav a:link, #hnav a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #FFFFFF;
  background-color: #B51032;
  text-decoration: none;
  border: 1px solid #711515;
}

#hnav a:hover {
  color: #FFFFFF;
  background-color: #711515;
}
/*-- end hnav --*/
/*-- navcss --*/

#navigation {
  width: 150px;
  background-color: #711515;
}


#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:left;
}

#navigation li {
  border-bottom: 1px solid #711515;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 70%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #711515;
  border-right: 1px solid #711515;
  background-color: #B51032;
  color: #FFFFFF;
  text-decoration: none;
}

#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

#navigation ul ul {
  margin-left: 12px;
}

#navigation ul ul li {
  border-bottom: 1px solid #711515;
  margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
  background-color: #ED9F9F;
  color: #711515;
}

#navigation ul ul a:hover {
  background-color: #711515;
  color: #FFFFFF;
}


/*-- end navcss --*/
.caption {
	text-align: right;
	font-size: 0.7em;
	}
	
h2.bookHeader {
	border-bottom: thin dotted #069;
}
.thrColFixHdr #container #mainContent .book em {
	font-style: normal;


}
