/* Site Layout */
@import url("forms.css");
@import url("layout.css?foo");

/*Navigation Styles */
@import url("dhtml-horiz.css?foo");

/* TYPOGRAPHY */
body, #divContainer{
	text-align: left;
	font:normal 76%/1.6em Arial, Helvetica, sans-serif;
	color: #002b45;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 10pt/1.6em Arial, Helvetica, sans-serif;
	color: #002b45;
	background-image:none;
	background-color:#fff;
}

#divContainer table{
	font-size:12px;
}
div {
	font-size: 1em;
}
#main img{
	border:0px;
}
#charts {
	position: relative; 
	left: -31px; 
	top:-10px;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color: #002b45;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.newsTable a, .newsTable a:link, .newsTable a:active, .newsTable a:visited {
	color: #ccc;
	text-decoration: none;
}
.newsTable a:hover {
color:#fff;
	text-decoration: underline;
}

#main a, #main a:link, #main a:active, #main a:visited {
	color: #002b45;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: underline;
}
#main-bio a, #main-bio a:link, #main-bio a:active, #main-bio a:visited {
	color: #6AC072;
	text-decoration: underline;
}
#main-bio a:hover {
	text-decoration: underline;
}
#comp-text a, #comp-text a:link, #comp-text a:active, #comp-text a:visited {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	background:none;
	text-decoration:none;
}
#comp-text a:hover {
	text-decoration:underline;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#credits1 a, #credits1 a:link, #credits1 a:active, #credits1 a:visited, #credits2 a, #credits2 a:link, #credits2 a:active, #credits2 a:visited {
	font:10px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#credits1 a:hover, #credits2 a:hover {
	color:#ccc;
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	text-transform:uppercase;
	color:#113A50;
}
h1 {
	font:bold 1.2em/1.2em Arial, Helvetica, sans-serif;
	margin:0 0 .2em 0;
	position:relative;
	right:13px;
	background: url(../Images/main-title-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#main-bio h1 {
	color:#6AC072;
	background: url(../Images/bio-title-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#main-chem h1 {
	color:#6399D1;
	background: url(../Images/chem-title-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#main-home h1 {
	font:bold 1.4em/1.2em Arial, Helvetica, sans-serif;
	padding:0;
	margin-left:10px;
	color: #002b45;
	background:none;
width:100%;
}
h2 {
	font:bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	background: url(../Images/main-title-dash.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:none;
	padding-left:25px;
}
#main-bio h2 {
	background: url(../Images/bio-title-dash.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:none;
	color:#6AC072;
	padding-left:25px;
}
#main-chem h2 {
	background: url(../Images/chem-title-dash.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:none;
	color:#6399D1;
	padding-left:25px;
}
h3 {
	font:bold 1.2em/1.4em Arial, Helvetica, sans-serif;
}
div#pagename h3 {
	margin:.6em 0 0 0;
	padding-left:15px;
	font-size:9pt;
}
h4 {
	font:bold 1.1em/1.4em Arial, Helvetica, sans-serif;
}
h5 {
	font:bold 1em/1.4em Arial, Helvetica, sans-serif;
}
h6 {
	font:normal 100%/1.4em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-transform:none;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
blockquote {
	margin:8px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
	
/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 .5em 0;
	padding: 0;
}
#comp-text ul li {
	font-size:.87em;
	list-style: none;
	background-image:url(../Images/comp-bullet.png);
	background-repeat: no-repeat;
	margin: 0 0 0.25em 10px;
	padding: 0 0 0.25em 5px;
	background-position:left;
}

.newsTable ul li {
	margin:5px 5px 10px 20px;
	padding:0;
}
ul li {
	margin:0 0 .25em 30px;
	padding:0;
}
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;
}
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 {
	margin:8px 0;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */
















