@charset "utf-8";
/* CSS Document */

#Main{
	clear:both;
	padding:25px;
	background-color:#E2EBEA;
	color:#565858;
}

h2{
	color:#000080;
	font-style:italic;
}

h3{
	color:#000080;
	margin:15px 0 0 0;
}

.Subject{
	color:#000080;
	font-weight:bold;
	text-align:right;
}

.SubjectColor{
	color:#000080;
	font-weight:bold;
}

#name{
	width:250px;
}

#street{
	width:200px;
}

#apt{
	width:50px;
}

#city{
	width:150px;
}

#state{
	width:100px;
}

#phone,#fax{
	width:150px;
}

#email{
	width:200px;
}

#comment{
	width:500px;
	height:250px;
}