.article_navigation ul {
	padding-top: 5px;
	margin: 0 20px 0 0;
	color: #9c3d6d;
	color: #682145;
}

#top_nav ul {
	position: absolute; top: 70px; right: 5px;
}

#bottom_nav {
	/*position: absolute; bottom: 55px; right: 5px;*/
	margin-top: 20px;
	float: right;
	position: relative;
}

#bottom_nav ul {
}

.article_navigation li {
	display: inline;
	padding: 0 .5em 0 .5em;
}

.article_navigation a {
	text-decoration: underline;
	color: #682145;
}

.article_navigation li.arrow a {
	text-decoration: none;
	color: #682145;
}

.article_navigation li.arrow a:hover {
	text-decoration: underline;
}

.article_navigation a:link {
	color: #682145;
}

.article_navigation a:hover {
	text-decoration: underline;
}

.article_navigation a:visited {
	color: #682145;
}


/********************************************************************************* 
 **  different colors for header 
 *********************************************************************************/
ul#menu {
	float: right;
	width: 10em;
	border: 1px solid #8b8e4b;
	margin: 0px 20px 10px 20px;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
}

ul#menu li {
	margin-left: 0;
	padding-left: 0;
}
/********************************************************************************* 
 **  different colors for header 
 *********************************************************************************/


/********************************************************************************* 
 **  different colors for header 
 *********************************************************************************/
#logobar {
	background: url(images/header.gif) repeat-x;
}

#author {
	background: url(images/author.jpg) no-repeat;
	width: 450px;
}

#navigation {
	background: url(images/header_rhs.gif) top right no-repeat;
}

#navigation .articles_link a, #footer .articles_link a {
	background: url(images/articles_link.gif) no-repeat;width:225px;height:25px;
}

#navigation .articles_link a:hover, #footer .articles_link a:hover {
	background: url(images/articles_link.gif) no-repeat;width:225px;height:25px;
	background-position: 0px -25px;
}
/********************************************************************************* 
 **  end formatting header 
 *********************************************************************************/


/********************************************************************************* 
 **  different colors for main article 
 *********************************************************************************/
#content {
	margin-top: 1em;
}

.article_section {
	margin: 0 20px 1.5em 20px;
	clear: none;
}

h1#article_title {
	background: url(images/title.gif) no-repeat;
	width: 652px;
}

.drop-cap {
	color:white;
	background: #d6831f;
	border:1px solid #5f574f;
}

a:link {
	color: #37701d;
}

a:visited {
	color: #cc9c4a;
}

a:hover {
	color: #3789b4;
}
/********************************************************************************* 
 **  end formatting main article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting thumbprint images in Voynich article 
 *********************************************************************************/
.thumbprint_holder_left {
	border:1px solid #5f574f;
}

.thumbprint_holder_right {
	border: 1px solid #5f574f;
}
/********************************************************************************* 
 **  end formatting thumbprint images in Voynich article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting for "figure" pages
 *********************************************************************************/
#image_text {
	border: solid 1px #c9b280;
}

.subheading {
	color: #993300;
}

.backlink a:link, .backlink a:visited, .backlink a:hover {
	color: #993300;
}
/********************************************************************************* 
 **  end formatting for "figure" pages
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting footer
 *********************************************************************************/
#footer {
	background: url(images/footer.gif) bottom repeat-x;
}

#copyright {
	background: url(images/copyright.gif) bottom left no-repeat;
	width: 339px;
}
/********************************************************************************* 
 **  end formatting footer
 *********************************************************************************/

/********************************************************************************* 
 **  begin formatting references for main article
 *********************************************************************************/
#reference_heading {
	background: url(images/references.gif) no-repeat;
}
/********************************************************************************* 
 **  end formatting references for main article
 *********************************************************************************/

.quote {
	font-style:italic;
}

.superscript {
    font-size: .8em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.5em;
}

.article_section ol {
	margin-top: 0;
	padding-top: 0;
	margin-left: 1.6em;
}

.article_section li {
	margin-top: 0;
}

p {
	margin: .8em 0;
	padding: 0em;
}

p.related {
	margin: .8em 0 0 0;
}

p.top {
	margin: 0 0 .8em 0;
}

.section-heading {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 4px 0;
}

/********************************************************************************* 
 **  begin table styles
 *********************************************************************************/
table.article-table  {
	border-collapse:collapse;
}

.article-table th {
	text-align: center;
	padding: 5px;
	border: 1px solid black;
}

.article-table th.text {
	text-align: left;
	padding: 5px;
	border: 1px solid black;
}

.article-table td {
	text-align: center;
	padding: 5px;
	border: 1px solid black;
}

.article-table td.text {
	text-align: left;
	padding: 5px;
	border: 1px solid black;
}

.table-footnote {
	font-size: .8em;
}

.table-notes ol {
	margin-top: .5em;
	margin-left: 1.8em;
	padding-left: 0;
}
/********************************************************************************* 
 **  end table styles
 *********************************************************************************/
 


