body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#bodycontent, #navigation {
	display: none;
}

#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

#header img {
	border: none;
}

#mainsplash h3 {
	font-size: 17pt;
	margin-bottom: 15px;
	font-weight: normal;
}

#mainsplash h4 {
	font-weight: bold;
	font-size: 10pt;
}

#mainsplash p {
	font-size: 10pt;
}

#mainsplash p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#mainsplash img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
}

#mainsplash img.left {
	float: left;
	margin-right: 10px;
}

#mainsplash img.right {
	float: right;
	margin-left: 10px;
}

#mainsplash ul {
	font-size: 10pt;
}

p.address {
	font-style: italic;
	padding-left: 25px;
}

#footer {
	font-size: 8pt;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
	color: #666;
}

#footer p a {
	color: #666;
	text-decoration: none;
}
