#MAIN_CONTENT_CONTACT {
	width: 759px;
	overflow: hidden;
	position: relative;
	display: block;
	left: 50px;
	margin-top: 0px;
}
#CONTACT_HEADER {
	display: block;
	height: 175px;
	width: 759px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/contact_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#CONTACT_CONTENT {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	padding-top: 10px;
	position: relative;
	width: 749px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.CONTACT_CONTENT h1 {
	color:#9f0010;
	font-size:24px;
	margin-bottom:3px;
	margin-top:3px;
	padding:0px;
	font-weight: bold;
}
.CONTACT_CONTENT h2 {
	color:#333;
	font-size:18px;
	margin-bottom:2px;
	margin-top:2px;
	padding:0px;
	font-style:italic;
	font-weight: bold;
}
.CONTACT_CONTENT li {
	color:#333;
	font-size:12px;
	margin:0px;
	padding-right: 5px;
}#CONTACT_COL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	float: left;
	width: 175px;
	vertical-align: middle;
}
#CONTACT_COL_CLEAR {
	clear: both;
	float: none;
	height: 5px;
	width: 100%;
}

