body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: rgb(156,91,22);
	margin: 20 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 */
}
.oneColFixCtr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
ul {
	text-align: left;
	list-style-type: square;
}
h1 {
	color: #9cb013;
	font-size: 14px;
	font-weight: 700;
}
h2 {
	color: #6d6705;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: -10px;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: inherit;
}
.oneColFixCtr #banner {
	width: 788px;
	height: 164px;
}
.oneColFixCtr #rail {
	width:241px;
	float:left;
	text-align:left;
}
.oneColFixCtr #leftimg {
	margin-top: 12px;
	width: 241px;
}
.oneColFixCtr #navbar {
	margin-top: 15px;
	width: 241px;
}
.oneColFixCtr #navbar img {
	padding-top: 1px;
	padding-bottom: 1px;
}
.oneColFixCtr #sitecredit {
	color: white;
	font-size: 10px;
	font-family: arial;
	width: 241px;
	text-align: left;
	float: left;
}
.oneColFixCtr #adminlink {
	color: white;
	font-size: 10px;
	font-family: arial;
	background-color: inherit;
	bottom: 1px;
	text-align: left;
	width: 788px;
}
.oneColFixCtr #newsheader {
	background-color: #9cb013;
	margin-top: 35px;
	width: 231px;
}
.oneColFixCtr #newsbody {
	color: white;
	background-color: #9cb013;
	margin-top: 3px;
	width: 216px;
	padding: 5px 5px 5px 10px;
}
.oneColFixCtr #newsmain {
	text-align: left;
	margin-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	width: 505px;
	padding-bottom: 20px;
}
.oneColFixCtr #content {
	color: #6d6705;
	font-size: 12px;
	line-height: 14pt;
	background-color:white;
	width:547px;
	float: right;
	min-height: 460px;
}
.oneColFixCtr #rightimg {
	width: 523px;
	margin-top: 12px;
	margin-right: 8px;
	margin-left: 8px;
}
.oneColFixCtr #righttoptext {
	text-align: left;
	margin-top: 25px;
	width: 505px;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtr #righttext {
	text-align: left;
	width: 505px;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtr #truerighttext {
	text-align: left;
	width: 475px;
	margin-top: 5px;
	margin-left: 37px;
}
.servicesrighttext {
	text-align: left;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	width: 505px;
}
.floatright {
	float: right;
}
#message {
	background-color:#fff;
	width: 523px;
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 12px;
}
#letter {
	color: black;
	background-color:cccc99;
	text-align: left;
	width: 483px;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contacttoptext {
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
	width: 523px;
	padding-left: 8px;
}
#contactleft {
	width: 300px;
	float: left;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-left: 8px;
}
#contactlright {
	margin-left: 0;
	width: 285px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: -10px;
}
#servicesleft {
	width: 250px;
	margin-bottom: 5px;
	float: left;
}
.servicesleft1 {
	margin-bottom: 5px;
	width: 500px;
	padding-right: 20px;
}
.serviceimg {
	float: right;
}
.truecolorimg {
	float: right;
	padding-left: 10px;
}
.rainbow {
	float: left;
}
#truecolorsimg {
	width: 475px;
	margin-top: 12px;
	margin-right: 37px;
	margin-left: 37px;
	float: none;
	text-align: center;
}
.servicesright {
	margin-bottom: 5px;
	width: 246px;
	float: right;
}
#servicehold {
	width: 100%;
}
#donationsform {
	margin-top: 12px;
	margin-right: 8px;
	margin-left: 8px;
	width: 523px;
}
#help {
	background-color: #fff;
	width: 650px;
	margin: 10px;
	padding: 10px;
}
#admin {
	font-size: 12px;
	line-height: 14pt;
	background-color: #fff;
	width: 547px;
}
.minheight {
	width: 1px;
	height: 160px;
	float: right;
}
#tccontent {
	color: #6d6705;
	font-size: 12px;
	line-height: 14pt;
	background-color:white;
	width:547px;
	float: right;
}
#tclinks {
	color: white;
	font-size: 10px;
	font-family: arial;
	background-color: #9c5b16;
	margin-top: 125px;
	width: 241px;
}
#footer {
	width: 788px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	padding-top: 10px;
}
.galaPhotos p {
	margin-bottom:0;
}
.timeline table {
	margin:10px 0;
	padding:10px 0;
}
.timeline th {
	width: 50px;
	text-align: left;
	vertical-align:top;
	padding: 10px 0;
}
.timeline p {
	margin-bottom: 0;
	padding-bottom:0;
}
.timeline p:first-child {
	margin: 0;
	padding:0;
	font-weight:bold;
}
.timeline td {
	padding: 10px 0;
}
.timeline ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

