body {
	background-color: #D6DAA8;
	margin: 20px;
}

#container {
	margin: 0 auto;
	width: 800px;
	border: 1px #000 solid;
}

#menu {
	background: url('../images/menu-item-background.gif') #DDDD77 bottom left repeat-x;
	border-top: 1px #000 solid;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0;
	border-bottom: 1px #000 solid;
}

#menu li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 112px;
	display: block;
	border-right: 1px solid #000;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}

#menu li a:hover {
	background: url('') #FFF bottom left repeat-x;
}


#menu .donate-now {
	background: url('../images/donate-menu-item-background.gif') #DDDD77 bottom left repeat-x;
}

#menu .donate-now a {
	background: url('../images/donate-menu-item-background.gif') #DDDD77 bottom left repeat-x;
	width: 122px;
	border-right: 0px;
	background-color: #FF9;
	color: #250;
}

#menu .donate-now a:hover {
	background: url('../images/donate-menu-item-background.gif') #DDDD77 bottom left repeat-x;
}

#menu .menu-current {
	background-color: white;
	border-bottom: 1px #FFF solid;
}

#menu .menu-current a {
	color: #440;
}

#header {
	overflow: hidden;
}

.header-image {
	float: left;
	border: 0px;
}

#content {
	background-color: #FFF;
	padding: 5px;
	font: 11px verdana, arial, helvetica, sans-serif;
}

.title {
	text-align: center;
}

.sub-title {
	text-align: center;
}





h1 {
	color: #333;
	font: 1.8em/1 Georgia, "Times New Roman" , Times, serif;
	font-weight: 900;
	font-style: italic;
}
h2 {
	color: #333;
	font: 1.1em/1 Georgia, "Times New Roman" , Times, serif;
	font-weight: 700;
}
h3 {
	color: #666;
	font-size: 1em;
	font-weight: 800;
	margin: 3em 0 .35em;
}

p {
	line-height: 1.8;
	margin: 0 0 1em;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.8;
}

a {
	color: #09c;
	text-decoration: none;
	font-weight: 600;
}
a:link {
	color: #09c;
}
a:visited {
	color: #07a;
}
a:hover {
	background-color: white;
}

#Footnotes p + p {
	margin-top: 0;
	text-indent: 0;
}

.keyPoint {
	margin: 0 0 1.5em;
	padding: 0;
	border: 1px dashed #666;
	background-color: white;
}
.keyPoint p {
	font: 1.63em/1.8 Georgia, "Times New Roman" , Times, serif;
	margin: .5em 1em;
}
.keyPoint p + p {
	margin-top: -.5em;
}

.markup {
	font: 1em/1.25 monospace;
	border: 1px dashed #999;
	text-indent: 0 !important;
	padding: .3em;
}
