@charset "utf-8";
/* CSS Document */

body {
	background: #8ac9ff;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8ac9ff; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	font-family: Times, serif, "Times New Roman",;
	color: #22B573;
	font-size: 36px;
	font-style: normal;
	font-weight: lighter;
}

h2 {
	font-family: Times, serif, "Times New Roman",;
	color: #22B573;
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
}

#mainContent p {
	text-align: justify;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
}

.CopyrightLine {
	font-size: 10px;
	color: #FFFFFF;
}

.mainNavLink a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.mainNavLink a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.mainNavLink a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.mainNavLink a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.NeedUpdates {
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
}
.MemberName {
	font-weight: bold;
}

.SecondNavContainer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.SecondNavContainer p {
	line-height: 20px;
}

.SecondNavContainer a:link {
	color: #22B573;
	text-decoration:none;
}

.SecondNavContainer a:visited {
	color: #22B573;
	text-decoration:none;
}

.SecondNavContainer a:active {
	color: #22B573;
	text-decoration:none;
}

.SecondNavContainer a:hover {
	color: #22B573;
	text-decoration:none;
}

