
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td {
	color: Navy;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
}

p {
	font-family: "Times New Roman", serif;
	font-size: medium;
	color: Black;
	background-color: White;
}

a {
	color: Blue;
	background-color: White;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #DDA0DD;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
}

a:visited{
	color: Purple;
	background-color: White;
	text-decoration: underline;
	font-weight: bold;
}

/*a:active {
	color: Purple;
	font-size: 125%
	background-color: White;
	font-weight: bold;
}*/

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	color: Navy;
	background-color: White;
	margin: 0px;
	padding: 0px 8px;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	color: Navy;
	background-color: White;
	margin: 0px;
	padding: 6px 0px 8px 0px;
}

h2.book_title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: large;
	color: Navy;
	background-color: White;
	margin: 0px;
	padding: 6px 0px 8px 0px;
	font-style: italic;
}


h3{
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	color: Navy;
	background-color: White;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px 04px;
}
h3.book_title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	color: Navy;
	background-color: White;
	font-weight: bold;
	margin: 3px 4px;
	padding: 0px 4px;
	font-style: italic;
}

h4{
	font-family: Verdana, Arial, sans-serif;
	color: Navy;
	background-color: White;
	font-weight: bold;
	margin: 3px;
	padding: 0px 4px;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: Navy;
	background-color: White;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

h6{
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	color: #4B0082;
	background-color: White;
	margin: 0px;
	padding: 0px;
}

dl {
	font-family: "Times New Roman", serif;
	color: Navy;
	background-color: White;
	font-weight: normal;
	margin: 0px 0px;
	padding: 2px 4px 4px;
}

dt {
	font-family: "Times New Roman", serif;
	font-size: medium;
	color: Black;
	background-color: White;
	margin: 4px 0px;
	padding: 0px 4px 0px;
}

dd {
	font-family: Verdana, Arial, sans-serif;
	/*font-size: small;*/
	color: Black;
	background-color: White;
	padding: 0px 4px 4px;

}
ul {
 list-style-type: square;
 font-family: Georgia, "Times New Roman", sans-serif;
}
li {
	font-size: medium;
	color: Black;
	background-color: White;
	padding: -2px 4px 0px;
	font-family: "Times New Roman", Georgia, serif;
}
ul ul {
 list-style-type: disc;
  font-family: Georgia, "Times New Roman", sans-serif;
  padding-top: 2px;
}

ul ul ul {
 list-style-type: none;
}



label {
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 background-color: White;
}

/* **************************************/
/* Components                          */
/***************************************/
		
#Logo {
	background: white url('http://www.BookStudygroups.org/assets/images/BSGLogo.jpg') no-repeat top left;
	margin: 10px 80px 0px 90px;
	background-image: http://www.BookStudygroups.org/assets/images/BSGLogo.jpg;
}

#abstract {
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Times New Roman", sans-serif;
	font-size: 12.5px;
	padding: 4px 6px;
}

/************* #globalNav styles **************/

.topLinks {
	margin-top: 2px;
	margin-bottom: 9px;
}
.bottomLinks {
	margin-top: 15px;
	margin-bottom: 5px;
}
.tight {
	margin-top: 3px;
	margin-bottom: 4px;
}	
.PDFLinks {
	font-family: Verdana, Arial, sans-serif;
	font-size: smaller;
	background-color: White;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: capitalize;
}

.bR {
	BORDER-RIGHT: 1px solid #483D8B;
}

/***********************************************/
/* Components                                  */
/***********************************************/


#book { 
		left:120px;
		top:10px;
		width:430px;
		border:1px solid #000;
		table-layout: auto;
		background-color: White;
		}
		
#header {
/* styles */
}

#banner {
	padding: 0px 50px 0px 52px;
	margin:0px;
/*	font-family: sans-serif;*/
	text-align: center;
}

#header p {
/* styles */
}

#container {
text-align: center;
}

#Logo	{
	background: url(/assets/images/BSGLOGO.jpg) no-repeat top left;  
	margin: 10px 80px 30px 90px; 		
}
	
#text {
margin-left: auto;
margin-right: auto;
text-align: left; /* overrule inheritance */
}

#indentText {
margin-left: 26px;
margin-right: auto;
text-align: left; /* overrule inheritance */
}