body {
	margin: 0;
	background-color: #d3d3d3;
	font-family: "Verdana";
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover, .activepage {
	color: #d3d3d3;
}

img {
	border: 0;
}

h1 {
	position: relative;
	left: 50%;
	width: 700px;
	margin-top: 25px;
	margin-left: -350px;
	background-color: #808080;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}

#menu {
	position: relative;
	left: 50%;
	width: 700px;
	margin-top: 25px;
	margin-left: -350px;
	background-color: #a9a9a9;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

#pagecontainer {
	position: relative;
	left: 50%;
	width: 700px;
	margin-top: 25px;
	margin-left: -350px;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

h2 {
	position: relative;
	left: 50%;
	width: 650px;
	margin-top: 25px;
	margin-left: -325px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#pagebody {
	position: relative;
	left: 50%;
	width: 650px;
	margin-top: 25px;
	margin-left: -325px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}

#pagebody p {
	margin-bottom: 25px;
}

#pagebody ul {
	margin-left: 50px;
	margin-bottom: 25px;
	padding: 0;
}

#copyright {
	position: relative;
	left: 50%;
	width: 700px;
	margin-top: 25px;
	margin-left: -350px;
	background-color: #a9a9a9;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #808080;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

#validationlinks {
	position: relative;
	left: 50%;
	width: 700px;
	height: 60px;
	margin-top: 25px;
	margin-left: -350px;
	margin-bottom: 25px;
	background-color: #808080;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

#validationlinks img {
	position: relative;
	top: 14px;
}
