/* Greville PTA print style sheet - Last amended 2004-03-07 MB */
body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	color: #000000;
	padding: 0;
}

#banner {
	text-align:center;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0;
	display:none;
}



#main_content {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1em;
}


.links_list {
}

.links_list li {
	padding:0.2em;
}

.links_summary {
	text-align:center;
}

.links_summary a{
	margin:0.5em;
	padding:0.2em;
	float:left;
}


.return_to_top {
	font-size: 0.8em;
	text-align: center;
	display:none;
}

#menu {
	float: left;
	width: 8em;
	margin: 0 0.5em 0 0;
	padding: 1.5em 0.5em 0.5em 0;
	display:none;
}

.navbutton {
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0000FF;
}

.navbutton a:link {
	padding: 2px;
	text-decoration: none;
	width: 9em;
	display: block;
	background-color: #FFFF00;
	border-top: 2px #E9E9E9 solid;
	border-left: 2px #E9E9E9 solid;
	border-bottom: 2px #8E8E8E solid;
	border-right: 2px #8E8E8E solid;

}
.navbutton a:visited {
	padding: 2px;
	text-decoration: none;
	width: 9em;
	display: block;
	background-color: #FFFF00;
	border-top: 2px #E9E9E9 solid;
	border-left: 2px #E9E9E9 solid;
	border-bottom: 2px #8E8E8E solid;
	border-right: 2px #8E8E8E solid;

}

.navbutton a:hover {
	padding: 2px;
	text-decoration: none;
	width: 9em;
	display: block;
	background-color: #FFFF99;
	border-top: 2px #8E8E8E solid;
	border-left: 2px #8E8E8E solid;
	border-bottom: 2px #E9E9E9 solid;
	border-right: 2px #E9E9E9 solid;
}
.navbutton a:active {
	padding: 2px;
	text-decoration: none;
	width: 9em;
	display: block;
	background-color: #FFFF99;
	border-top: 2px #8E8E8E solid;
	border-left: 2px #8E8E8E solid;
	border-bottom: 2px #E9E9E9 solid;
	border-right: 2px #E9E9E9 solid;
}

#footer
{
	display:none;
}

.smallprint
{
font-size:smaller;
text-align:center;
}
#donation_slip
{
page-break-before:always;
}