@charset "UTF-8";
body {
	background: #FFFFFF;
	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: Futura, Tahoma, Helvetica;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 476px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 558px;
}
.oneColFixCtr #mainContent {
	padding-top: 0%;
}
a {
	color: #7e7767;
	text-decoration: none;
	padding-left: 8px;
	font-size: 12pt;
}
h1 {
	color: #484439;
	float: left;
}
.left {
	float: left;
	color: #484439;
	font-size: 24pt;
}
.right {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
