@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-position: center top;
	background-image: url(artwork/masthead_01.gif);
	background-repeat: repeat-x;
	z-index: 0;
}
img {
	z-index: 500;
}

A:active {
	color: #D65424;
	text-decoration: underline;
}

A:link {
	color: #D65424;
	text-decoration: underline;
}

A:visited {
	color: #D65424;
	text-decoration: underline;
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
}

H1 {
	font-size: 21px;
	color: #996699;
	font-weight: bold;
	line-height: 24px;
}
H2 {
	color: #2CA37E;
	font-size: 18px;
	font-weight: bold;
}
H3 {
	color: #D65424;
	font-weight: bold;
	font-size: 14px;
}
H4 {
	color: #996699;
	font-weight: bold;
	font-size: 14px;
}
H5 {
	color: #D65424;
	font-weight: bold;
	font-size: 18px;
}
H6 {
	color: #2F946B;
	font-weight: bold;
	font-size: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	text-align: center;
}


.CAwrapper #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A4151E;
} 
.CAwrapper #header {
	background-color: #A4151E;
} 
#ContentBox {
	width: 970px;
	position: relative;
	top: 0px;
} 
.pullquote {
	color: #2F946B;
	font-weight: bold;
	font-size: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	text-align: center;
}
.footer {
	font-size: 11px;
}
.head1 {
	font-size: 21px;
	color: #996699;
	font-weight: bold;
}
