body.Index {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: white;
	height: 100%;
	width: 100%;
	background-image: url(../Images/Starbackground.gif);
	background-repeat: repeat;
}

div.Content {
	height: expression((document.body.clientHeight  -171) + 'px');
	position: absolute;
	overflow: auto;
	top: 115px;
	left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border: 0px;
	z-index: 0;
	width: 100%;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #FF00FF;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-track-color: #00CD00;
	background-image: url(../Images/Starbackground.gif);
	background-repeat: repeat;
}

div.Footer {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid black;
	background-color: #FF00FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: White;
	font-size: xx-small;
	width: 100%;
	z-index: 1;
	text-align: justify;
}

div.PageTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	top: 0;	
	left: 0;
	width: 100%;
	height: 115px;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/Starbackground.gif);
	background-repeat: repeat;
	z-index: 1;
}

