@charset "utf-8";
/* CSS Document */


#contact_submit{
	color: #024c8e;
}

.contact_row{
	margin-left: 5%;
	margin-bottom: 10px;
}

.contact_columns_left{
	width: 50%;
	float: left;
	padding-bottom: 10px;
}


.contact_columns_right{
	width: 50%;
	float: right;
	padding-bottom: 10px;	
}

#contact_submit{
	width: 25%;
	text-align: center;
}

form{
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}


input{
	width: 95%;
}

label{
	color: black;
}

textarea{
	width: 98%;
	height: 100px;
}

body{
	background: white;
	background-color: transparent;
}

.imgaeheader img{
	width: 50%;
	height: 20%;
}

