/* Home page only styles */

/* left column */
#leftColumnCellHomepage { 
	width: 170px;
	vertical-align: top;  
	padding: 10px 10px 5px 10px;
}

#centerColumnCell p { 
	margin: 0px;
	padding: 0px;
}
p.WhatsNewHeader {
	font-family: Arial, Helvetical, sans-serif;
	color: #888888;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}
#newsItemHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #007E3A;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.newsItem {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 10pt;
}
#newsItemHeader a:link {
	color: #007E3A;
	text-decoration: none;
}
#newsItemHeader a:visited {
	color: #007E3A;
	text-decoration: none;
}
img.newsItem {
	border-width: 1px;
	border-color: #C35F0F;
	border-style: solid;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#newsItemTable {
	width: 380px;
}
#FeatureCalloutsTable {
	width: 380px;
}
#FeatureCalloutsTable .LeftCell {
	width: 205px;
}
#FeatureCalloutsTable .RightCell {
	width: 185px;
}
/* right column for homepage */
#rightColumnCellHome { 
	width: 170px;
	vertical-align: top; 
	padding: 10px 10px 5px 10px;
}
/* Recent features */
#HomeRecentFeatures {
	padding: 2px;
}
#HomeRecentFeatureHeading {
	padding: 2px;
}
#HomeRecentFeature1 {
	padding: 1px;
	border-bottom: 1px solid #A84802;
}
#HomeRecentFeature1 a {
	color: black;
	text-decoration: none;
}
#HomeRecentFeature1 a:hover {
	color: black;
	text-decoration: underline;
}
/* Older Features */
#OlderFeatures ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
  font-size: 0.8em;
  }
#OlderFeatures li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
  #OlderFeatures li a {
  font-size: 1.1em;
  font-weight: bold;
  }
  .OlderFeaturesHeading {
  font-family: Arial, Helvetica, sans-serif;
  color: #BD4E2C;
  }

