@charset "utf-8";
/* CSS Document */



#relatedCerts {
	background:url(/_images/template/relatedCertBG.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	}

#relatedCerts h2 {
	color:#7B592B;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-bottom:10px;
	margin: 0 10px 10px 10px;
	border-bottom:1px solid #7B592B;
	font-style:italic;
	line-height:21px;
	
}

#relatedCerts ul {
margin:0 0;
padding:0;
padding-left:10px;
list-style:none;
}
	
#relatedCerts li{
margin:0px;
padding:0px;
text-decoration:none;
display:list-item;
}

#relatedCerts li a{
padding:0px;
margin:0;
background:none;
display:inline;
text-decoration:none;
width:inherit;
height:auto;


}

#relatedCerts li a:hover{
color:#f00;
}
