body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}
#flashwrapper {
	width: 100%; height: 100%;
	top: 0px; left: 0px;
	position: absolute;
	border-collapse: collapse;
	padding: 0px;
	border: 0px;
	text-align: center;
	overflow: auto;
}
#flashcenterer {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.flashcontent {
	width: 1200px;
	height: 740px;
	margin: auto;
	vertical-align: middle;
}
#copyright {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
	width: 100%;
	margin: 10px auto 20px auto;
}
.flashwarning {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10px 20px 20px;
	width: 550px;
}

a:link {color: #05159e; text-decoration: none;}
a:visited {color: #05159e; text-decoration: none;}
a:hover {color: #05159e; text-decoration: underline;}
a:active {color: #05159e; text-decoration: none;}


/* rest of these are probably old, not used */

table {
	border-collapse: collapse;
}
form {
	padding: 0px;
	margin: 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	outline: none;
}

#mainwrapper {
	position: absolute;
	top: 73px;
	left: 235px;
}

#copyright {
	width: 660px;
	padding: 0px 35px 30px 35px;
	color: #596790;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.aButton {
	outline: none;
	display: inline;
	padding: 3px 4px 2px 4px;
	margin: 0px 6px 0px 0px;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.aButton:link {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}
a.aButton:visited {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}
a.aButton:hover {
	color: #000000;
	background-color: #ffd36f;
	border-top: 1px solid #fbd98a;
	border-right: 1px solid #eec25e;
	border-bottom: 1px solid #eec25e;
	border-left: 1px solid #fbd98a;
}
a.aButton:active {
	color: #000000;
	background-color: #ffe47f;
	border-top: 1px solid #fff58f;
	border-right: 1px solid #eed36e;
	border-bottom: 1px solid #eed36e;
	border-left: 1px solid #fff58f;
}

#contactForm {
	width: 350px;
	float: right;
	margin: 0px 20px 0px 15px;
}
#contactForm .formRow { clear: both; padding: 5px 0px 5px 0px; }
#contactForm .fieldLabel { width: 120px; float: left; font-weight: bold; }
#contactForm .fieldWrapper { width: 230px; float: right; }
#contactForm input, textarea { width: 230px; }
