html {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	width: 90%;
	margin: 1%;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	overflow: visible;
}

h1 {
	font-family: serif;
	font-size: 170%;
	font-weight: bold;
	color: #90895c;
}
h2 {
	margin-bottom: 0;
	font-family: serif;
	font-size: 130%;
	font-weight: bold;
	color: #90895c;
}
p {
	margin-top: 0;
}
a {
	color: #1a5e7a;
	/*background-color: #f2eee2;
	text-decoration: none;*/
}
a:hover {
	text-decoration: none;
}

img {
	position: relative;
	float: right;
	margin: 1.5%;
	height: 33%;
	border: 0;
}


/* List of board of directors */
dl {
	margin-top: 0;
}
dl.board dt {
	font-weight: bold;
}

/* Event list */
ul.events h2 {
	font-weight: bold;
	font-size: 110%;
	color: #000000;
}
ul.events p.datetime {
}

/* Newsletter list */
ul.newsletters li {
	margin-top: 1em;
}

/* Links list */
div.links h2 {
	/*color: #ffffff;
	background-color: #1a5e7a;*/
	color: #0a2646;
	background-color: #f2eee2;
	margin-bottom: 1em;
	/*text-align: center;*/
}
div.links a h3 {
	margin-bottom: 0;
	text-decoration: none;
	color: #90895c;
}
div.links a 