/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	line-height: 1.4em;
}
a {
	color: #B56600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #A12616;
}
h1 {
	font-size: 20px;
	clear: both;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
ul {
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left {
	float: left;
	clear: left;
	border:solid 1px #A12616;
	background-color: #FBE4C5;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border:solid 1px #A12616;
	background-color: #FBE4C5;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}
.mission {
	background-color: #F19216;
	border: solid 2px #81290D;
	border-left: 0px;
	border-right: 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
