.Header {
	height:65px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: White;
	font-weight: bold;
	font-size: 24px;
	display: block;
	float: none;
}
.Menu {
	background-color: #EEEEEE;
	height: 40px;
	width: 100%;
}

.HLink
{
text-decoration:none;
}
.HLink:hover
{
text-decoration:underline;

}

.Logout 
{
	border-color:White ;
	height: 25px;
	width: 100px;
	position: absolute;
	float: right;
	left: 95%;
	top: 1px;
	margin-left: 0%;
	padding-right: 0px;
}

.PageName 
{
	border-color:White ;
	height: 25px;
	width: 100px;
	position: absolute  ;
	float: right;
	left:30%;
	top: 2%;
	margin-left: 0%;
	padding-right: 0px;
	z-index :5;
}


.Footer {
	background-color: #4682b4;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 96%;
	text-align: center;
}
.Body 
{
	background-color:White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


