sorry I didn't get what you were asking correctly until just now here it is.
<html>
<header>
<title>My Business Site.</title>
<link rel="stylesheet" type="text/css" href="M-fin.css">
</header>
<body>
<center>
<Div class="banner">
<img src="M-Fin Webpage/Pages/Images/top background.png" width="1150" height="150">
</Div>
<Div class="Nav">
<a href="M-Fin.html">Home </a> | <a href="About.html"> About</a> | <a href="Services.html"> Services</a> | <a href="Careers.html"> Careers</a> | <a href="Blog.html"> Blog</a> | <a href="Contact.html"> Contact</a>
</Div>
<Div class="WrapperC"><br><br>
<form action="send_contact.php" method="POST">
<h3><b>Contact Us</b></h3>
<p>Please take the time to let us know how we can help you!</p>
<b>First Name:</b> <input type="text" name="FirstName" id="FirstName">
<b>Last Name:</b> <input type="text" name="LastName" id="LastName"></p>
<b>Your EMail:</b> <input type="text" name="email" id="email"><p>
<b>Recipient:</b>
<select name="person">
<option value="Garood.Mocombe@M-Fin.com">Garood Mocombe</option>
<Option value="Linda.Craddock@M-Fin.com">Linda Craddock</option>
<Option value="Info@M-Fin.com">Customer Service</option>
</select><br><br>
<p>Please be detailed as our goal is to provide the highest level of service.</p>
<b>Subject:</b> <input name="subject" type="text" id="subject">
<p></p>
<p><b> Message:<b><br><textarea rows="10" cols="50" name="message">Please Enter Message Here!</textarea><p></p>
<input type="submit" name="submit" value="Submit"><input type="reset" name="submit2" value="Reset"
onclick="window.open(setit.options[setit.selectedIndex].value)">
</form>
</Div>
<br><br>
</body>
</html>