body {
	margin:0px;
	padding:0px;
	background-color: white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#mainframe {
	width: 800px;
	height: 625px;
	margin-left:auto;
	margin-right:auto;
	font-family: tahoma;
	font-size: 10px;
	color:#053a65;
	text-align: center;
}
img {
	border: 0px;
	padding: 0px;
}
#welcome {
	width: 339px;
	height: 58px;
	padding-top: 45px;
}
#individuals {
	padding-top: 37px;
}
#indi-box {
	background-image: url(images/bg-indi.jpg);
	background-repeat: no-repeat;
	width: 606px;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-left: 24px;
	color: black;
	font-size: 9px;
	overflow: hidden;
	text-align: left;
}
.staff {
	border: solid 2px #60A6D0;
	margin-bottom: 2px;
}
.textbox {
	border: solid 1px black;
	width: 82px;
	height: 13px;
	font-family: tahoma;
	font-size: 10px;
	margin-bottom: 1px;
	margin-top: 0px;
}
.textarea {
	border: solid 1px black;
	width: 82px;
	height: 45px;
	font-family: tahoma;
	font-size: 10px;
}
 .submit {
	border: solid 1px black;
	width: 82px;
	height: 20px;
	font-family: tahoma;
	font-size: 10px;
}