/************* General Class styles ************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #01055f;
	line-height: 1.166;	
}


.borderlessimage img {
    border-width: 0px
}

a 
{
	color: #5a83e1;		
}
	
a:hover 
{
	color: #0099dd;	
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	/*color: #000000;*/
	color: #009900;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #009900;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.Highlight {
	color: #009900;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.aligncentre{
	text-align: center;
}

.aligncentrehighlight{
	text-align: center;
	color: #009900;
}


#banner
{
	min-width: 1400px;
	width: 100%;
	left: 0px;
	/*margin-top: 10px;*/
/*	background-image: url(../Images/banner_1400x289.jpg);*/
	background-image: url(../Images/banner_2000x300.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;	
	color: #01055f;
}

#MainTitle
{
	Text-Align: center;
	position: relative;
	width: 100%;
	top: 0.4em;
	font-size: 3em;
	font-weight: bold;
}

#CharityNo
{
	Text-Align: center;
	position: relative;
	width: 100%;
	top: 1em;
	font-size: 1.5em;
	font-weight: bold;
}

/*******************************************************************************/
/* Top Navigation Bar */ 

#NavBar {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	/*top: 297px;*/
	height: 35px;
	left: 0px;
	width: 100%;
	min-width: 1400px;
	background-color: #01055f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

div#NavBar p {
	position: relative;
	/*margin: 4px 0px 0px 150px;*/
	left: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#NavBar p a {
	color: #FFFFFF;
	text-decoration: none;
	}

div#NavBar p a:hover {
	text-decoration: underline;
	}

.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}


/*******************************************************************************/
/* Header Area */

#HeadTitle h1 {
	margin: 0px 160px;
}

#HeadLeft {
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 150px;
	position: absolute;
	left: 5px;
	top: 10px;
}

#HeadRight {
	padding:  0px;
	margin: 0px;
	height: 57px;
	width: 300px;
	top: 35px;
	position: absolute;
	right: 0px;
}

#HeadTitle {
	padding: 0px;
	margin: 0px;
	top: 15px;
	text-align: center;
	height: 30px;
	left: -75px;
	position: absolute;
	width: 100%;
}

#Header {
	padding:  0px;
/*	top: 10px;*/
	margin: 0px;
	height: 325px;
	background-color: #dfdff7;
}

#FrontHeader {
	padding:  0px;
	top: 10px;
	left: 0px;
	position: static;
	z-index: 1;
	margin: 0px;
	height: 190px;
	background-color: #FFFFFF;
}

#FrontHeadRight {
	padding:  0px;
	margin: 0px;
	height: 125px;
	width: 167px;
	top: 38px;
	position: absolute;
	z-index: 30;
	display: block;
	right: 0px;
}

#FrontHeadRight img {
	border-width:  0px;
}

#FrontHeadLeft {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 320px;
	position: absolute;
	z-index: 4;
	left: 5px;
	top: 10px;
}

#FrontHeadTitle {
	padding: 0px;
	margin: 0px;
	top: 40px;
	z-index: 20;
	text-align: center;
	height: 60px;
	left: 0px;
	position: absolute;
	width: 100%;
	display: block;
}

#FrontHeadTitle h1 {
	left: 0px;
	margin: 0px 180px 0px 330px;
}

#FrontHeadTitle p {
	left: 0px;
	margin: 0px 180px 0px 330px;
}

#wrapper3col {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  overflow: visible;
  border-left: 150px solid #669966;
  border-right: 150px solid #FFF;
    /*top: 119px;*/
}

* html #wrapper3col{
	display: inline-block;
}

#wrapper2col 
{
  margin: 0px;
  padding: 0px 20px, 0px 0px;
  position: relative;
/*  top: 30px;*/
  display: block;
  overflow: visible;
  border-left: 220px solid #dfdff7;
  border-right: 10px solid #FFFFFF;
    /*top: 119px;*/
}

* html #wrapper2col{
	display: inline-block;
}

/**************************************************************************/
/* Main navigation area down left side */

#left 
{
	position: relative;
*	position: absolute;
	top: 0px;
	padding: 0px;
	margin-left: -220px;
	margin-top: 0px;
	width: 220px;
	background-color: #dfdff7;
	color: #000000;
	float: left;
	display: inline;
}


#leftfooter
{
	position: absolute;
	bottom: 25px;
	margin-left: -220px;
	width: 220px;
	text-align: center;
}


#leftfooter img
{
	border: 1px solid #01055f;
	width: 208px;
	height: 130px;
}

.leftfoottext
{
	/*text-align: center;*/
	color: #333333;
	font-size: 1em;
	margin-bottom: 10px;
	width: 220px;
}

#FrontNavBar 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 163px;
	height: 25px;
	left: 0px;
	width: 100%;
	background-color: #009900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(Images/header_bkg_green.jpg);
}


ul#mainnav 
{
	list-style: none;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	background-color: #dfdff7;
	text-align: center;
	font-size: x-large;
}

		
ul#mainnav li 
{
	display: block;
	line-height: normal;
}


ul#mainnav li p.selected 
{
	display: list-item;
	color: #FFFFFF;
	font: bold 1em/1.5em arial, helvetica, sans-serif;
	text-decoration: none;
	background-color: #003300;
	padding: 6px 6%;
	margin: 0;
	width: 88%;
}

