
/***********************************************************************************************/
/* Headers */
h1, #sectionId, .newsArticle .newsRight h2
{
	color:#000;
	font-size:2em;
	padding:10px 0 2px 0;
	margin:0 0 10px 0;
	font-weight:bold;
	border:none;
}
h2,h3,h4,h5
{
	color:#000;
	font-size:1em;
}
.textRight h2
{
    padding:5px 0 20px 0;
}
p, ul, dl
{
	padding:0 0 14px 0;
	line-height:120%;
	font-size:1em;
}
.text p
{
    
    padding-right:140px;
    line-height:130%;
}
.textRight p
{
    
    padding-right:0px;
}
dl
{
    width:500px;
}
dt
{
  font-weight:bold;  
}
dd
{
    padding:0 0 14px 0;
}
p.flash
{
    padding:5px 10px;
    background:#f9cfcf;
    margin:0 0 16px 0;
}
/***********************************************************************************************/
/* Link Styles */
a
{
	color:#00f;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
/* Used for top nav */
#topSection a, #footer a, .newsArticle .newsText p.print a, ul.siteMap li a
{
	color:#000;
	text-decoration:none;
}
#staticNav li.active a
{
	color:#f00;
}
.newsArticle .newsRight a, .linkList a
{
    color:#000;
    font-weight:bold;
}
.newsArticle .newsText p.print a, ul.siteMap li a
{
    font-weight:bold;
}