/* NB: do *property for IE eg. *width: 57.5em;  */

/* Outer box for the page (centres the page) */
#Outer
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
 }

/* HTML elements */

p {
	text-align: left;
	/*width: 750px;*/
}


a {
	color: #006b33;
}


UL {
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
}

UL LI {
	list-style-type: disc;
}

LI.NoDisc {
	list-style-type: none;
}

LI.SpreadOut {
	padding: 10px 0 0 0;
}

UL.Nested LI {
	list-style-type: circle;
}

OL {
	margin: 0;
	padding: 0;
}

OL LI {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}


td.TableImg {
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding: 20px 0 0 0;
}

td.TableImgLarge {
	text-align: right;
	vertical-align: middle;
	width: 180px;
	padding: 20px 20px 0 0;
}


/* Header for page */

#Logo {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
	padding: 0;
	width: 163px; 
	height: 85px;
}

/* Text-enlargement links */
#TextEnl {
	padding: 0;
	margin: 0;
	border: 0;
	color: #006b33;	
	float: right;
	margin: 0 5px 0 0;
}

#TextEnl ul{
	display: inline;
}

#TextEnl ul li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
 
#TextEnl ul li a {
 	text-decoration: none;
}

#SmallA {
	font: 18px bold Arial, Helvetica, sans-serif; 
}

#MediumA {
	font: 24px bold Arial, Helvetica, sans-serif; 
}

#BigA {
	font: 30px bold Arial, Helvetica, sans-serif; 
}

/* Other font styles */
#BlueUnderline {
	text-decoration: underline;
	color: #0000FF;
}

/* Image navigation bar */
.NavImage{
	border: 0;
	margin: -2px;
	padding: 0;
}

/* Separator */
.Separator {
	clear: both;
	height: 5px;
	border-bottom: 1px solid #C0C0C0;
}
	

/* Positioning */

.FloatRight {
	float: right;
	margin: 0 5px 0 0;
}

.FloatRightNoMargin {
	float: right;
	margin: 0;
}

.FloatLeft {
	float: left;
	margin: 0 5px 0 0;

}

.FloatLeftWithPadding {
	float: left;
	margin: 0 20px 0 0;

}

.FloatLeftWithLotsPadding {
	float: left;
	margin: 20px 20px 0 0;

}

#AddGap1 {
	height: 1px;
}


#AddGap5 {
	height: 5px;
}

#AddGap10 {
	height: 10px;
}

#AddGap20 {
	height: 20px; 
	*height: 10px /* FOR IE */

}

#AddGap40 {
	height: 40px;
}

#Prev {
	float: left;
	margin-left: 0;
}

#Next {
 	float: right;
}

.ImageLeft {
	width: 250px;
	text-align: center;
	float: left;
}

.ImageLeft200 {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 0 0 0;
}

.ImageLeft350 {
	width: 350px;
	text-align: center;
	float: left;
}

.TextLeft350 {
	width: 350px;
	text-align: left;
	float: left;
}

.TextRight {
	text-align: left;
}

/* ***************** content from standard.css file ************************** */

/* HTML elements */

body {
	background-color: #FFFFFF; 
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

H1 {
	font-size: 14px;
	font-weight: bold;
}

H2 {
	font-size: 12px;
	font-weight: bold;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline;
}

/* Body of page */
#Breadcrumb {
	font-size: 10px;	
}


/* Image navigation bar */
#Nav {
	clear: both;
	position: absolute;
	top: 550px;
	
}

/* Page footer */
.Footer {
	text-align: center;
	margin: 15px 0 0 0;
	clear: both;
	width: 760px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 600px;
}

/* Text navigation bar */
#TextNav {
	clear: both; 
	padding: 0px 0px 0px 0px;
	margin: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 20px;
	width: 760px;
	height: 20px;
	border: 0;
	text-align: center;
	vertical-align: middle;
}

#TextNav ul{
	vertical-align: middle;
	display: inline;
	padding: 0;
	margin-right: auto;
}

#TextNav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 14px;
	padding-right: 14px;
}
 
#TextNav ul li a {
 	text-decoration: none;
}

.Caption {
	width: 200px;
	margin-left: 25px;
	font-size:10px;
}

td.TableText {
	width: 280px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 10px 0;
}

td.TableTextLong {
	width: 500px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding: 20px 20px 10px 0;
}

/* Used for small text eg. terms & conditions section on special-offer.htm */
.Small {
	color: #757575;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Table properties - for a table that is half the width of the page eg. table of search engine rankings  */
.DataTable {
	border-collapse: collapse;
	table-layout: fixed;
	width: 400px;
	border: 1px solid #000000;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.DataTable th {
	border: 1px solid #000000;
	padding: 0px;
	font-weight: bold;
}

.DataTable td {
	border: 1px solid #000000;
	padding: 0px;
}

/* Table properties - for a table that is the full width of the page eg. online donation comparison  */
.FullTable {
	border-collapse: collapse;
	table-layout: fixed;
	width: 750px;
	border: 1px solid #000000;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.FullTable th {
	border: 1px solid #000000;
	padding: 2px;
	font-weight: bold;
}

.FullTable td {
	border: 1px solid #000000;
	padding: 2px; 
}


/*Superscript text */
sup {
	line-height: 11px;
}
/*2 column page - for staff page*/
.ColumnLeft {
	clear: both;
	width: 130px;
	margin: 10px 0 0 0;
	*margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	float: left;
	vertical-align: top;
}


.ColumnRight {
	text-align: left;
	margin: 22px 0 0 130px;
	*margin: 20px 0 0 130px;
	padding: 0;
}


/* Hack to avoid IE6 Three Pixel Gap bug - this code is hidden from all browsers apart from IE on Windows. \*/

* html .ColumnRight {
	height: 1%;
	margin-left: 127px;
}

* html .ColumnLeft {
	margin-right: -3px;
} 

/* End of hack */

/*Line separating header from body text*/
#SepLine {
	clear: both;
	border-top: 1px solid #006b33;
	height: 5px;
	*height: 0;
}

#FirstPara{
	*padding-top: 0;
	*margin-top: 0;
}
