#ContactPage {
	width: 415px;
	background-image: url(../images/contact_back.jpg);
	background-position: left top;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-left: 0px;
	font-size: 3.5mm;
	padding-left: 5px;
	background-repeat: repeat-x;
}
#ContactPage ul {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 410px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ContactPage ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #04572D;
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
#ContactPage H1 {
	text-align: left;
	color: #04572D;
	font-size: 7mm;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 0px;
	padding-bottom: 5px;
}
#ContactPage H1 a {
	color: #FFFFFF;
	font-size: 5.5mm;
	height: 35px;
	margin-left: 2px;
	width: 500px;
}
.TextBox {
	width: 150px;
}