ul#mainnav li a {
	display: block;
	color: #01055f;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #dfdff7;
	font: bold 1em /1.5 arial, helvetica, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	text-decoration: none;
	width: 88%;
	}

ul#mainnav li a:hover {
	background-color: #0099dd;
	color: #ffffff;
	display: block;
	}


/**********************************************************************************************/
/* Footer Area */

#clear {
	clear: both;
	height: 10px;
}

.clear {
	clear: both;
	height: 10px;
}

#footer {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #dfdff7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01055f;
	left: 0px;
	width: 100%;
	height: 35px;
}

#footer p {
	margin: 0px;
	padding: 9px;
	text-align: left;
}

#footerfixed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 614px;
	left: 0px;
	width: 100%;
	height: 34px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #92BB92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
}

#footerfixed p {
	margin: 0px;
	padding: 9px;
	text-align: left;
}


#validated {
	margin: 0px;
	padding: 9px 1% 0 0;
	top: 2px;
	right: 1%;
	width: 180px;
	height: 20px;
	float: right;
	}

#footertext {
	position: relative;
	margin: 0px;
	padding: 0px;
	right: 0px;
	float: left;
	}


#validatedfixed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 2px;
	width: 180px;
	right: 1%;
	height: 32px;
	}

/**********************************************************************************************/
/* News links area */

#news {
	position: relative;
	padding: 0px;
	width: 220px;
	background: #FFFFFF;
	color: #000;
	float: right;
	margin: 0px -140px 0px 0px;
}

div#news h2 {
	line-height: 2.5em;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

div#news p.row span.leftcol, div#Content p.row img.leftcol {
	float: left;
	color: #92BB92;
	}
	
div#news p.row span.rightcol{
	width: 70%;
	float: right;
	color: #92BB92;
	}
	
div#news p.row span.rightcol a {
	color: #92BB92;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #009900;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}

div#Content p.row {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #009900;
	padding: 1em 0 0 0;
	}

div#Content p.row1 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

div#Content p.row img {
	border: 0;
	}
/*
div#Content p.row span.leftcol {
	width: 75%;
	margin-right: 2%;
	float: left;
	color: #000000;
	}

div#Content p.row img.rightcol {
	float: right;
	}


div#Content p.row span.rightcol {
	width: 75%;
	float: right;
	color: #000000;
	margin-left: 2%;
 }	
*/	

div#Content p.row span.spacer {
	height: 20px;
	}

div#Content p.row1 span.spacer 
{
	height: 0px;
}

#firefoxsml 
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 40px;
	right: 2%;
	width: 80px;
	height: 20px;
	border: 0px;
}

#firefoxsml img 
{
	border: 0;
}
/*******************************************************************************/
/* Content Area */

#Content 
{
	top: 10px;
	position: relative;
	padding: 10px;
	left: 10px;
	background: #FFFFFF;
	min-height: 500px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	color: 01055f;
}


div#wrapper3col p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 1.5em;
}

div#wrapper2col p 
{
/*
	font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
	line-height: 1.3em;
*/
	min-width: 1100px;
}


/*****************************************************************************/
/* Small Link bar at top right of screen */

#LinkBar 
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	top: 8px;
	height: 20px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#LinkBar ul 
{
	position: absolute;
	list-style: none;
	margin: 0px;
	text-align: center;
	width: 100%;
}
	
div#LinkBar ul li 
{
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #FFFFFF;	
}

div#LinkBar ul li a
{
	color: #FFFFFF;
}
	
div#LinkBar ul li.first 
{
	border-left: 0px none;
}

div#LinkBar ul li a 
{
/*	color: #009900;*/
	text-decoration: none;
}

div#LinkBar ul li a:hover 
{
	color: #0099dd;
	text-decoration: underline;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p 
{
  margin-top: 0;
}

.feature
{
	padding: 0px 0px 10px 10px;
	width: 96%;
	min-width: 1040px;
	/*font-size: 80%;*/
}

.featureimage
{
	width: 96%;
	margin-left: 2%;
	float: none;
	padding: 20px 0px 20px 0px;
/*	border: 1px solid #ff0000; */
}


.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 30px;
	height: 38px;
	margin: 0;
	padding: 0;
}
/*
.blank
{
	background-image: none;
	background: none;
	visiblility: hidden;
	width: 30px;
	height: 38px;
}
*/
.cssnav a
{
	display: block;
	color: #003300;
	font-size: 12px;
	width: 30px;
	height: 38px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img
{
	width: 30px;
	height: 38px;
	border: 0
}

.contacttext, p.contacttext
{
  font-size: 0.9em;
  color: #334D55;
}

.labeltext, p.labeltext
{
  font-size: 0.9em;
  color: #01055f;
}

.bodytext, p.bodytext
{
	margin: 0px;
	margin-bottom: 0.8em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	color: 01055f;
/*	color: #ff0000;*/
}

.bodytextbold, p.bodytextbold
{
	margin: 0px;
	margin-bottom: 0.8em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	color: 01055f;
/*	color: #ff0000;*/
}
	