body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	FONT-FAMILY: verdana, arial, sans-serif;
	BACKGROUND-COLOR: white;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 15px;
	font-weight: 900;
	font-size: 28px;
 	color: #63f;
	background-color: white;

}


p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px;
	font: 12px/20px "georgia", "times", serif;
}

a {
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: #000099;
}


a:visited {
	COLOR: #000099
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

#Header {
	border-right: black 0px solid;
	border-top: black 4px solid;
	border-left: black 0px solid;
	border-bottom: black 1px solid;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 10px 0px 10px;
	height: 14px;
	background-color: #63f;
	color: white;
	vertical-align: bottom;

}

#Header b {
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
}

#header i {
	font-family: times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}

#Content {
	padding: 10px;
	margin: 0px 50px 50px 160px;
	font-size: 12px;
	color: #000000;
	font-family: arial, sans-serif;
	background-color: white;
	font-weight: lighter;
}

#Menu {
	border: black 1px dashed;
	width: 110px;
	padding: 10px;
	left: 20px;
	line-height: 20px;
	position: absolute;
	top: 76px;
	Background-color: #99f;
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
}

#menu a {
	font-weight: 600;
	text-decoration: none;
}

#Menu a:link {
	color: white;
}

#menu a:active {
	color: #ff3;
}

#Menu a:visited {
	color: #96c;
}

#Menu a:hover {
	background-color: white;
	color: #99f;
	text-decoration: none;
}

.menuCurrentPage {
	font-style: italic;
	color: white;
	margin-left: 10px;
}

.ahem {
	display: none;
}

#PtoC {
	width: 110px;
	padding: 10px;
	left: 20px;
	position: absolute;
	top: 380px;
}

