/* STYLES FOR EDITOR */

.highlight_article {
	color: #625f57;
	background: #f1f1e9;
	border: 1px solid #d6d7Bc;
	display: block;
	font-size: 1.2em;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	vertical-align:middle;
}

.document_link {
	background: #ebb600 url("../images/form.png") no-repeat left;
	color: #f8f8f8;
	display: block;
	font-size: .9em;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align:left;
	text-align:center;
}

.content_intro {
	color: #150f06;
	font-size: 1.2em;
	line-height: 2em;
}


.content_small {
	font-family: Georgia, Times, serif;
	font-size: .8em;
	color: #cccccc;
	text-transform: uppercase;
}

.heading_burgundy {
	color: #6e091b;
	font-size: 140%;
	font-weight: bold;
}
.heading_teal {
	color: #00626d;
	font-size: 2em;
	font-weight: bold;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

.table_row_nocolor {
 	background-color: transparent;
}

.table_border {
	border: solid 1px #eae6dc;
	border-collapse: inherit;
}

.body-col-1, .body-col-2, .body-col-3 {

columns:100px 1;
-webkit-columns:100px 1; /* Safari and Chrome */
-moz-columns:100px 1; /* Firefox */
	width: 200px;
	float: left;
	margin: 5px;
}
