/* CSS Document */
div#MailingAddress {
	float: right;
	background-color: #E4EAFF;
	border: 1px solid navy;
	line-height: 20px;
	padding: 20px 10px;
	margin: 0px 0px 25px 10px;
	width: 370px;
	font-size: 14px;
	text-align: center;
}
div#IntroText {
	text-align: justify;
	width: 395px;
	margin-bottom: 15px;
}
table th {
	padding-right: 20px;
	text-align:left;
}
form {
	background-color: #FFD;
	border: 1px solid navy;
	line-height: 24px;
	padding: 10px;
	width: 380px;
	overflow: hidden;
	float: left;
}
	form div {
		margin: 0px 0px 8px 0px;
		clear: both;
		width: 390px;
	}
	form h2 {
		margin-top: 0px;
	}
	form label {
		display: block;
		font-weight: bold;
	}
	form .textSM {
		width: 170px;
	}
	form .textLG {
		width: 370px;
	}
	form div.Col {
		float: left;
		width: 180px;
		clear: none;
	}
	form div#Buttons {
		text-align:center;
		width: 380px;
		margin: 14px 0px 0px 0px;
	}
img#OfficeCollage {
	float: right;
	padding-right: 25px;
}
