@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #6699CC;
	text-align: center;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#centerstripe {
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	width: 800px;
	background-color: #FFF;
	text-align: left;
	position: relative;
	top: 0px;
}

.header {
	clear: both;
}

.header h1 {
	margin: 0px;
	padding: 5px 5px 0px 15px;
	font-size: 41px;
	font-weight: 800;
	letter-spacing: .1em;
}
.header h1 a {
	color: #000000;
	text-decoration: none;
}

.header h1 a:hover {
	color: #000066;
}

#head2 h2 {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font-size: 16px;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-stretch: normal;
	word-spacing: normal;
	letter-spaceing: normal;
}

.button {
	float: right;
	white-space: nowrap;
	height: 100%;
	text-align: center;
	display: inline-block;
	padding: 17px 37px 17px 37px;
	text-decoration: none;
	color: #0066CC;
	font-weight: 600;
	font-size: 16px;
}

.button:hover {
	color: #0099CC;
	background-color: #FFFF66;
}

#mailinglist {
	float: right;
	padding: 0px 15px 10px 0px;
	margin: 0px;
}

.navigation {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px solid #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-width: 2px;
	overflow: hidden;
	text-align: center;
}

.navigation a {
	color: #3366FF;
	margin: 0px;
	padding: 5px 12px 5px 12px;
	font-weight: 600;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover {
	background-color: #006699;
	color: #FFCC00;
}

#content {
	margin: 10px 15px 10px 15px;
	text-align: justify;
}

#content a {
	font-weight:500;
	color: #0000CC;
	text-decoration: none;
}

#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#content a:visited {
	color: #0000CC;
}

.bottomlinks {
	font-size: small;
	margin: 10px 0px 10px 0px;
}

.bottomlinks a {
	text-decoration: none;
	color: #000000;
	padding: 15px 30px 15px 30px;
}

a.selected {
	text-decoration: underline;
}

.bottomlinks a:hover, #boilerplate a:hover {
	text-decoration: underline;
	color: #0000CC;
}

.bottomlinks a:visited, #boilerplate a:visited {
	color: #000000;
}

.sidebar {
	border: 2px solid #000000;
	background-color: #D9E2E6;
}

.placeholder {
	width:100;
	height:120px;
	text-align: center;
	white-space: normal;
}

.right {
	float: right;
	clear: right;
	margin: 0px 0px 5px 5px;
}

.left {
	float: left;
	clear: left;
	margin: 0px 5px 5px 0px;
}

.center {
	text-align: center;
	align: center;
}

.characterblock {
	width: 380px;
	padding: 0px;
	display: inline-block;
}

.characterblock p {
	margin-top: 0px;
}

.person {
	margin-bottom: 0px;
}

.title {
	margin-top: 0px;
}

.address {
	margin-left: 5em;
	font-weight: bold;
}

#boilerplate {
	margin: 25px 0px 40px 0px;
	text-align: center;
	font-size: small;
}

#boilerplate a {
	text-decoration: none;
	color: #000000;
}

dt {
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

dd {
	margin: 0px;
}

h4.person {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
}

h4.title {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h4.title + p {
	margin-top: 0;
}

table.news {
	margin-left: 25px;
}

td.date {
	width: 100px;
	white-space: nowrap;
	padding: 0px 15px 0px 0px;
	vertical-align: text-top;
}

td.event {
	padding: 0px 0px 10px 0px;
}
