html
{
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
	font: 0.6875em/1.4 verdana, sans-serif;
}

body
{
	padding: 0;
	margin: 0;
}


h1,h2,h3,h4,h5,h6
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

pre,code { font-size: 1em; }

ul,ol,pre,form,p,table,fieldset { margin: 0 0 1em; }


hr
{
	border: solid #ccc;
	border-width: 0 0 1px;
	height: 1px;
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

blockquote
{
	padding: 1em;
	margin: 1em 0;
	border: solid #ccc;
	border-width:1px;
	color: #666;
	background:#FAFAFA;
}

blockquote .quote
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1fa12d;
}

blockquote .attribution {color: #666;}

input { margin: 0; }

input.text, textarea, select { border: 1px solid #ccc; }

ul,ol { padding: 0; }
li { margin: 0.5em 0 0.5em 2em; }
dd { margin: 0 0 0.5em 2em; }
dt { margin: 0 0 0 2em; }
ul li { list-style: disc; }
ul li li { list-style: circle; }
ul li li li { list-style: square; }
dt { font-weight: bold; }
em { font-style: italic; }
strong { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }



a img,:link img,:visited img { border: none; }
address { font-style: normal; }

table, td, th
{
	border-collapse: collapse;
}

td, th
{
	vertical-align: top;
	padding: 0.5em 0.2em;
	margin: 0;
	
}

th
{
	text-align: left;
	vertical-align: bottom;
}

form { margin: 0; }
form table { margin: 0 auto; }

form table, form th, form td
{
	border: none;
	vertical-align: bottom;
}

form th, form td
{
	padding: 0.5em;
	border: none;
	vertical-align: top;
}

label
{
	display: block;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }

.inlinelist li
{
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
}

.hide { display: none; }

/* Partial template rules */

.overview
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.downloads
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	padding: 1em 0 0;
	border: solid #ccc;
	border-width: 1px 0;
}

.section { margin: 0 0 3em; }

.downloads li
{
	list-style: none;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	background: url(downloads_bullet.gif) no-repeat center left;
}

.simple li
{
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0 0 0 1em;
	background: url(bullet.gif) no-repeat center left;
}

/* Section specific rules */

/* Home */

#home h1,
#home h2,
#home h3,
#home h4,
#home h5,
#home h6,
#home a,
#home .overview
{ color: #1f8d2d; }

/* Programmes */

#programmes h1,
#programmes h2,
#programmes h3,
#programmes h4,
#programmes h5,
#programmes h6,
#programmes a,
#programmes .overview
{ color: #008dc9; }

/* Supporters */

#supporters h1,
#supporters h2,
#supporters h3,
#supporters h4,
#supporters h5,
#supporters h6,
#supporters a,
#supporters .overview
{ color: #d60027; }

/* Schools */

#schools h1,
#schools h2,
#schools h3,
#schools h4,
#schools h5,
#schools h6,
#schools a
{ color: #023A9D; }

#schools .overview { color: #023a9d; }

#schools .section ul { margin: 0 0 2em; }

#schools .section li
{
	list-style: none;
	margin: 0 0 1em;
}

/* News */

#news h1,
#news h2,
#news h3,
#news h4,
#news h5,
#news h6,
#news a
{ color: #a3037d; }


#news #content li
{
	list-style: none;
	margin: 0 0 2em;
	padding: 0 0 0 1.5em;
	background: url(downloads_bullet.gif) no-repeat 0 10px;
	border-bottom:1px solid #CCCCCC;
}

/* Volunteers */

#volunteers h1,
#volunteers h2,
#volunteers h3,
#volunteers h4,
#volunteers h5,
#volunteers h6,
#volunteers a,
#volunteers label
{ color: #0e9fa6; }

/* Contact */

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6,
#contact a
{ color: #1fa12d; }
