/*=STRUCTURE
=== === === === === === === === === === */
.container{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	FONT-FAMILY: arial, helvetica, verdana, sans-serif;
}
.col_full{
	width: 100%;
	float: left;
	clear: both;
}
.col_large {
	float: left;
	width: 520px;
}
.col_small {
	float: left;
	width: 260px;
}
.spacing {
	padding: 0 20px;
}
/*=COMMON
=== === === === === === === === === === */
form {
	padding: 0;
	margin: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form fieldset label{
	display: block;
	font-size: 85%;
	font-weight: bold;
}
form fieldset input.textfield {
	border: 1px solid #839750;
	width: 60%;
	margin: 0 0 10px 0;
	font-size: 125%;
	padding: 3px;
}
form fieldset textarea {
	border: 1px solid #839750;
	width: 80%;
	margin: 0 0 10px 0;
	font-size: 125%;
	padding: 3px;
}
form fieldset input.submitbutton {
	
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
	background-position: 50% top;
	background-repeat: repeat-x;
	padding: 0 0 30px;
}
#content .col_large h2{
	padding: 30px 0 0 0;
	font-size: 200%;
}
#content .col_large h3{
	padding: 10px 0 0 0;
	font-size: 150%;
	margin: 0 20px 0 0;
}
#content .col_large p.photo {
	border-top: 2px solid #689000;
	border-bottom: 2px solid #689000;
	padding: 2px 0;
	margin: 0 20px 10px 0;
}
#content .col_large p.photo img{
	display: block;
}
#content .col_extras{
	float: left;
	width: 240px;
}
#content .col_extras ul{
	padding: 0 0 30px 20px;
	margin: 0;
}
#content .col_small{
	margin: 15px 0 0;
	background-position: 50% top;
	background-repeat: no-repeat;
	padding: 15px 0 0;
}
#content .col_small p{
	color: #689000;
	font-size: 85%;
}
#content .col_small ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
#content .col_small #publications {
border-bottom: 1px solid #ccc;
margin-bottom: 1em;
}
#content .col_small #publications p{
	padding: 0;
	margin: 0 0 20px 0;
}
#content .col_large #imagelinks{
	float: left;
	width: 100%;
}
#content .col_large #imagelinks a:link,
#content .col_large #imagelinks a:visited {
	float: left;
	border: 1px solid #689000;
	margin: 0 10px 10px 0;
}
#content .col_large #imagelinks a:hover,
#content .col_large #imagelinks a:active {
	float: left;
	border: 1px solid #526821;
	margin: 0 10px 10px 0;
}
#content .col_large #imagelinks a img{
	display: block;
}

/*=NEWSLETTER
=== === === === === === === === === === */
#newsletter {
	width: 100%;
	float: left;
	clear: both;
	background-color: #b4c780;
	background-image: url(images/map_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#newsletter .col_small {
	padding: 30px 0 20px 0;
}
#newsletter .col_large {
	padding: 30px 0 20px 0;
}
#newsletter label {
	color: #689000;
}

/*=CONTACT
=== === === === === === === === === === */
#contact { width: 100%; float: left; clear: both; background-image: url(images/send_bg.jpg); background-position: 50% top; background-repeat: repeat-x; }
#contact .col_small {
	padding: 30px 0 40px 0;
}
#contact .col_large {
	padding: 30px 0 40px 0;
}
#contact label {
	color: #b4c780;
}
#contact h2{
	color: #fff;
}
#contact h3{
	color: #b4c780;
}
#contact p{
	color: #fff;
}
