@charset "UTF-8";

#cert-program {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	color: #111111;
	width: 750px; 
	text-align: left;
}
#cert-program .TabGroup {
	margin: 0px;
	padding: 0px;
}
#cert-program .Tab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 4px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em sans-serif;
	background-color: #DDD;
	list-style: none;
	font: 11px sans-serif;
	border: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#cert-program #TabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #EEE;
}
#cert-program .Tab a:link, #cert-program .Tab a:visited {
	color: black;
	text-decoration: none;
}
#cert-program .Tab a:focus, #cert-program .Tab a:hover {
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
#cert-program .ContentGroup {
	clear: both;
	font-size: 12px;
	border: solid 1px #999;
	background-color: #EEE;
}
#cert-program .PanelsContent {
	padding: 0 0 20px 0;
}
#cert-program .PanelsContent h3 {
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0 15px;
}
#cert-program .PanelsContent h3 span {
	font-size: 12px;
	font-weight: normal;
}
#cert-program .PanelsContent p {
	margin: 10px 0 0;
	padding: 0 25px;
}
#cert-program .PanelsContent ul, #cert-program .PanelsContent ol  {
	margin: 10px 0 0;
	padding: 0 35px;
}
#cert-program .PanelsContent a, #cert-program .PanelsContent a:link, #cert-program .PanelsContent a:active, #cert-program .PanelsContent a:visited {
color: #000000;
text-decoration: none;
font-weight:bold;
font-size:11px;
}
#cert-program .PanelsContent a:hover {
color: #990000;
text-decoration: underline;
font-weight:bold;
font-size:11px;
}