/* endinghungernow */
	
	h1 {
	color: #666699;
	font-weight: bold;
	}

	h1.subtitle {
	font-style: oblique;
	}
	
	h2 {
	color: #666699;
	font-weight: bold;
	}
	
	#footer {
	margin: 1.5em 0 1.5em 0;
	}
	
	ul.imagebullets li {
	background-repeat: no-repeat;
	padding: 0 0 1.5em 175px;
	list-style: none;
	background-position: 0px 5px;
	}

	ul.imagebullets ul li {
	margin: 0;
	padding: 0;
	list-style: disc;	
	}

blockquote.nomargin {
margin: 0;
padding: 0;
}

blockquote {
margin: 0 2.5em 0 2.5em;
padding: 0;
}

	/*  Navigation */

	#navigation table {
	width: 740px;
	border-left: 0px solid #887c63;
	border-right: 0px solid #9b9078;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
	
	#navigation table a {
	font-family: Arial, "Times New Roman", serif;
	display: block;
	padding: 4px ;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #A59A83;
	border: solid #9b9078;
	border-width: 0px 0px 0px 1px;
	text-align: center;
	}
	
	#navigation table a:hover {
	color: #ffffff;
	background-color: #7878a8;
	}
	
	#navigation table td {
	width: 20%;
	white-space: nowrap;
	}
	
	#navigation table a.active {
	color: #ffffff;
	background-color: #666699;
	}
