﻿/* Section Header */
.siteSection .sectionHeader
{
	height:31px;
	background-image:url("/sitefiles/images/page_header.gif");
	background-position:left top;
	background-repeat:repeat-x;
	font-size:22px;
	font-weight:bold;
	color:#F2F200;
	padding:4px 0 0 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 15px 0;
}



/* Archive Header */
.siteSection .archiveHeader
{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 0 0;
}



/* Each article in the section */
.siteSection .sectionArticle
{
	border-bottom:1px dotted #CCCCCC;
	padding:15px 0 15px 0;
}



/* Article links */
.siteSection .sectionArticle. a
{
}



/* Article headline */
.siteSection .sectionArticle .headline
{
	font-weight:bold;
	font-size:14px;
}



/* Article headline link */
.siteSection .sectionArticle .headline a
{
	text-decoration:none;
}



/* Article subheading */
.siteSection .sectionArticle .subheading
{
}



/* Article subheading paragraph tag */
.siteSection .sectionArticle .subheading p
{
	padding:0;
	margin:0;
}



/* Article author */
.siteSection .sectionArticle .authors
{
	font-style:italic;
}



/* Publish date */
.siteSection .sectionArticle .publishDate
{
	font-size:11px;
}
