@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;
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8CA446;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8CA44A;
}
.oneColFixCtr #mainContent {
	background-color: #FFF;
}
.profile_bkgd {
	background-attachment: scroll;
	background-image: url(images/GL_profiles_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
.profile_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 18px;
}
.profile_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 22px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 9px;
	margin-right: 8px;
	margin-bottom: 9px;
	margin-left: 9px;
}
.foot_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
.white_bkgd {
	background-color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #737C39;
}
