
.profile {
	display: block;
	width: 45%;
	height: auto;
}

.form{
	width: 95%;
	text-align: left;
}



#wrapper {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	position: relative;
	top: -10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	box-shadow: 3px 3px 3px #444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;

}

#foarm-header{
	background-color: #fff33c;
	position: relative;
	top: -10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 40px;
}

#foarm-header h1{
	text-align: center;
}

.checklist{
	padding-top: 2em;
}

.image_left{
	float: left;
	height: 10em;
	width: 15em;
	margin-right: 2em;
	margin-bottom: 2em;
}

#table-header{
	text-align: center;
	background: #fff858;
	font-size: 2.5em;
}

.email{
	width: 25em;
	background: #c9ffab;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: black;
	text-align: center;
}

.department{
	width: 20em;
	background: #5cb85c;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: black;
	text-align: center;
}

.phone_number{
	width: 10em;
	background: #c9ffab;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: black;
	text-align: center;
}

.contact_us{
	width: 100%;
	border: black;
	border-width: 1px;
	border-style: double;
}

h1{
	text-align: center;
}

h2{
	width: 95%
}
#beefint{
	background-color: #c9ffab;
	border-style: double;
	border-bottom-color: #3c3c3c;
	border-width: 2em;
}

#beefint h3{
	font-size: 2em;
}

#beefint h1{
	font-size: 3em;
}

#beefint p{
	font-size: 1em;
}

#jumbop{
	text-align: center;
}