/*  header styles for top-level pages */
#mainContent h1 {
	font-size: 200%;
}
#mainContent h2, #mainContent .primary h2 {
	font-size: 140%;
}
#mainContent h3, #mainContent .primary h3 {
	font-size: 120%;
}
#mainContent .secondary h2, #secondaryContent h2 {
	font-size: 120%;
}
#mainContent .secondary h3, #secondaryContent h3 {
	font-size: 100%;
}
#banner {
	float: left;
	border-bottom: 1px solid #d4d4d4;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash body.threeColumn  #mainContent h1 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 20px !important;
	padding: 0;
	width: 450px;
	margin-left: 30px;
	height:auto;
}
.sIFR-hasFlash body.twoColumn  #mainContent h1, .sIFR-hasFlash body.sectionEntry  #mainContent h1 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 20px !important;
	padding: 0;
	width: 660px;
	margin-left: 30px;
	height:auto;
}
