/* Heading Rules */
h1 {
	font-size: 2.2em;
	line-height: 1.5em;
	margin: 0 0 1em;
	clear: left;
	border: 1px solid #ADC4D3;
	border-width: 1px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h2 {
	font-size: 1.5em;
	line-height: 1.33333em;
	margin: 2em 0 1em;
	color: #2F81AA;
	}

#content h2 {
	background-image: url(../images/h2_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
}
#sidebar .content h2, #content .content h2 {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1em;
	background-color: #3C6691;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 0 4px 1em;
	background-image: none;
}
#content .content h2 {
	font-family: Arial, Helvetica, sans-serif;
	}

