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


.contactwrapper {
	height: 300px;
	width: 870px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backstripe.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
}
.directletters {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.center {
	text-align: center;
	font-size: 16px;
}
.rightalign {
	text-align: right;
}

.contactcontent {
	height: 270px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
.form {
	width: 399px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 270px;
	float: left;
}
.directcontact {
	float: left;
	width: 400px;
	height: 250px;
}
.topic {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

