@charset "utf-8";
/* CSS Document */
#journaltitle {
	float:left; 
	display:inline;
}

#journalyears {
	vertical-align:bottom; 
	float:right; 
	display:inline; 
	text-align:right; 
	clear:right; 
	margin:30px 0 10px 5px; 
	font-size:95%;
}

#journalyears li {
	float:left; 
	display:inline; 
	text-align:right; 	
	padding:0 5px; 
}

#journalyears li.last {
	padding: 0 0 0 5px;
}

#dateline {
	color:#A56933; 
	font-size:95%; 
	font-style:italic; 
	display:inline; 
	vertical-align:baseline; 
	font-weight:bold;
	padding:0; 
	margin:5px 0; 
	float:right; 
	clear:right;
}

#h1wrap {
	width:100%; 
	border-bottom:1px solid #DBB262;
	clear:both;
}
#subtitle-wrap {
	width:100%;
	clear:both; 
}

#rightcolumn h2 {
	color:#96602E;
	font-size:100%; 
	font-weight:bold; 
	height:1.8em; 
	margin:5px 0; 
	display:inline; 
	clear:left; width:500px; float:left;
}

#rightcolumn  h3 {
	font-size:100%; 
	margin:20px 0 0 0; 
	color:#992A0C; 
	font-weight:bold; 
}

#rightcolumn  h5 {
	font-size:80%; 
	font-weight:bold; 
	color: #593A1E; 
	margin:20px 0 0 0;
}

#rightcolumn h5 em {
	font-style:italic; 
	font-weight:bold;
}

#rightcolumn em {
	font-style:italic;
}

.reference { 
	font-size:90%; 
	margin:0; 
	padding:0;
}
.reference li {
	list-style:none; 
	padding-left:20px;  
	text-indent:-20px;
}
ol.alpha {
	list-style:lower-alpha; 
	margin-left:2.2em;
}
ol.number {
	list-style:decimal; 
	margin-left:2.2em;
}
ol li {
	color: #593A1E;
	font-size: 80%;
	line-height:1.8em;
	margin:0 0  10px;
}

ol li a, ol li a:link, ol li a:visited {
	color:#992A0C; 
	text-decoration:none;
}
ol li a:hover {
	text-decoration:underline;
}
ol li td em, ol li td strong {font-size:120%;}

ol.samesize-alpha {
	list-style:upper-alpha; 
	font-size:120%; 
	margin-left:2.2em;
}

.hanging {
	padding-left:1em;  
	text-indent:-1em;
}
.indent {
	padding-left:1em; 
	text-indent:0em;
}

td {
	color: #593A1E;
	font-size: 80%;
	line-height:1.8em;
	margin-bottom:30px;
}
td a, td a:link, td a:visited {
	color:#992A0C; 
	text-decoration:none;
}
td a:hover {
	text-decoration:underline;
}


td.title {
	border-bottom:solid 1px #DBB262; 
	font-size:80%; 
	font-weight:bold; 
	color:#992A0C;
}

table.smallprint {
	border:solid 1px #DBB262; 
	font-size:80%; 
	line-height:0 !important;
}

.redbold {
	color:#990000; 
	font-weight:bold;
}

hr {
	color:#593A1E; 
	height:1px;
}

#first-letter-bold li:first-letter {
	font-weight:bold;
}
#first-letter-bold li.ex:first-letter {
	font-weight:normal;
}
#rightcolumn blockquote {
	padding:2px 5px 10px 5px; 
	margin:10px; 
	background:#EFD6A5;
}
#rightcolumn blockquote p {
	line-height:1.8em; 
	font-size:75%;
}
#author {
	margin-top:30px; 
	padding-top:5px; 
	border-top:solid 1px #DBB262;
}


