body  {
	font-family: Times,Times New Roman,serif;
	color: #000000;
	background-color: #ffffff;  
}
a,
a:link {
	color: #006666;
  text-decoration: none;
}
a:visited,{
  color: #006666;
}

a:hover,
a:active {
  color: #cc9900;
  text-decoration: underline;
}
div.endheader { 
	border-top: 1px solid;
}

/* ----styles to create the columns----  */

#wrappertop { 
  margin-top: 2em;
  margin-bottom: 2em;
}

#one {
  float: left;
  width: 25%;
}

/* setting the border fixes the top alignment problem  */
#two {
  margin-left: 30%;
  margin-right: 35%;
  border: solid thin white;
}

#three {
  margin-right: .5em;
  float: right;
  width: 30%;
	}

#clear { 
  clear: both;
}

/* styles for text and footer */

p.heading {
  font-family: Times,Times New Roman,serif;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: .5em;
}

p.itemleft	{
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  vertical-align: top;
  margin-left:1em;
  margin-top:.7em;
  margin-bottom:.7em;
  line-height: 1em;
}
p.item	{
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  vertical-align: top;
  margin-left:1em;
  margin-top:.7em;
  margin-bottom:.7em;
  line-height: 1em;

}

div.footer { 
  margin-top: 5em;
  font-size: 90%;
}