* { margin: 0; padding: 0; }
ul {
	list-style-type: disc;
}
ul, ol {
	padding-left: 15px;
}
a, a:visited {
	color: #000;
}
body {
	background: #edeedc url('cssimages/backgrnd.jpg') no-repeat top right;
	color: #000;
	font-size: 100.01%;
	font-family: arial, geneva, sans_serif, serif;
}
#container {
	height: 380px;
	width: 680px;
	padding-left: 40px;
	margin-top: 90px;
	font-size: .76em;
	position: absolute;
	line-height: 2em;
	overflow: auto;
}
#container .logo {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: -40px;
	margin-bottom: 10px;
	border: none;
}
#logo img {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	border: none;
}
#navbar { margin-right: 0; }
#navbar li {
	float: right;
	margin-top: 20px;
	list-style-type: none;
}
#navbar li a {
	display: block;
	width: 85px;
	height: 30px;
}
#noncssnav {
	display: none;
}
#pagebottom {
	height: 25px;
	border-top: 1px solid #000;
	padding-top: 5px;
	clear: both;
	position: relative;
	top: 388px;
	left: 0;
	text-align: center;
	font-size: 0.6em;
}
#pagebottom a {
	text-decoration: none;
	margin-left: 25px;
}
#aboutlink{
	background: url('cssimages/aboutus.gif') no-repeat;
}
#aboutlink:hover {
	background: url('cssimages/aboutus-over.gif') no-repeat;
}
#eligiblelink{
	background: url('cssimages/eligible.gif') no-repeat;
}
#eligiblelink:hover {
	background: url('cssimages/eligible-over.gif') no-repeat;
}
#applylink{
	background: url('cssimages/apply.gif') no-repeat;
}
#applylink:hover {
	background: url('cssimages/apply-over.gif') no-repeat;
}
#donatelink{
	background: url('cssimages/donate.gif') no-repeat;
}
#donatelink:hover {
	background: url('cssimages/donate-over.gif') no-repeat;
}
#contactlink{
	background: url('cssimages/contact.gif') no-repeat;
}
#contactlink:hover {
	background: url('cssimages/contact-over.gif') no-repeat;
}
h1 {
	color: #cd1808;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h2 {
	color: #cd1808;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 1em;
}
blockquote, cite {
	padding: 5px 15px;
	font-style: italic;
}
blockquote.article {
	font-style: normal;
	line-height: 1.5em;
}
blockquote.article p {
	margin-bottom: 0.5em;
}
p.articlelink {
	margin-top: 2em;
	margin-right: 25px;
	text-align: right;
}
dt { float: left; width: 80px; color: #dd2230; }