body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt; font-style: normal; 
  line-height: normal;  color: #000000; 
  margin-top: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px
  }
  pre {  font-family: "Courier New", Courier, mono; font-size: 9pt; font-weight: normal; color: #000000}

a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #336666;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 114%;
	font-weight: bold;
	color: #336666;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #336666;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #336666;
	margin: 0px;
	padding: 0px;
}
#feature{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	font-style: normal;
	line-height: 110%;
	margin: 10px;
}
#story {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 90%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
}
#story a{
	color: #0000ff;
}

#story a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#substory {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 85%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
}
#substory a{
	color: #0000ff;
}

#substory a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 80%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
}
#rightcolumn a{
	color: #0000ff;
}

#rightcolumn a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	font-style: normal;
	line-height: normal;
	padding-right: 10px;
	text-align: center;
	}
	
#breadCrumb a{
	color: #666666;
}

#breadCrumb a:hover{
	color: #009900;
	text-decoration: underline;
}
#footline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	font-style: normal;
	line-height: normal;
	text-align: center;
	}
	
#footline a{
	color: #666666;
}

#footline a:hover{
	color: #009900;
	text-decoration: underline;
}
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 0px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 0px 10px;
	color: #008000;
	text-decoration:none;
}

#sectionLinks a:visited{
	color: #008000;
	text-decoration:none;
}

#sectionLinks a:hover{
	background-color: #dcf2dc;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffffff;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#smallnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}
.storytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#whoweare {background-color:#006600; float:right; height: 42px;}
div#nav { width: 175px; margin: 0px 0px 0px -1px; padding: 0px; background-color: #green;  }
div#nav ul { margin: 0px; padding: 0px; width: 175px; background: #ffffff;  font-size: 11px; font-weight: bold; }
div#nav ul.level2 { background-color: #green; font-weight: normal;  }
div#nav ul.level3 { background-color: #green; font-weight: normal; }
div#nav li { margin: 0px; padding: 0; position: relative; list-style: none; border-bottom: 1px solid gray; }
div#nav li:hover { background-color: black; }
/* level one nav - no children*/


/* for arrow graphic div#nav li.submenu { background: url(submenu.gif) 95% 50% no-repeat; } */
div#nav li.submenu { background: url(images/arrow_right.gif) 98% 50% no-repeat; }
div#nav li.submenu:hover { background-color: black;  } /* level one nav - with children*/
div#nav li a { display: block; padding: 2px 12px 2px 5px; text-decoration: none; width: 158px; color: green; }
div#nav li a:hover { color: white; background-color: green; }
div#nav>ul a { width: auto; }
div#nav ul ul { position: absolute; top: 0; left: 175px; display: none; }
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 { display:block; }

