#header {
	min-height:  100px;
	background-color: #fff;
}
#headerTitle {
	text-align: center;
}

#headerTitle h1 img {
	width: 100%;
    height: 180px;
}
#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #040;
	color:  #fff;
}

/*Icon table of content*/
table.tocArticle:nth-child(odd) tr {
  	background-color: #fffbe5;
}

table.tocArticle:nth-child(even) tr {
  	background-color: #f4f4f4;
}

table.tocArticle tr:hover {
  	background-color: #f1faf5;
}

table.tocArticle td {
  	padding: 5px 10px;
}

table.tocArticle a {
  	text-decoration: none;
}

.tocTitle {
  	font-weight: bold;
}

.tocAuthors {
  	font-style: italic;
}

td.tocGalleys {
  	padding-right: 10px;
}

td.tocArticleTitleAuthors {
  	width: 89%;
}

td.tocArticleGalleysPages {
  	width: 11%;
}

#articleTitle {
  	margin-bottom: 0.8em;
}