body {
	background-image:  url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topLogo {
	position: relative;
	width:100%;
	height: 45px;
	top:-5px;
	background-image: url(images/logoBackground.png); 
	background-repeat: repeat-x;
	padding-top: 0px;
	z-index:0;
}
#body {
	position: relative;
	top:-50px;
	}
#home_image {
	position: relative;
	top:-50px;
	left:-23px;
	}
	
	#purposes {
	position: relative;
	top:-50px;
	left:0px;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a:link {
	color: #667700;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #667700;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #667700;
	text-decoration: none;
	font-weight:bold;
}


label{
float: left;
width: 140px;
font-weight: bold;
}

input, textarea{
width: 280px;
margin-bottom: 5px;
}

.input2{
width: 180px;
}
.input3{
width: 428px;
}
.chkBox{
width: 100%;
}
textarea{
width: 350px;
height: 150px;
}

#submit{
margin-left: 138px;
margin-top: 5px;
width: 90px;
}


.btn{
width: 90px;
}
.required{
color: #FF0000;
font-size:9px;
}

.red{
color: #FF0000;

}

.aligned{
position: relative;
left: 140px;
top: 0px;
}

