/* CSS Document */
#PageBody h2 {
	color: #006600;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:0px;
	padding:0px;
}

#PageBody h3 {
	color:#990000;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#PageBody h3 a {
	color:#990000;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#PageBody h3 a:hover{
	text-decoration:underline
}

#PageBody .featureImg {
	text-align:center;
}


#PageBody a {
	color: #006600;
	font-weight: bold;
	text-decoration:none;
}

#PageBody a:hover {
	text-decoration:underline;
}

#PageBody p {
	color:#666666;
	line-height:18px;
}

.postdate a {
	font-weight:bold;
	color:#003300;
	margin-left:5px;
	font-size:10px;
}

/***************** HTP Articles ***************/
#htpNews {
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
	background-color:#F7F7F7;

}

#htpNews .sectionHeaders {
	Background-color:#F7F7F7;
	background-image:url(../images/layout/SectionHeaders.png);
	background-repeat:repeat-x;
	height:38px;
	color:#FFFFFF;
}

#htpNews .sectionHeaders h3 {
	color:#FFFFFF;
	padding-top:10px;
	padding-left:5px;
}

#htpNews .sectionHeaders a {
	color:#FFFFFF;
}

#htpNews .sectionHeaders a:hover {
	text-decoration:none;
}

#htpNewsRight {
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
	background-color:#F7F7F7;
	border-bottom: 1px dotted #666666;
}

#htpNewsRight a {
	margin-left:5px;
	font-size:11px;
	color:#990000;
	font-weight:normal;
	line-height:18px;
	
}

#htpNewsRight .sectionHeaders {
	Background-color:#F7F7F7;
	background-image:url(../images/layout/SectionHeaders.png);
	background-repeat:repeat-x;
	height:26px;
	color:#FFFFFF;
}

#htpNewsRight .sectionHeaders h3 {
	color:#FFFFFF;
	padding-top:4px;
	padding-left:5px;
}

#htpNewsRight .sectionHeaders a {
	color:#FFFFFF;
}

#htpNewsRight .sectionHeaders a:hover {
	text-decoration:none;
}

#article {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	margin-top:4px;
	margin-bottom:6px;
	border-bottom:dotted #666666 thin;
	font-size:10px;
}

#article .title {
	font-weight:bold;
	color:#003300;
	font-size:12px;
	text-decoration:none;
}

#article .postdate {
	font-weight:bold;
	color:#003300;
	margin-left:5px;
	font-size:10px;
}

#article p {
	margin-top:2px;
	margin-bottom: 2px;
	font-size:10px;
}

/***************** StatTable ***************/
#StatTable th {
 text-align:left;
 color:#003300;
 background-color:#D2FFD2;
 border-bottom:solid #CCCCCC thin;
}
#StatTable td {
  font-size:10px;
 border-bottom:dotted #CCCCCC thin;
}
