body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	
	color: #253540;
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
	line-height: 15px;
}

a:link, a:visited, a:active {
	color: #253540;
	text-decoration: underline;
}

a:hover {
	color: #253540;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#flashcontent {
	/*position: absolute;*/
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 427px;
}

.formHolder {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: url(footerRule.jpg) no-repeat;
	text-align: left;
	width: 706px;/* 802 */
	margin-left: auto;
	margin-right: auto;
	padding: 24px 48px;
}