/* CSS Document */

.splashBlock {
	position: absolute;
	width: 740px;
}
.contentBlock {
	position: relative;
	width: 740px;
	height: 535px;
}
.contentBlockCenter {
	position: relative;
	width: 740px;
	height: 100px;
	text-align: center;
}
.sectionContactBlock {
	position: absolute;
	width: 355px;
	height: 525px;
	left: 5px;
	top: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.sectionContentBlock {
	position: absolute;
	width: 355px;
	height: 525px;
	left: 380px;
	top: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textHeading {
	position: relative;
	height: 20px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.textHeadingBigger {
	font-size: 16px;
}
.textBullet {
	position: relative;
	top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 8px;
}
.textNormal {
	top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 8px;
}
.contentActionBlock {
	position: relative;
	width: 740px;
	height: 70px;
	top: 10px;
	margin: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

