@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #75b33f;
}
.oneColFixCtrHdr #container {
	width: 808px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(truthforchildren_home.jpg);
	background-repeat: no-repeat;
	height: 698px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .70em;
	color: #003300;
}
.oneColFixCtrHdr  #header  ul  {
	list-style-type: none;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.oneColFixCtrHdr  #header  li  {
	display: inline;
	padding-right: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr   #header   a:link   {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #header  a:visited  {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #header  a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #header  a:active  {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}




.oneColFixCtrHdr #mainContent {
	height: 550px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #006600;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	margin-right: 215px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 2em;
}

.oneColFixCtrHdr #footer {
	text-align: left;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #75B33F;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
