/* CSS Document */
#branding,
#globalNavigation,
#mainNavigation,
#pageNavigation,
#message {
	display: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}
	#pageContent h2 {
		border-bottom: none;
	}
#sidebar {
	float: right;
	width: 29%;
	margin-left: 1%;
	font-size: .85em;
}
	.certificationInformation {
		border: 1px solid #ccc;
		margin-bottom: 15px;
		padding: 0px 10px;
	}
/* FOOTER */
#footer {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#footer li {
		padding: 1px 0px;
		font-size: .8em;
	}