td.topBar,td.leftBar {
	background-color: #B22222;
	color: white;
}

td.topBar {
	text-align: center;
	font-style: italic;
	font-size: x-large;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
}

td.topBar IMG {
	float: left;
}

td.topBar p.kidName {
	text-align: right;
	vertical-align: bottom;
	font-size: large;
	font-style: italic;
	margin-right: 40px;
}

td.leftBar {
	height: 100%;
	vertical-align: top;
	margin-left: 0px;	
}

td.leftBar IMG {
	float: left;
}

td.leftBar UL {
	padding-top: 40px;
	margin-left: 25px;
}

td.leftBar UL LI {
	// TODO
	// list-style-image: url(img/bullet.gif);
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: sans-serif;
}

td.leftBar UL LI A {
	color: white;
	text-decoration: none;
}

td.contentPane {
	width: 100%;
	height: 100%;
}

/*
td.contentPane P, td.contentPane H1 {
	text-indent: 20px;
}
*/

td.contentPane H1 {
	text-indent: 0px;
	font-family: cursive;
	text-align: center;
	font-size: x-large;
}

td.contentPane P.corner {
	float: left;
}

td.contentPane DT {
	font-weight: bold;
	padding-bottom: 10px;
}

td.contentPane A:link,
td.contentPane A:visited,
td.contentPane A:hover,
td.contentPane A:active {
	color: #B22222;
	font-style: italic;
}

td.contentPane A:link,
td.contentPane A:visited,
td.contentPane A:active {
	text-decoration: none;
}

td.contentPane A:hover {
	text-decoration: underline;
}

td.logo p.charityno {
	font-style: italic;
	font-size: smaller;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
}

ul li {
	margin-bottom: 15px;
}

td.field-label {
	font-style: italic;
	font-size: 10pt;
	font-family: sans-serif;
}

.pre {
	white-space: pre
}