html {
	height: 100%;
}

body {
	background: #b6bdc8 url(../images/background-top.jpg) repeat-x top center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}



/*  Containers
===================================================================================*/



.wrapper_outter {
	background: transparent url(../images/background-page.png) repeat-y top center;
	width: 1007px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -143px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 4px;
}



.banner {
	width: 999px;
	height: 343px;
	margin: 0px;
	padding: 0px;
}

.header {
	width: 999px;
	height: 217px;
	margin: 0px;
	padding: 0px;
}

.quote {
	float: right;	
	width: 749px;
	height: 217px;
	margin: 0px;
	padding: 0px;
}



.body_container {
	width: 1000px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	margin: 0px;
	padding: 55px 0px 85px 0px;
}

.body_wide {
	float: left;
	border-right: 1px solid #3b1c69;
	width: 560px;
	margin: 0px;
	padding: 0px 42px 0px 60px;
}

.body_narrow {
	float: right;
	width: 212px;
	min-height: 344px;
	height: auto !important;
	height: 344px;
	margin: 0px 25px 0px 0px;
	padding: 0px 26px 0px 39px;
}

.body_narrow_map {
	background: transparent url(../images/background-narrow.jpg) no-repeat top right;
	float: right;
	width: 212px;
	min-height: 344px;
	height: auto !important;
	height: 344px;
	margin: 0px 25px 0px 0px;
	padding: 0px 26px 0px 39px;
}



.push {
	background: transparent;
	width: 100%;
	height: 143px;
	margin: 0px;
	padding: 0px;
}

.footer {
	width: 100%;
	height: 143px;
	margin: 0px;
	padding: 0px;
}

.footer_container {
	width: 1007px;
	height: 143px;
	margin: 0px auto;
	padding: 0px;
}

.footer_container_text {
	background: #be8318;
	width: 888px;
	height: 101px;
	margin: 0px 14px;
	padding: 42px 41px 0px 50px;
}

.footer_container_left {
	float: left;
	width: 550px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.footer_container_right {
	float: right;
	width: 300px;
	height: 30px;
	margin: 0px;
	padding: 53px 0px 0px 0px;
}



/*  Character Styles
===================================================================================*/



.body_wide h1, .body_wide h2, .body_wide h3, .body_wide h4, .body_wide h5, .body_wide h6 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.body_wide p {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.body_wide ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 20px 40px;
}

.body_wide ol {
	list-style: outside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 20px 40px;
}

.body_wide li {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.body_wide a:link, .body_wide a:visited {text-decoration:none; color:#be8318;}
.body_wide a:active, .body_wide a:hover {text-decoration:underline; color:#be8318;}

.body_wide blockquote {
	background: transparent url(../images/quote-background.jpg) no-repeat top right;
	overflow: visible;

	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 0px 0px;
	padding: 8px 0px 30px 50px;
}



.body_narrow h1, .body_narrow h2, .body_narrow h3, .body_narrow h4, .body_narrow h5, .body_narrow h6,
.body_narrow_map h1, .body_narrow_map h2, .body_narrow_map h3, .body_narrow_map h4, .body_narrow_map h5, .body_narrow_map h6 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.body_narrow p,
.body_narrow_map p {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.body_narrow ul,
.body_narrow_map ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 15px 15px;
}

.body_narrow ol,
.body_narrow_map ol {
	list-style: outside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 15px 15px;
}

.body_narrow li,
.body_narrow_map li {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.body_narrow a:link, .body_narrow a:visited,
.body_narrow_map a:link, .body_narrow_map a:visited {text-decoration:none; color:#be8318;}
.body_narrow a:active, .body_narrow a:hover,
.body_narrow_map a:active, .body_narrow_map a:hover {text-decoration:underline; color:#be8318;}



.footer_container_text p {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.footer_container_text p span {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.footer_container_text img {
	vertical-align: text-bottom;
}

.footer_container_text a:link, .footer_container_text a:visited {font-weight: normal; text-decoration:none; color:#ffffff;}
.footer_container_text a:active, .footer_container_text a:hover {font-weight: normal; text-decoration:none; color:#3b1c69;}

.footer_container_right p {
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.footer_container_right a:link, .footer_container_right a:visited {font-weight: normal; text-decoration:none; color:#ffffff;}
.footer_container_right a:active, .footer_container_right a:hover {font-weight: normal; text-decoration:none; color:#3b1c69;}



/*  Menu
===================================================================================*/



.menu {
	background: transparent url(../images/background-menu.jpg) no-repeat top left;
	float: left;	
	width: 190px;
	height: 185px;
	margin: 0px;
	padding: 32px 0px 0px 60px;
}

.menu ul {
	color: #ffffff;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	position: relative;
	list-style: none;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

.menu ul li a {
	display: block;
	height: 22px;
	text-decoration: none;
}

.menu ul li a em {
	position: relative;
	top: -999px;
	outline: none;
}

.menu .home					{width: 95px;	height: 22px;	background: url(../images/menu.jpg) no-repeat	0px	0px;}
.menu .about				{width: 95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	0px	-22px;}
.menu .letter				{width: 95px;	height:	22px;	background: url(../images/menu.jpg)	no-repeat	0px	-44px;}
.menu .questions			{width: 95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	0px	-66px;}
.menu .media				{width:	95px;	height: 22px;	background: url(../images/menu.jpg) no-repeat	0px	-88px;}
.menu .contribute			{width:	95px;	height: 22px;	background: url(../images/menu.jpg) no-repeat	0px	-110px;}
.menu .contact				{width:	95px;	height: 22px;	background: url(../images/menu.jpg) no-repeat	0px	-132px;}

.menu .home:hover			{width: 95px;	height: 22px;	background: url(../images/menu.jpg) no-repeat	-95px	0px;}
.menu .about:hover			{width:	95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-22px;}
.menu .letter:hover			{width:	95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-44px;}
.menu .questions:hover		{width: 95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-66px;}
.menu .media:hover			{width:	95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-88px;}
.menu .contribute:hover		{width:	95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-110px;}
.menu .contact:hover		{width: 95px;	height: 22px;	background: url(../images/menu.jpg)	no-repeat	-95px	-132px;}



/*  Contact
===================================================================================*/



table {
	width: 100%;

	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
}

table td {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

table td.text {
	width: 200px;
}

table textarea {
	height: 70px;
	width: 100%;
}

table strong {
	color: #be8318;
	font-size: 13px;
	font-weight: bold;
}

table .text {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

table .comments {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}



/*  Contribute PayPal Buttons
===================================================================================*/



.contribute_button {
	float: left;
	width: 122px;
	height: 100px;
	margin: 0px;
	padding: 0px 30px 20px 0px;
}

.contribute_button p {
	color: #be8318;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



/*  Positionings
===================================================================================*/



img {border: none;}

.floatright_flush {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 20px 40px;
}

.floatleft_flush {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

