body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	line-height: 155%;
	margin: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 880px;
	overflow: visible;
	background-color: #FFFEF3;
}
#navigation {
	height: 160px;
	width: 880px;
}
#navigation a {
	float: left;
	height: 160px;
	width: 110px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0px -160px;
}
#home {
	background-image: url(images/nav_home.jpg);
}
#whoweare {
	background-image: url(images/nav_whoweare.jpg);
}
#statistics {
	background-image: url(images/nav_statistics.jpg);
}
#goals {
	background-image: url(images/nav_goals.jpg);
}
#issues {
	background-image: url(images/nav_issues.jpg);
}
#takeaction {
	background-image: url(images/nav_takeaction.jpg);
}
#members {
	background-image: url(images/nav_members.jpg);
}
#resources {
	background-image: url(images/nav_resources.jpg);
}
#header {
	position: relative;
	height: 180px;
	width: 880px;
}
#leftcontent {
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	width: 220px;
	text-align: center;
}
#leftcontent p {
	padding: 0px 10px 0px 5px;
}
#leftcontent a, a:link, a:visited, a:active {
	color: #0092C8;
	text-decoration: none;
}
#leftcontent a:hover {
	text-decoration: underline;
}
#rightcontent {
	float: left;
	width: 660px;
	margin-top: 15px;
	margin-right: 0px;
}
#rightcontent p {
	padding: 0px 110px 0px 10px;
}
#rightcontent a, a:link, a:visited, a:active {
	color: #0092C8;
	text-decoration: none;
}
#rightcontent a:hover {
	text-decoration: underline;
}
#rightcontent img {
	margin: 10px 10px 10px 0px;
}
#footer {
	padding-top: 50px;
	clear: both;
	width: 880px;
	font-size: 11px;
	color: #13007C;
	text-align: center;
}
#footer a, a:link, a:visited, a:active {
	color: #13007C;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 9px;
}
strong {
	color: #13007C;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 200%;
}
.note {
	font-size: 10.5px;
}
.stepup {
	color: #13007C;
	font-style: italic;
}
table.statistics {
	width: 550px;
	border-width: 0px;
	border-style: hidden;
	border-collapse: collapse;
	margin-left: 5px;
	font-size: 10.5px;
}
table.statistics th {
	border-width: 1px;
	padding: 0px 5px;
	border-style: inset;
	border-color: gray;
}
table.statistics td {
	border-width: 1px;
	padding: 0px 5px;
	border-style: inset;
	border-color: #999999;
}
table.normal {
	width: 550px;
	margin-left: 10px;
}
table.normal th {
	padding: 0px;
}
table.normal td {
	padding-right: 10px;
}
#rightcontent table.normal p {
	padding: 0px 10px 0px 0px;
}
#rightcontent table.normal img {
	margin: 10px 0px 0px 0px;
}
#rightcontent form {
	margin: 0px 110px 0px 10px;
}
#rightcontent form p {
	padding: 0px 10px 0px 0px;
}