body {
  font: 62.5% "arial", "Times", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.Help {
  width: 240px;
  height: 94px;
  padding-right: 200px;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 5px;
  background: url(/images/HowCanWeHelp.jpg) no-repeat bottom left;  
}

.Help ul {
  padding-top: 5px;
}
.Help ul li {
  list-style-type: none;
  line-height: 14px;
   
}
.Help li a {
  display: block;
  text-decoration: none;
  padding-left: 16px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  background: url(/images/HCWH_blt.jpg) no-repeat 0 1px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */
#Help a:hover {
  color: #037DA6;
}
#Publications {
  width: 165px;
  border: 1px solid #666; 
  margin-right: 10px;
}
#Publications img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 6px 15px 3px 10px;
  border:none; 
}
#Publications h2 {
  text-align: center;
  background-color: #EDEDED;
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
}
#Publications a {
  display: block;
  text-align: center;  
  line-height: 14px;
  font-size: 12px;
  padding: 6px 0 3px 0;
  color: #666;
}
#LatestNews {
  width: 98%;
  float: left;
  background: url(/images/newsstrip.jpg) repeat-x;
  margin-top: 20px;
  border-bottom: 1px solid #999;
}
#LatestNews h1 {
  background: none;   /* (took out for now) url(/images/newsright.gif) no-repeat top right */
  height: 30px;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  padding-left: 10px;
  padding-bottom: 2px;
  line-height: 15px;
}
#LatestNews .Leftimg {
  background: url(/images/newsleft.gif) no-repeat top left;
}
#LatestNews .LeftDiv {
  float: left;
  width: 47%;
  padding: 6px;
  border-right: 1px solid #999;
}
#LatestNews .RightDiv {
  float: right;
  width: 47%;
  padding: 6px;
}
#LatestNews img {
  float: left;
  margin-right: 5px;
}
#LatestNews h3 {
  font-size: 12px;
}
#LatestNews .Date {
  float: left;
  color: #037DA6;
  font-weight: bold;
}
.MoreNews {
  float: right;
  clear: both;
  padding: 20px;
  padding-right: 0;
  font-size: 13px;
}

#content
{
	float:left;
	width:770px;
	padding: 5px;
	padding-top: 2px;  		
}

#homepageblock
{
	padding:0px;
}

#content p {
  font-family: arial;
  color: #000;
  font-size: 1.2em;
}

