@charset "utf-8";
body {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #596e85;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColElsCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 1860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_02.jpg);
	background-color: #596E85;
	padding-top: 50px;
	background-repeat: no-repeat;
}
.oneColElsCtr #mainContent {
	width: 700px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.samllbrown {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #80510e;
	text-decoration: none;
}
.greenjournal {
	font-size: 24px;
	color: #35552c;
	text-decoration: none;
}
