@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:240px;
	height:100%;
}
a {
	margin: 0px;
	padding: 0px;
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;

}
.container {
	width: 240px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	background-color: #99CCFF;
}
.header {
	padding: 10px;
	height: 70px;
}
.header p {
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 16px;
}
.header img {
	float: left;
}
.mainContent {
	margin: 0px;
	padding: 10px;
}
.mainContent p {
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
.footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/home_circle_graphic.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FF6600;
	margin: 0px;
	padding: 10px;
}
.footer a {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer p {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.formField02 {
	font-size: 11px;
	margin-bottom: 5px;
	width: 115px;
}
.formField01 {
	font-size: 11px;
	margin-bottom: 5px;
	width: 210px;
}
.formField input {
	font-size:9px;
}
.formButton {
	cursor:pointer;
	color: #FF6600;
	background-color: #99CDFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
}
.disclaimer {
	font-size: 9px;
}
.disclaimer a {
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
}
