@import url(layout.css);
@import url(highlights.css);
@import url(about_us.css);
@import url(news.css);
@import url(fundraising.css);
@import url(findoutmore.css);
@import url(getinvolved.css);
@import url(navigation.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b7dbe8;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1 {
	color: #2B2080;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 10px 0px 3px 0px;	
}

h1.topPage {
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #2B2080;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}

p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ol {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 22px;
}

li {
	font-size: 0.7em;
	line-height: 1.4em;
}

p.ref {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	font-weight: bold;
}

blockquote {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px 5px 5px 2px;
	padding: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

img.rightColumnImage {
	padding: 10px 0px 10px 0px;
}

img.logo {
	margin: 10px 0px 6px 0px;
}

img.strapline {
	margin: 0px 0px 6px 23px;
}

img.donateNow {
	margin: 9px 0px 0px 0px;
}

img.subNav {
	margin: 23px 0px 0px 140px;
}

img.footerNav {
	position: relative;
	top: 1px;
	left: 199px;
}

img.moreNews {
	margin: 5px;
}

a,a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0033;
	text-decoration: underline;
}

.clearer {
	clear: both;
	background-color: white;
}

.redBold {
	color: #FF0044;
	font-weight: bold;
}

td.colPrevious {
	width: 50px;
	text-align: left;
	padding: 8px 0px 0px 0px;
}

td.colSummary {
	font-size: 0.7em;
	color: #ff0040;
	text-align: center;
	width: 300px;
	font-weight: bold;
}

td.colNext {
	width: 50px;
	text-align: right;
	padding: 8px 0px 0px 0px;
}