body {
	background-color: #FFFFCC;
	background-image: url(images/notes-white.gif) ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #336600;
}

form {
	background-color: #CCCC99;
}

ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	ul#navigation a
	{
		display: block;
		text-decoration: none;
		background: #036;
		color: #fff;
		padding: 4px 10px;
		border-bottom: 1px solid #fff;
		width: 20em;
	}
	
ul#navigation a:hover
	{
		background: #69C;
		color: #000;
	}
	
ul#navigation li
	{
		display: inline;
	}
	
div#pullquote
	{
		margin: 2em;
		background: #99FFFF url(images/17a.gif) no-repeat;
	}
	
div#pullquote h2
	{
		margin: 0;
		padding: 20px 20px 0 20px;
		background: url(images/17b.gif) no-repeat 100% 0;
	}
	
	div#pullquote p { padding: 0 20px; }
	
	div#pullquote p.furtherinfo
	{
		padding: 0 0 0 20px;
		background: url(images/17c.gif) no-repeat 0 100%;
	}
	
	div#pullquote p.furtherinfo a
	{
		display: block;
		padding: 0 20px 20px 0;
		text-align: right;
		background: url(images/17d.gif) no-repeat 100% 100%;
	}
