.divider { background-color: #CECECE }

.banner { color: #8E8E8E; background-color: #F5F5F5; font-size: 14pt; font-family: Verdana, Arial, Helvetica }

.subnav { background-color: #f9f9f9; line-height: 12pt; color: #444444; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica  }
.subnav A:link, .subnav A:visited { color: #669999; text-decoration: none }
.subnav A:active, .subnav A:hover { color: #669999; text-decoration: none }

.rightcol { background-color: #f9f9f9 }

.copyright { color: #444444; font-size: 8pt; font-family: Verdana, Arial, Helvetica }

.nav { color: #444444; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica }
.nav A:link, .nav A:visited { color: #669999; text-decoration: none }
.nav A:active, .nav A:hover { color: #669999; text-decoration: none }

h1 { color: #333333; font-weight: bold; font-size: 14pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h2 { color: #333333; font-weight: bold; font-size: 13pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h3 { color: #333333; font-weight: bold; font-size: 12pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h4 { color: #333333; font-weight: bold; font-size: 11pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h5 { color: #333333; font-weight: bold; font-size: 10pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h6 { color: #333333; font-weight: bold; font-size: 9pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }

p, ul, ul ul, ul ul ul, ol, ol ol, ol ol ol, dd, dl, dt, select, option, textarea, input, nobr
 { color: #444444; font-size: 8pt; font-family: Verdana, Arial, Helvetica }
 
A:link { color: #669999}
A:visited { color: #669999}
A:active, .nav A:hover { color: #669999}

/*---------------------------
2009-12-29: id="home" added to body tag on index.htm page, and styles below applied to lists to make them consistent across browsers.

2010-01-12: Updated
-----------------------------*/

#home ul, li {
	margin-left: 1.5em;
	padding-left: 0;
}

#home ul li {	
	font-family:Verdana;
	font-size:8.5pt;
	margin-bottom: 5px;
	margin-left: 0;
}

#article_references ol, li {
	font-size: 10pt;
	margin-left: 2em;
	padding-left: 0;
}

#article_references ol li {
	font-family:Verdana;
	margin-bottom: 1.5em;
	margin-left: 0;
}

table#figures {
	border-collapse:collapse;
	border-spacing:0;
}

table#figures td {
		vertical-align:top;
}
