.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D0D1D2;
	text-decoration:none;
}

.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #848589;
	text-decoration:none;
}

.footeron {
	color:#F24937;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.footeron:hover {
	color:#F24937;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

h1 {
	color:#EF3828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:0;
	}
	
h4 {
	color:#EF3828;
	font-weight:bold;
	font-size:16px;
	padding:0;
	}	
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a {
	color:#1152A2;
	text-decoration: underline;	
	}
a:hover {
	color:#EF3828;
	text-decoration: underline;	
	}
/*---------------Form template----------------*/	
label {
	color:#1152A2;
	font-size: 12px;
	font-weight:bold;
	width:80px;
	display:block;
	float:left;
	}
input {
  width: 327px;
  height:17px;
  border:#E0E0E2 solid 1px;
  background:#ECEEED;
}

#submit {
	background:url(../images/submitbutton.jpg) left center no-repeat;
	padding: 0 75px 0 15px;
	color:#2D68AA;
	height:auto;
  border:none;
	font-weight:bold;
	margin-left:80px
	}	

textarea {
  width: 327px;
  height: 226px;
    border:#E0E0E2 solid 1px;
  background:#ECEEED;
}




/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 0;
  border :none;
  color:#EF3828;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
.narrowP {
	margin:4px 0;
	}
legend {
	margin-bottom:12px;
	}