body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	scrollbar-face-color: #003399;
	scrollbar-shadow-color: #DDDDFF;
	scrollbar-highlight-color: #003399;
	scrollbar-3dlight-color: #DDDDFF;
	scrollbar-darkshadow-color: #003399;
	scrollbar-track-color: #DDDDFF;
	scrollbar-arrow-color: #DDDDFF;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #039;
}
#container {
	background-color: #ccccff;
	height: 600px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
}
#wfheader {
	height: 120px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #54BBFF;
}
#maincontent {
	height: 460px;
	width: 790px;
	position: absolute;
	left: 0px;
	top: 120px;
	padding: 5px;
}
#footer {
	position: absolute;
	background-color: #CCF;
	height: 40px;
	width: 100%;
	bottom: -40px;
	left: 0px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
}

#scrollwindow {
	overflow: auto;
	height: 400px;
	position: relative;
	width: 790px;
}

.datedisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 330px;
	top: 66px;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	width: 800px;
	position: absolute;
	text-align: center;
	height: 20px;
	background-color: #CCF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCF;
	width: 800px;
	position: relative;
	text-align: center;
	height: 20px;
	background-color: #039;
	top: 20px;

}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003399;
}
.errortext {
	color: #CC0000;
}
.inputbox {
	background-color: #DDDDFF;
	border: 1px solid #9999FF;
	scrollbar-face-color: #DDDDFF;
	scrollbar-shadow-color: #9999FF;
	scrollbar-highlight-color: #DDDDFF;
	scrollbar-3dlight-color: #9999FF;
	scrollbar-darkshadow-color: #DDDDFF;
	scrollbar-track-color: #DDDDFF;
	scrollbar-arrow-color: #9999FF;
}
#Button1HostingDomain {
	position: absolute;
	left: 18px;
	top: 270px;
	height: 80px;
	width: 230px;
	background-color: #FFE5FF;
	padding: 5px;
	border: thin solid #039;
}
#Button2HostingOnly {
	position: absolute;
	left: 280px;
	top: 270px;
	height: 80px;
	width: 230px;
	background-color: #FFE5FF;
	padding: 5px;
	border: thin solid #039;
}
#Button3DomainOnly {
	position: absolute;
	left: 541px;
	top: 270px;
	height: 80px;
	width: 230px;
	background-color: #FFE5FF;
	padding: 5px;
	border: thin solid #039;
}
