/* Site Layout */
@import url("forms.css?foo");
@import url("layout.css?foo");

/*Navigation Styles */
@import url("dhtml-horiz.css?foo");
/* TYPOGRAPHY */
body {
	text-align: left;
	font:normal 9pt/1.6em Arial, Helvetica, sans-serif;
	color:#646464;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 9pt/1.6em Arial, Helvetica, sans-serif;
	color:#646464;
}
.mceContentBody {
	margin:5px;
	background-image:none;
	background-color:#fff;
}
div {
	font-size: 1em;
}
#page .home #main img {
	margin:5px;
}
/* LINKS */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color:#646464;
}
a:hover {
	color:#1c67a8;
}
#top-nav a, #top-nav a:link, #top-nav a:active, #top-nav a:visited {
	text-decoration:none;
	color:#646464;
}
#top-nav a:hover {
	color:#1c67a8;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	text-decoration:none;
padding:0 5px;
	color:#1c67a8;
}
#breadcrumbs a:hover {
	color:#646464;
}
#scientific-ref a, #scientific-ref a:link, #scientific-ref a:active, #scientific-ref a:visited {
	text-decoration:none;
font-size:8pt;
	color:#1c67a8;
}
#scientific-ref a:hover {
	color:#646464;
}
#credits a, #credits a:link, #credits a:active, #credits a:visited {
	background:none;
	color:#fff;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1c67a8;
}
h1.pagename {
	position:relative;
	font-size:14.5pt;
	text-transform:uppercase;
	border-bottom:2px solid #70A94C;
	margin-bottom:10px;
	color:#1c67a8;
}
h1 {
	font-size:1.1em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
	border-bottom:2px solid #2EAFA4;
	text-transform:uppercase;
	color:#00467F;
	margin-bottom:5px;
}
h4 {
	font-size:1.1em;
	color:#00467F;
	margin-top:5px;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.8em;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
#comp-text p {

}
blockquote {
	margin:8px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
#comp-text2-internal strong, #comp-text2-internal b {
	color:#000;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
sup {font-size:7pt; line-height:1em;}
/* END TEXT */
	
/* LISTS */
ul {
	line-height:1.4em;
	margin:0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
	list-style-image:url(../Userfiles/template/bullet.png);
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
	
/* TABLE */
table {
	margin: 0;
	padding: 0;
	font-size:100%;
}
table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */	
	
hr {
 rem display: none;
	margin:8px 0;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */

















