/* GENERAL STYLES */
h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}





/* Layout
================================== */

#contentWrapper {
  background-color: #FFF;
}

#articleContent h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	background-color: #F9C01C;
	vertical-align: bottom;
	height: 25px;
padding:10px;

}

#articleContent img, {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.featureSummaryImage 
{
	float:left;	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



#didYouKnow h1 {
	font-size: 12px;
	font-weight: bold;
	color: #707763;
}

#didYouKnow p {
  font-size: 11px;
  padding-right:10px;
  padding-left:10px;
}

#newsItem h1 {
  font-size: 16px;
  font-weight: bold;
}



#backButton a:link, #backButton a:visited{
	color: #707763;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #707763;*/
}


#backButton a:hover{
	color: #707763;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	/*border-bottom: 1px solid #707763;*/
}



/* Div Layout
================================= */

#contentWrapper {
  width: 756px; 
  text-align: left; 
}

#articleContent { 
  width: 531px; 
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  margin-left: 15px; 
  float: left; 
}

#secondaryContent { 
  width: 180px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
  margin-right: 15px;
} 

#backButton {
  width: 756px;
  height: 15px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  padding-left: 15px;
}

.newsItem {
  width: 531px;
  margin-top: 10px;
}

.divLine {
	width: 531px;
	height: 5px;
	background-image: url(../images/div_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

#footer { 
  clear: both; 
} 



/* Type Styles
================================= */

.newsDate {
  font-size: 10px;
  font-weight: bold;
  color: #707763;
}

.newsTitle {
  font-size: 16px;
  font-weight: bold;
}

/*
.moreLink {
	color: #738801;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #9bb703;
	white-space: nowrap;
}
*/

.NewsListingTitle
{
	font-size:14px;
	color:#333;
}
.NewsListingDate
{
	margin-top:3px;
	font-size:10px;
	color:#999F8D;
}

.NewsListingText
{
	margin-top:2px;
	font-size:12px;
	color:#333;
}

.theNewsListingText
{
	margin-top:2px;
	font-size:12px;
	color:#333;
}

.superNews
{
width:360px;
float:left;
}




