body {
	background: #ffffff;
	margin: 15px; padding: 0;
}

a:link {
	color: #292929;
	text-decoration: underline;
}
a:visited {
	color: #292929;
	text-decoration: underline;
}
a:hover {
	color: #292929;
	text-decoration: none;
}
a:active {
	color: #292929;
	text-decoration: none;
}

a.menu:link {
	color: #292929;
	text-decoration: none;
}
a.menu:visited {
	color: #292929;
	text-decoration: none;
}
a.menu:hover {
	color: #292929;
	text-decoration: underline;
}
a.menu:active {
	color: #292929;
	text-decoration: none;
}

div#body {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 500px;
	background: #a0c3d4;
	border: solid #01405e 1px;
}

div#logo {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 75px;
	border-bottom: solid #01405e 1px;
}

div#logotext {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 50px;
}

div#donate {
	float: right;
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 25px;
	text-align: right;
}

div#menu {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 15px;
	border-bottom: solid #01405e 1px;
	background: #deebf2;
}

div#content {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 396px;
	overflow: auto;
}

div#copyright {
	display: block;
	margin: 0 auto; padding: 0;
	width: 785px;
	height: 11px;
	border-top: solid #01405e 1px;
	background: #deebf2;
}

div#validation {
	display: block;
	float: right;
	position: fixed;
	right: 5px;
	bottom: 5px;
}

p.logo {
	font-family: Verdana;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.nospace {
	margin: 0; padding: 0;
}

p.menu {
	font-family: Arial;
	font-size: 14px;
	color: #292929;
	text-align: center;
	word-spacing: 15px;
}

p.heading {
	font-family: Arial;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	margin: 0; padding: 0;
	margin-left: 15px;
	margin-top: 10px;
}

p.content {
	font-family: Arial;
	font-size: 11px;
	color: #292929;
	margin: 0; padding: 0;
	margin-left: 10px; margin-right: 10px;
	margin-top: 15px; margin-bottom: 5px;
}

p.copyright {
	font-family: Arial;
	font-size: 9px;
	color: #292929;
	text-align: center;
}