.article {
	margin: 0;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.article_headline {
	color: #6a737b;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 7px;
}

.article_headline p {
	margin: 0;
	padding: 0;
}

	.article_headline a {
		color: #0f7ec2;
	}

.content_item_first .article_headline {
	color: #0f7ec2;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

	line-height: 24px;
	/*margin-bottom: 16px;*/
}

/*p.article_subhead {
	color: #231f20;

	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;

	line-height: 20px;

	margin-bottom: 0px !important;
}
*/
/*	.article_subheadline p {
		margin: 0px;
		padding: 0px;
	}
*/

.article_copy {
	margin: 0;
	padding: 0;

	color: #6a737b;
	font-size: 11px;
	line-height: 16px;
}

.article_copy p {
	margin: 0;
	padding: 0;

	margin-bottom: 16px;

	position: relative;
}


.article_copy a {
	color: #0f7ec2;
}

.article_copy ol {
	padding: 0;
	margin: 0;

	padding-top: 0;
	padding-left: 0;

	margin-bottom: 16px;
}

.article_copy ol li {
	margin-left: 19px;
	list-style-type: decimal;
	line-height: 16px;
	font-size: 11px;
}

.article_copy ul {
	padding: 0;
	margin: 0;

	/*padding-top: 15px;*/
	padding-left: 14px;

	margin-left: 0;
	margin-bottom: 16px;
}

.article_copy ul li {
	padding-left: 13px;
	margin-left: 0;

	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;

	list-style: none;

	/*color: #ebebeb;*/

	margin-bottom: 3px;
	line-height: 16px;
}


.article_copy ul ul {
	margin-bottom: 0;
}

.article_copy img {
	border-width: 0;
	margin: 0px;
	max-width: 450px;
}



.article_copy td {


}

.body_photo_left {
	float: left;

	position: relative;

	margin-top: 7px;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
}

	.body_photo_left img {
		float:inherit;
	}

.body_photo_right {
	float: right;

	position: relative;

	margin-top: 7px;
	margin-right: 0px;
	margin-left: 7px;
	margin-bottom: 7px;
}

	.body_photo_right img {
		float:inherit;
	}

.body_photo_left img.top, .body_photo_right img.top {
	margin-top: -4px;
}

.article_copy img.contact {
	float: left;

	position: relative;

	margin-top: 3px;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
}