p {
	text-indent:	1.5em;
}
p:first-letter {
	font-size:	1.5em;
}


ol, ul {
	margin-left:	3em;
}


hr {
	width:		75%;
	height:		0.2em;
	color:		#732939;
}


h1 {
	text-align:	center;
}


a, a:link, a:active, a:visited, a:hover {
	color:	#732939;
}


abbr, acronym {
	border-bottom:	1px dotted #333;
	cursor:		help;
}

table {
	margin-left:	auto;
	margin-right:	auto;
}
table.left {
	margin-left:	10%;
	margin-right:	auto;
}
table.right {
	margin-right:	10%;
	margin-left:	auto;
}


/* Formatting for the DIV which contains the actual content of the page */
#content {
	position:	static;
	z-index: 0;
	padding-top:	50px;
	padding-left:	2%;
	padding-right:	2%;
}


/* Colours for highlighting events in events table */
tr.event_EveningActivity {
	background:	#ffff66;
}
tr.event_DayActivity {
	background:	#c37d8c;
}
tr.event_Camp {
	background:	#85c17f;
}
tr.event_Other {
	background:	#ffffff;
}
tr.event_NationalSSAGO {
	background:	#33cc33;
}