/* 
This style sheet contains all styles specific 
to the Table of Contents Pages.*/

#printHeader {
	display: none;
	}
	
/* Table of Contents header and actions */
		
#contents {
	width: 456px;
	margin: 0 0 1.5em 0;
	padding: 0;
	background: #fff;
	}
	
#contents img {
	float: left;
	margin: 0;
	padding: 0 1.5em 0 0;
	}
	
#contents h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	line-height: 1.5em;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
	}
	
h2.action {
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: none;
	}
	
p.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 .7em 0;
	padding: 0;
	}
	


/* Issues Articles List styling */

#issueArticles {
	background: #fff;
	}
	
#issueArticles h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .1em 0;
	border: none;
	text-transform: none;
	}
	
#issueArticles h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	}
	
#issueArticles p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	}
#issueArticles p.byline {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0;
	}

#issueArticles .exclusive {
	margin: 0;
	padding-left: 3em;
	}
#issueArticles .exclusive h2 {
	margin-bottom: 1em;
	}
#issueArticles .exclusive p {
	margin: -1em 0 1em 0;
	}
#issueArticles .exclusive .exclusiveType {
	font-weight: bold;
	}

.tocSection {
  margin-bottom: 1em;
  }