@charset "UTF-8";
/* CSS Document */

A {font-weight: none;}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
.break {border-bottom: 1px #68813c solid;}


.captionbox {
	float: left;
	width: 200px;
	border: 1px #b5c990 solid;
	padding: 4px;
	margin: 12px;
}


.greenheader {color: #68813c; font-size: 14px; font-weight: bold; font-family: agaramond,garamond,geneva,times new roman,serif; padding: 2px;}

.linkbox {
	border: 1px #68813c solid;
	padding: 1px;
	display: block;
	margin: 3px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	color: #68813c;
	font-weight: bold;
}
.linkbox:hover {background-color: #ebe6cb; text-decoration: none; color: #46532f}
.linkmain {
	font-size: 11px;
	color: #2c4d7a;
	text-decoration: underline;
}

.linksmall {font-size: 9px;}

.orangeheader {color: #d47b22; font-size: 16px; font-weight: bold; padding: 2px; letter-spacing: 2px; text-transform: uppercase;}
.orangesubheader {color: #d47b22; font-size: 14px; font-weight: bold; padding: 2px; letter-spacing: 2px; text-transform: uppercase;}

.pagelinks {
	border: 1px solid #68813c;
	text-transform: uppercase;
	font-size: 9px;
	color: #68813c;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.pagelinks:hover {background-color: #ebe6cb; text-decoration: none; color: #46532f}
.sidebargreen {
	color: #46532f;
	font-size: 10px;
	line-height: 16px;
}

.sidebarorange {
	color: #d47b22;
	font-size: 11px;
	line-height: 16px;
}



.WHITEheader {color: #ffffff; font-size: 14px; font-weight: bold; font-family: agaramond,garamond,geneva,times new roman,serif; padding: 2px; letter-spacing: 2px;}

