BODY {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #DFDFDF;
	margin: 0px;
	padding: 0px;
}

A {
	color: Blue;
}
#pageheader {
	left: 0px;
	top: 0px;
}
#Menu {
	float: none;
	top: 106px;
	left: 0px;
	width: 100%;
	background-color: #7176AD;
	position: absolute;
	color: White;
	padding-left: 0px;
	padding-bottom: 1px;
}
#Menu A {
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
}
#Menu A:hover { 
	color: #00008B; }
#content-col1 {
	top: 130px;
	left: 100px;
	position:absolute;
	width: 520px;
	margin: 0px auto;
	padding: 14px;
	border: 1px solid;
	border-color: #00008B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: White;
}
.Content1-text
{
   font-family: Arial, serif;
	font-size: 70%;
	margin-top: -8px;
}
.beyond-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -16px;
	border-bottom: 1px solid;
	border-color: #7176AD;
	}
#footer {
	float: none;
	top: 506px;
	left: 0px;
	width: 100%;
	background-color: #7176AD;
	position: absolute;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align: center;
}
#footer A {
	color : white;
	text-decoration: none;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
#footer A:hover { 
	color: #00008B; }
