/***************************************************************************************
 ******* CONTENT STYLES
 ***************************************************************************************/
 #primaryContent {
	 padding: 20px 30px;
	 width: 540px;
 }
 	#primaryContent h1 {
		color: #c72222;
		font: normal 26px "Bernard MT Condensed", Georgia, Times, serif;
		height: 32px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	#primaryContent p {margin: 0 0 1.5em;}
	#primaryContent address {font-style: normal;}
	#primaryContent a {color: #c72222; font-weight: bold; text-decoration: none;}
	#primaryContent a:hover {text-decoration: underline;}
	#primaryContent a.button {
		background: transparent url(/elements/images/global/clickHereButton.gif) 0 0 no-repeat;
		display: block;
		font: normal 20px Georgia, Times, serif;
		height: 46px;
		line-height: 46px;
		margin: 0 auto 1em;
		text-indent: -99999em;
		width: 220px;
	}