<style>
   /* this one takes care of the (apparently still
     extant) problem of linked stylesheets skipping
     the first entry in the stylesheet... in other
     words it's a "null" entry */
  .bugfix{
  font-size: 16px;
  }
  body{
  font-family: Arial, Helvetica, sans-serif;
  }
  p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: justify;
  }
	p.smalltext{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  }  
	p.pullquote{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  color: 009933;
  }
  strong.ecjb{
  color: 009933;
  }
  a{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
  a.textnav{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: 009933;
  text-decoration: none;
  }
  #contentleft {
	width:145px;
	padding:0px;
	vertical-align: top;
	float:left;
	}
  #main {
  float:left;
  width:60%;
	background:#fff;
	vertical-align: top;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-right:10px;
	}
  div.cright{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
  div.quotesource{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  }
	/* this puts a green box around whatever is inside
	   the div */
  div.box{
  background-color: #ffffff;
  border-color: #009933;
  border-style: solid;
  border-width: 3px;
  padding: 5px;
  }
</style>

