/* CSS Document */

body {
	background: #FFFF00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000000;
}

hr {
	color: #000000; height: 7px;
}

#wrap {}

#header {}

#random {}

#menu {}

#contentWrap {}

#contentLeft {}

#access {}

#contentRight {
	text-align: justify;
}

#footer {}
#footer em {
	display: block;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #000000;
	font-style: italic;
	line-height: normal;
	text-align: left;
}

ul li {list-style-type: circle;}
ol li {list-style-type: lower-roman;}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

.disclaimer {
	font-style: italic;
}

.marginbottom {
	margin-bottom: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginleft {
	margin-left: 10px;
}
.marginright {
	margin-left: 10px;
	margin-right: 10px;
}
.marginleftright {
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}

.txtWhite_bgBlue1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
}
.txtWhite_bgBlue2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
}
.txtWhite_bgBlue1 a:link, .txtWhite_bgBlue1 a:visited {
	color: #FFFFFF;
}


.staff {
	height: 120px;
	font-weight: bold;
}
.staff em {
	display: block;
}

#contactMN {
	padding: 3px;
}

#ContactForm th{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#ContactForm td {
	padding: 5px;
}

#NewsUpdates th, #NewsUpdates td {
	padding: 4px;
}
#NewsUpdates caption {
	font-style: italic;
}

#fundertable {
	background-color: #FFFF00;
}

#leaflets {
	font-weight: bold;
}


.cellcentre {
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}
#calendar {
	text-align: center;
}
#calendar .cell {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#calendar .cell a {
	font-weight: normal;
}


td {
	vertical-align: top;
	line-height: 1.7em;
	background-color: #FFFF00;
}
th {
	color: #000000;
	background-color: #FFFF00;
}
