/* Publications style sheet:                             kjh 08-31-2007         
	History:
	  08-07-2009  kjh  -updated for better CSS standards
	  12-01-2009  kjh  -further updates for CSS standards
 */

.title {color:#996600; font-family: Arial, Helvetica, sans-serif; font-size: 160%; 
	font-weight: bold;  margin: 20px 0; padding: 0; text-align: center;}
.title a{color: #7d3f00; background: transparent;  }
.title a:hover{color: #7d3f00; background: #ffd8b0;  }

.subtitle{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 120%; 
	font-weight: bold; margin: 0; padding: 0; text-align: center}
.subtitle a{color: #552b2b; background: transparent;  }
.subtitle a:hover{color: #552b2b; background: #ffd8b0;  }

.header{clear: both; color: #4a3117; font-family: Arial, Helvetica, sans-serif;
	font-size: 120%; font-weight: normal; margin: 50px 25px 5px 25px; padding: 1px 5px;
	border-bottom: 1px solid #4a3117; background: #e9d4a8; }

h1.Moved{color: #3e3e3e; font-family: Arial,Helvetica,sans-serif; font-size: 150%;
	margin: 100px 0 50px 0; text-align: center;}
h2.Moved{color: #3e3e3e; font-family: Arial,Helvetica,sans-serif; font-size: 100%;
	Margin: 0 0 200px 0; text-align: center;}
h2.Moved a { color: maroon; }

.text{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 100%;
	font-weight: normal; text-align: justify; margin: 20px 5%; 
	background: transparent;}
.text a {color: #8b4513; background: transparent;}
.text a:hover {color: #8b4513; background: #ddbbbb;}

.textCenter{color: #8b4513; font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; font-weight: normal; text-align: center; margin: 20px 0; }
.textCenter a {color: #8b4513; background: transparent;}
.textCenter a:hover {color: #8b4513; background: #ddbbbb;}

.text2{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: normal;}

.textbox{color: #8b4513; font-family: Arial, sans-serif; font-size: 80%; font-weight: normal; }

div.content{ width: 90%; margin: 100px auto; }

img.imgCenter {display: block; margin: 0 auto; border: none;}
img.imgLeft {display: block; margin: 0; float: left; border: none;}
img.imgRight {display: block; margin: 0; float: right; border: none;}


div.BookRow{ clear: both; margin: 20px 0 10px 0; padding: 0 0 10px 0; min-height: 130px;   }
div.BookRight{float: right; margin: 0 20px; padding: 0px; }
div.BookLeft{float: left; margin: 0 20px; padding: 0px; }


.Order{color: #778899; font-family: Arial, Helvetica, sans-serif; font-size: 100%; 
	font-weight: normal; text-align: center; margin:5px 0; padding: 0;}
.Order a {color: #778899; text-decoration: none;  }
.Order a:hover{color: #778899; text-decoration: underline;}

.BookTitle{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 100%; 
	font-weight: bold; text-align: left;  margin: 0px 30px 0 30px;}
.BookDesc{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 100%; 
	font-weight: normal; text-align: justify; margin: 5px 30px;}
.BookDesc a{color: #552b2b; background: transparent;  }
.BookDesc a:hover{color: #552b2b; background: #ffd8b0;  }

.publist{color:#8b4513; margin: 15px 20px 5px 20px; padding: 0;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 100%;
	 font-weight: normal; text-align: justify; list-style-image: url(/images/bullet-brn1.gif);}
.publist a{ font-weight: bold;}

.publistlink{color: #467479; text-decoration: none; }
.publistlink:hover{color: #467479; background-color : #ffffcc; text-decoration: underline;}


ul.List{width: 80%; margin: 0 auto;  list-style: disc outside url(/images/bullet-brn1.gif);   }
ul.List li{color: #8b4513; font-family: Arial, Helvetica, sans-serif; font-size: 100%;
	font-weight: normal; margin: 20px 0; padding: 0;}
ul.List li a{ color: #467479; font-weight: bold; text-decoration: underline; background: transparent; }
ul.List li a:hover{ color: #467479; text-decoration: underline; background: #ffe7b5; }

/* Cotinine pages:  */

p.question{ color: #55688a; font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; font-weight: bold; text-align: left; margin: 50px 0 0 20px;}

p.answer{color: black; font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; font-weight: normal; text-align: justify; 
	margin: 10px 0 0 50px; }
