body {
	font: 15px; "Verdana", "Arial", "Helvetica", sans-serif;
	/* background: #333333; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B4B4B4;
	background-image: url(../images/fading_bg_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.mainStyle #pageLogoContainer {
	margin: 0;
	padding: 0;
}

.mainStyle #pageLogoContainer #pageLogo {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.mainStyle #container {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/fading_cap_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.mainStyle #header {
	width: 740px;
	margin: 20px auto 0 auto;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 2em;
	padding: 0;
	color: #B4B4B4;
}

.mainStyle #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.mainStyle #footerMenu {
	padding: 10px;
	font-size: 0.6em;
	text-align: center;
	text-transform: uppercase;
}

.mainStyle a, a:visited {
	color: #4083A0;
	text-decoration: none;	
}

.mainStyle a:hover, a:active {
	color: #6AA498;
	text-decoration: underline;	
}

.mainStyle #footer {
	padding: 10px 10px 5px 10px;
	font-size: 0.6em;
	text-align: center;
}

.mainStyle #membershipFormContainer {
	font-size: 0.8em;
}

.mainStyle #membershipFormContainer legend {
	font-weight: bold;
}

.mainStyle #membershipFormContainer label {
	font-weight: bold;
}

.mainStyle #membershipFormContainer .membership-label {
	width: 60px;
	float: left;
	padding: 0 5px;
	display: inline;
}

.highlight {
	color: #6AA498;
}

.instruction {
	font-size: 0.8em;
	font-weight: normal;
}

.quoted-text {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}
