body {
	margin: 0px;
	background-color: #d9d9d4;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 762px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}
#top {
	margin-bottom: 10px;
}
#left_col {
	width: 261px;
	margin-top: 10px;
	float: left;
}
#right_col {
	width: 480px;
	margin-left: 20px;
	margin-top: 15px;
	float: left;
	font-family: Arial Narrow, Arial, sans-serif;
	color: #54534a;
	z-index: 1;
}
.callout {position: relative;
	background-color: #ab650d;
	color: white;
	font-family: Arial;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	text-align: center;
	font-family: Arial, sans-serif;
}
.callout a {
	color: white;
}
.staff_pop {
	position: absolute;
	top:20px;
	left:20px;
	width: 300px;
	border: 5px solid #bbbbbb;
	background-color: white;
	padding: 8px;
	color: black;
	font-size: 13px;
	font-weight: 100;
	text-align: left;
}
.staff_pop p { line-height: 15px; }
.staff_pop a { color: #243f8f; }
.staff {  }
#footer {
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	font-family: Arial, sans-serif;
	font-weight: 100;
}
#footer a { color: black; }
/**** News ******/
.news_title {
	font-size: 20px;
}
.news_image {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.news_date {
	margin-bottom: 8px;
}
.news_text {
	
}
.news_archive_title {
	margin-bottom: 4px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
.news_blurb {
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}
.news_archive_box {
	width: 160px;
	padding: 10px;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	font-family: Arial, sans-serif;
}
.news_archive_box ul {
	margin-left: 0px;
	padding-left: 15px;
}
.n_input {
	width: 200px;
	padding: 4px;
}
.comment {
}
.comment_header {
	padding: 4px;
	background-color: #f0f0f0;
	margin-bottom: 6px;
	border-top: 1px solid #999999;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
.comment_content {
	padding: 5px;
	margin-bottom: 6px;
}
/***** end News *****/