#primary-content h1 {
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: center;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #primary-content h1	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#primary-content div.replaced-h1	{ height: 18px; margin-bottom: 2px; }

#header-content h2 {
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: right;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #header-content h2	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#header-content div.replaced-h2	{ height: 18px; margin-bottom: 2px; }

#header-content h3 {
	font: normal 16px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: right;
	color: #AB6666;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #header-content h3	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#header-content div.replaced-h3	{ height: 18px; margin-bottom: 0px; }

#header-content {
	background-image: url('h4_background.jpg');
	background-repeat: repeat-y;
	background-position: top right; 
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-align: right;
	padding: 10px 10px 10px 0;
	}
#header-content h4 {
	font-size: 18px;
	margin: 0 0 0 0;
	color: white;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #alt-content h4	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#header-content div.replaced-h4	{
	height: 18px;
	margin-bottom: 0px;
	text-align: right;
}
