body{
	letter-spacing: 0px;
	background-color: #FFFFCC;
	}
body.print{
	background-color: #FFFFFF;
	}
.grey{
	color: #888888;
}
div.center{
	text-align: center;
}
img{
	border: 0;
	}
a:link.grey{
	text-decoration: none;
	color: #919191;
	text-align: center;
	font-family: Verdana;
}
a:visited.grey{
	text-decoration: none;
	color: #919191;
	text-align: center;
	font-family: Verdana;
}
/* Definition of menu area - note left: 0 and top: 0, also position: absolute */
#Menu { 
	width: 150px;
	line-height: 12px; 
	font-weight: bold; 
	position: absolute; 
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	text-align: center;
	font-variant: normal;
	color: #cbeaa6;
	font-size: 12px;
	left: 0px;
	top: 0px;
}
p.center{
	text-align: center;
}
/* Definition of main area - note left:160 to leave space for the menu, and position: absolute */
#Main {
	width: 750px;
	top: 10px; 
	position: absolute; 
	left: 160px;
	font-size: 12px;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
}

/* Definition of the navigation (menu) display characteristics. This gives the 'block' display. */
#navigation{
	top: 90px;
	left: 0px;
	position: absolute;
	display: inline-block;
	width: 150px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0E5B6;
	}
	
/* Definition of the navigation (menu) link display */
#navigation  a {
	font-variant: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #009900;
	text-decoration: none;
	font-size: 14px;
	background-color: #F0E5B6;
	}
	
/* Definition of the navigation (menu) display when mouse hovers over any item */
#navigation  a:hover {
	display: block;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFCC;
	}
	
/* Definiition of a table style to put the green border around the edge */
table.content {
	margin-bottom: 5px;
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 750px;
	border-collapse: collapse;
	}
table.outside {
	border: 0px;
	width: 750px;
	padding: 0px;
	}
table.inside {
	border:solid 1px #A6CF65;
	width: 720px;
	padding: 0px;
	font-size: 12px;
	}
table.insidedge {
	border:solid 1px #A6CF65;
	width: 740px;
	padding: 0px;
	font-size: 12px;
	border-collapse: collapse;
	}	
table.smallcontent {
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 360px;
	height: 230px; 
	}
table.smallcontentauto {
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 360px;
	height: auto;
	border-collapse: collapse;
	}
table.volcontent {
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 520px;
	height: auto;
	border-collapse: collapse;
	}	
table.smallshortcontent {
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 360px;
	height: 140px;
	}
table.donationscontent {
	border:solid 1px #A6CF65;
	font-size: 12px;
	width: 320px;
	height: 230px;
	text-align: center;
	border-collapse: collapse;
	}
table.contactform {
	margin-bottom: 5px;
	border: 0px;
	font-size: 12px;
	width: 350px;
	}	
td.titles {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: "Arial";
	line-height: 14px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 27px;
	background-color: #A6CF65;
	border: 0px;
	}
td.subtitles{
	border-collapse: collapse;
	font-family: sans-serif, "Lucida Grande", "Verdana", "Arial";
	line-height: 14px;
	color: #719930;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	border: solid 1px #A6CF65;
	background-color: #FFFFCC;
	}
td.text{
	font-size: 12px;
	background-color: #FFFFCC;
	}
td.texttrans{
	font-size: 12px;
	}	
td{
	padding: 5px;
	}
td.donations{
	width: 100px;
	text-align: center;
	}
td.darkback{
	background-color: #F0E5B6;
	}
/* Standard link style defiinition */
a:link {
	font-weight: bold;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}

/* And the mouse hover underline definition */
a:hover {
	text-decoration: underline;
	}
span.pdflink {
	font-size: 10px;
	}
