/* CSS Document */
/* tags */
body {
	margin: 0px;
	background-color: #CCD9EA;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 12px 0px;
}
.LargeTest {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 12px 0px;
}
a {
	font-weight: normal;
	color:#003366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color:#003366;
	text-decoration: none;
}
.pic a:link {border:4px solid #00000;}
.pic a:visited {border:4px solid #000000;}
.pic a:hover {border:4px solid #000000;}
.pic a:visited {border:4px solid #000000;}


.boldLink {
	font-weight: bold;
	color:#003366;
	text-decoration: underline;
}
.boldLink:hover{
	font-weight: bold;
	color:#003366;
	text-decoration: none;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
}
ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: decimal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: normal;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

/* text styles */

.DividerLine {
	width: 550px;
	height: 1px;
	overflow:hidden;
	background-color:#999999;
	margin: 4px 0px 4px 0px;
}

/* Insert frontpage text sizes RL 04/12/2009*/
.TextDefaultSmall{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 18px;
	font-weight: normal;
	color:#000000;
}
/* Insert ends 04/12/2009 */

.TableText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}
.TextTables {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}
.TextSuper	{
	vertical-align: super;
	font-size: 0.65em;
}
.TextSub	{
	vertical-align: sub;
	font-size: 0.65em;
}
.TextSmallPrint {
	font-size: 60%;
	color:#666666;
}
.TextGrey {
	color:#999999;
}
.TextLeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	margin: 10px 100px 10px 100px; 
	color:#537DB9;
}
.TextLeaderWide {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	margin: 10px 50px 10px 50px; 
	color:#537DB9;
}
.LayoutLeft {
	float:left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.LayoutRight {
	float:right;
	width: 390px;
	margin-bottom: 8px;
}

.White {
	color:#FFFFFF;
}


/* Website layout css */

.SkipTo {
   position:absolute;
   top: -1000px;
   left: -1000px;
   visibility: hidden;
}
.Centre {
	position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 956px;
     text-align: left;
}
.TopBarLeft {
	width:470px;
	height:124px;
	float:left;
	padding-left:8px;
}
.TopBarRight	{
	width:470px;
	height:124px;
	float:left;	
	text-align:right;
	padding-right: 8px;
}
.Clear {
	clear:both;
}
.SiteTools {
	margin: 18px 0px 0px 0px;
}
.SiteToolsLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	line-height: 18px;
}
.SiteToolsLinks a{
	color: #537DB9;
	text-decoration: none;
}
.SiteToolsLinks a:hover{
	color: #537DB9;
	text-decoration: underline;
}

/* Start New styles for header RL 23/11/2009 */
.TopBarLeft_1 {
	width:203px;
	height:124px;
	float:left;
	padding-left:8px;
}

.TopBarCenter {
	width:520px;
	height:124px;
	float:left;
	padding-left:8px;
}

.TopBarRight_1	{
	width:203px;
	height:124px;
	float:left;	
	text-align:right;
	padding-right: 8px;
}

.SiteTools_1 {
	margin: 28px 0px 0px 0px;
}
.SiteToolsLinks_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	line-height: 18px;
}
.SiteToolsLinks_1 a{
	color: #537DB9;
	text-decoration: none;
}
.SiteToolsLinks_1 a:hover{
	color: #537DB9;
	text-decoration: underline;
}

/* End new styles for header RL 23/11/2009 */


.MainMenu {
	width: 956px;
	height: 32px;
	overflow:hidden;
	margin-bottom: 5px;
}
.BreadcrumbHolder {
	width: 756px;
	/*height: 24px;*/
	overflow:hidden;
	float:left;
}
.SearchBar {
	width: 192px;
	height: 24px;
	overflow:hidden;
	float:left;
	text-align:right;
	margin-right: 8px;
}
.Breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 5px 0px 0px 10px ;
}
.Breadcrumb a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Breadcrumb a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.PageTitle a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.PageTitle a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.ContentTop {
	width: 956px;
	height: 10px;
	background-attachment: scroll;
	background-image: url(/images/construct/ContentTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;	
}
.ContentMiddle {
	width: 936px;
	background-color:#FFFFFF;
	padding: 0px 10px 0px 10px;
}
.ContentBottom {
	width: 956px;
	height: 10px;
	background-attachment: scroll;
	background-image: url(/images/construct/ContentBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;	
}

/* Staff_List 4 column layout. Start Insert  RL 11/11/2009 */
#wrapper {
	width: 530px; 
    margin: 0 auto; 
    background: #fff;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:auto; 
}
#column1, #column2, #column3, #column4 { 
    padding: 5px;  
} 

#section1 {
    float: left; 
    background: #fff;
    width: 255px;
	height: 110px;
	border-color:#000000;
}
    #column1 {
        float: left; 
        background: #fff;
        width: 105px;
		height: 110px;
}

    #column2 {
        float: right; 
        background: #fff;
        width: 130px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		height: 110px;
}
#section2 {
    float: right; 
    background: #fff;
    width: 255px;
	height: 110px;
	border:thin:#999999;
}

    #column3 {
        float: left; 
        background: #fff;
        width: 105px;
		height: 110px;
}
    #column4 {
        float: right; 
        background: #fff;
        width: 130px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		height: 110px; 
}
/* End Insert */

.MainSearchBox {
	width: 150px;
	height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
.GoButton {
	width: 22px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 1px;
}
.Menu1 {
	width: 239px;
	height: 32px;
	overflow: hidden;
	float:left;
}


.Menu5 {
	width: 239px;
	height: 32px;
	overflow: hidden;
	float:left;
}

.Copyright {
 	margin: 5px 0px 10px 0px
}
.CopyrightLeft {
	float:left;
	width: 470px;
	padding-left: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 16px;
	font-weight: normal;
	color:#FFFFFF;
}
.CopyrightRight {
	float:left;
	width: 470px;
	padding-right: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 16px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:right;
}
.CopyrightRight a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.CopyrightRight a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Footer {
	width: 956px;
	height: 25px;
	background-attachment: scroll;
	background-image: url(/images/construct/FooterBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	margin: 5px 0px 0px 0px;	
}
.FooterLeft {
	margin-top:4px;
	float:left;
	width: 470px;
	padding-left: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 16px;
	font-weight: normal;
	color:#FFFFFF;
}
.FooterLeft a{
	font-weight: normal;
	color:#000066;
	text-decoration:underline;
}
.FooterLeft a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.FooterRight {
	margin-top:4px;
	float:left;
	width: 470px;
	padding-right: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 16px;
	font-weight: normal;
	color:#537DB9;
	text-align:right;
}
.FooterRight a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.FooterRight a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}
.LeftColumn {
 	width:180px;
 	float:left;
}
.RightColumn {
 	width:180px;
 	float:left;
}
.MiddleColumn {
	float:left;
	margin: 0px 13px 0px 13px;
	width: 550px;
}
.ForumColumn {
	float:left;
	margin: 0px 13px 0px 13px;
	width: 720px;
}

/* New home page styles RL 24/11/2009 */

.HomePageWrpper {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 756px;
}

.HomePageRightColumn {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 378px;
	overflow:hidden;
}
.HomePageLeftColumn {
	float:left;
	margin: 0px 8px 0px 8px;
	width: 352px;
}

/* New home page styles RL 24/11/2009 insert ends*/

/* Home page LHS menu styles end 01/12/2009 insert  */

.DefaultMenuHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#537DB9;
	margin-left:5px;
	margin-bottom: 5px;
}
.DefaultMenuHeading a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
	
}
.DefaultMenuHeading a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}

/* Home page LHS menu styles end 01/12/2009 insert ends  */



.SubMenuHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#537DB9;
	margin-left:5px;
	margin-bottom: 5px;
}
.SubNav {
	width: 180px;
	margin-bottom: 8px;
}
.SubNavMenu {
	border-top: #537DB9 solid 1px;
	border-bottom: #537DB9 solid 1px;
}
.Submenu_Level_1_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	padding: 5px 5px 5px 5px;
	
}
.Submenu_Level_1_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
	
}
.Submenu_Level_1_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_1_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 5px;
	background:#DDE5F1;
	
}
.Submenu_Level_1_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_1_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_2_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	background-color:#F7F9FB;
	padding: 5px 5px 5px 18px;
	
	
}
.Submenu_Level_2_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
	
}
.Submenu_Level_2_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_2_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 18px;
	background:#DDE5F1;
	
}
.Submenu_Level_2_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_2_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_3_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	padding: 5px 5px 5px 28px;
		
}
.Submenu_Level_3_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_3_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_3_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 28px;
	/* background:#DDE5F1; */
	
}
.Submenu_Level_3_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_3_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_4_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	padding: 5px 5px 5px 45px;	
}
.Submenu_Level_4_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_4_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_4_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 45px;
	/*background:#DDE5F1;*/	
}
.Submenu_Level_4_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_4_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}

/* Insert for lover level menus fixes site map and menu format problems RL 11/11/2009 */

.Submenu_Level_5_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	padding: 5px 5px 5px 45px;	
}
.Submenu_Level_5_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_5_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_5_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 45px;
	background:#8fa4c1;
	/*background:#DDE5F1;*/	
}
.Submenu_Level_5_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_5_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}

/* Insert for lover level menus RL 11/11/2009 */
.Submenu_Level_6_CssCold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#537DB9;
	padding: 5px 5px 5px 45px;	
}
.Submenu_Level_6_CssCold a{
	font-weight: normal;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_6_CssCold a:hover{
	font-weight: normal;
	color:#537DB9;
	text-decoration:underline;
}
.Submenu_Level_6_CssHot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color:#537DB9;
	padding: 5px 5px 5px 45px;
	background:#DDE5F1;
	/*background:#DDE5F1;*/	
}
.Submenu_Level_6_CssHot a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.Submenu_Level_6_CssHot a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}

/* Insert for lover level menus ends RL 11/11/2009*/

.SubNavSpacer {
	border-top: #537DB9 solid 1px;
}
.SubNavBorder {

}
/* Home Page layout CSS */ 
.HomeLeftColumn {
	width: 463px;
	margin-right: 5px;
	float:left; 	
}
.HomeRightColumn {
	width: 463px;
	margin-left: 5px;
	float:left; 	
}
.HomeIntroText {
	width: 463px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: normal;
	color:#000000;
	margin: 5px 0px 5px 0px;
}
.HomeDonateNow {
	width: 226px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	font-weight: normal;
	color:#000000;
}
.HomeHowWeHelp {
	width: 226px;
	margin-right: 10px;
	float:left
}
.HomeHowWeHelpTop{
	width: 226px;
	height: 35px;
	overflow:hidden;
}
.HomeHowWeHelpMiddle{
	width: 210px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeHowWeHelpPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 8px 8px 0px 8px;
	overflow:hidden;
}
.HomeHowWeHelpMiddleText{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}
.HomeHowWeHelpBottom{
	width: 226px;
	height: 9px;
	overflow:hidden;
}
.HomeHowWeHelpLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	font-weight: bold;
	color:#000000;
	margin: 0px 0px 11px 25px;
}
.HomeHowWeHelpLink a{
	font-weight: bold;
	color:#01A848;
	text-decoration:none;
}
.HomeHowWeHelpLink a:hover{
	font-weight: bold;
	color:#01A848;
	text-decoration:underline;
}

/*New HomeLatestNews insert RL 01/11/2009 */

.HomeLatestNews {
	width: 226px;
	float:left
}
.HomeLatestNewsTop{
	width: 352px;
	height: 35px;
	overflow:hidden;
}
.HomeLatestNewsMiddle{
	width: 210px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeNewsPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 8px 8px 0px 8px;
	overflow:hidden;
}
.HomeLatestNewsBottom{
	width: 226px;
	height: 9px;
	overflow:hidden;
}
.HomeLatestNewsText {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}
.HomeLatestNewsDate {

	margin: 0px 0px 0px 0px;
}
.HomeLatestNewsTitle {
	font-weight: bold;
	color:#000000;
	margin: 0px 0px 0px 0px;
}
/* Insert ends RL 01 11 2009 */


/* Homepage Coming soon insert 02/11/2009 */
.HomeComTop{
	width: 170px;
	height: 35px;
	overflow:hidden;
}
.HomeComMiddle{
	width: 158px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeCom_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 4px 4px 4px 10px;
	overflow:hidden;
}
.HomeComBottom{
	width: 170px;
	height: 9px;
	overflow:hidden;
	margin-bottom:10px;
}

/* Homepage Coming soon insert Ends 02/11/2009 */


/*Insert home page coming soon panel RHS 02/12/2009 */

.HomeComHelp{
	width: 378px;
	float: left;
}

.HomeComHelpLeft{
	width: 170px;
	float: left;
	padding: 4px 4px 4px 4px;
}

.HomeComHelpLeftShort{
	width: 170px;
	float: left;
	padding: 4px 4px 4px 4px;
	height:40px;
}

.HomeComHelpRight{
	width: 180px;
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 5px;
}
.HomeComHelpRightShort{
	width: 180px;
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 5px;
	height:40px;
}


/* Insert New Home How we help styles 03/12/2009 */

.HomeHelpTop{
	width: 180px;
	height: 35px;
	overflow:hidden;
}
.HomeHelpMiddle{
	width: 166px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeHelpPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 4px 4px 4px 10px;
	overflow:hidden;
}
.HomeHelpBottom{
	width: 180px;
	height: 9px;
	overflow:hidden;
	margin-bottom:10px;
}

.HomeHelpMiddleText{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}

.HomeHelpLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 11px 0px;
}
.HomeHelpLink a{
	font-weight: normal;
	color:#01A848;
	text-decoration:none;
}
.HomeHelpLink a:hover{
	font-weight: normal;
	color:#01A848;
	text-decoration:underline;
}


/* Insert 03/12/2009 Ends */


/* Insert large home page news and blog panel RL 1/11/2009 */
.HomeNewTop_1{
	width: 352px;
	height: 35px;
	overflow:hidden;
}
.HomeNewMiddle_1{
	width: 352px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeNewPanel_Middle_1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*padding: 8px 8px 0px 8px;*/
	overflow:hidden;
}

.HomeBlogMiddle{
	width: 336px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeBlogPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 4px 8px 4px 8px;
	overflow:hidden;
}

.HomeNewBottom_1{
	width: 352px;
	height: 9px;
	overflow:hidden;
	margin-bottom:10px;
}
.HomeNewDocImage_1 {
	width: 72px;
	height: 100px;
	float: left;
	margin:0px 8px 8px 2px;
}
.HomeNewDocText_1 {
	width: 260px;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#000000;
	margin: 0px;
}

.HomeNewDocText_1 a{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:none;
}
.HomeNewDocText_1 a:hover{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:underline;
}


.HomeNewText_1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color:#000000;
	margin: 0px;
}
.HomeNewText_1 a{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:none;
}
.HomeNewText_1 a:hover{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:underline;
}
.HomeNewSpacer_1 {
	width: 336px;
	height:1px;
	overflow:hidden;
	background-color:#537DB9;
	margin: 0px 8px 0px 8px;
}
.HomeNewImage_1 {
	width: 75px;
	margin: 4px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	height: 75px;
	overflow:hidden;
	float:left;
}
.HomeNewImageText_1_heading_Container {
	width: 352px;
	
}

.HomeNewImage_1_heading {
	width: 159px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin: 4px 0px 0px 0px;
	overflow:hidden;
	float:left; 
}
.HomeNewSmallText_1_heading {
	width: 159px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color:#000000;
	padding: 0px 0px 0px 8px;
	margin: 4px 0px 0px 0px;
	float:left;
}

.HomeNewSmallText_1 {
	width: 80px;
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#000000;
	margin: 4px 0px 0px 0px;
	
}
.HomeNewSmallText_1 a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.HomeNewSmallText_1 a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline; 
}

/*Insert 01/11/2009 End */

.HomeNews {
	width: 226px;
	float:left
}
.HomeNewsTop{
	width: 226px;
	height: 35px;
	overflow:hidden;
}
.HomeNewsMiddle{
	width: 210px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeNewsPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 8px 8px 0px 8px;
	overflow:hidden;
}
.HomeNewsBottom{
	width: 226px;
	height: 9px;
	overflow:hidden;
}
.HomeNewsText {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}
.HomeNewsDate {

	margin: 0px 0px 0px 0px;
}
.HomeNewsTitle {
	font-weight: bold;
	color:#000000;
	margin: 0px 0px 0px 0px;
}
.HomeNewsLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	font-weight: bold;
	color:#537DB9;
	margin: 0px 0px 0px 0px;
}
.HomeNewsLink a{
	text-decoration:none;
	font-weight: bold;
	color:#537DB9;
	margin: 0px 0px 0px 0px;
}
.HomeNewsLink a:hover{
	text-decoration:underline;
	font-weight: bold;
	color:#537DB9;
	margin: 0px 0px 0px 0px;
}
.HomeNewsSpacer {
	width: 100%;
	height:1px;
	overflow:hidden;
	background-color:#537DB9;
}
.HomeNewTop{
	width: 463px;
	height: 35px;
	overflow:hidden;
}
.HomeNewMiddle{
	width: 463px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeNewPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*padding: 8px 8px 0px 8px;*/
	overflow:hidden;
}
.HomeNewBottom{
	width: 463px;
	height: 9px;
	overflow:hidden;
	margin-bottom:10px;
}
.HomeNewDocImage {
	width: 72px;
	height: 100px;
	float: left;
	margin:0px 8px 8px 8px;
}
.HomeNewDocText {
	width: 364px;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin: 0px;
}
.HomeNewText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin: 0px;
}
.HomeNewDocText a{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:none;
}
.HomeNewDocText a:hover{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:underline;
}
.HomeNewText a{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:none;
}
.HomeNewText a:hover{
	font-weight: bold;
	color:#537DB9;
	margin: 0px;
	text-decoration:underline;
}
.HomeNewSpacer {
	width: 447px;
	height:1px;
	overflow:hidden;
	background-color:#537DB9;
	margin: 0px 8px 0px 8px;
}
.HomeNewImage {
	width: 75px;
	margin: 4px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	height: 75px;
	overflow:hidden;
	float:left;
}
.HomeNewSmallText {
	width: 140px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin: 4px 0px 0px 0px;
	float:left;
}
.HomeNewSmallText a{
	font-weight: bold;
	color:#537DB9;
	text-decoration:none;
}
.HomeNewSmallText a:hover{
	font-weight: bold;
	color:#537DB9;
	text-decoration:underline;
}
.HomeCharityTop{
	width: 463px;
	height: 35px;
	overflow:hidden;
}
.HomeCharityMiddle{
	width: 463px;
	background-attachment: scroll;
	background-image: url(/images/homepage/HomeCharityPanel_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*padding: 8px 8px 0px 8px;*/
	overflow:hidden;
}
.HomeCharityBottom{
	width: 463px;
	height: 9px;
	overflow:hidden;
}
.HomeCharitySpacer {
	width: 100%;
	height:1px;
	overflow:hidden;
	background-color:#ff9900;

}
.HomeCharityRecommend {
	width: 223px;
	float:left;
	padding-left: 8px;
}
.HomeCharityRecommendImage {
	width: 74px;
	float:left;
	overflow:hidden;
	margin-bottom: 5px;
	height: 81px;
}
.HomeCharityRecommendText {
	width: 140px;
	float:left;
	overflow:hidden;
	margin-left: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.HomeCharityRecommendLink {
	width: 223px;
	float:left;
	overflow:hidden;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#FF9900;
			margin: 4px 0px 4px 0px;
}
.HomeCharityRecommendLink a{
	font-weight: bold;
	color:#FF9900;
	text-decoration:none;
}
.HomeCharityRecommendLink a:hover{
	font-weight: bold;
	color:#FF9900;
	text-decoration:underline;
}
.HomeCharitySelector {
	width: 223px;
	float:left;
	padding-left: 8px;
}
.HomeCharitySelectorText {
	width: 223px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.HomeCharitySelectorLink {
	width: 223px;
	overflow:hidden;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#FF9900;
	margin: 4px 0px 4px 0px;
}
.HomeCharitySelectorLink a{
	font-weight: bold;
	color:#FF9900;
	text-decoration:none;
}
.HomeCharitySelectorLink a:hover{
	font-weight: bold;
	color:#FF9900;
	text-decoration:underline;
}

/* Left and right panel layouts */ 

.PanelBlueBorderTop {
	width:180px;
	height: 13px;
	overflow:hidden;
}
.PanelBlueBorderMiddle {
	width:164px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelBlueBorder_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
.PanelBlueBorderBottom {
	width:180px;
	height: 12px;
	overflow:hidden;
}
.PanelBlueTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color:#537DB9;
	margin-bottom: 5px;
}
.PanelBlueText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.PanelBlueText a{
	font-weight: normal;
	text-decoration:none;
	color:#537DB9;
}
.PanelBlueText a:hover{
	font-weight: normal;
	text-decoration:underline;
	color:#537DB9;
}
.PanelBlueFullPageTop {
	width:550px;
	height: 13px;
	overflow:hidden;
}
.PanelBlueFullPageMiddle {
	width:534px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelBlueFullPage_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px;
}
.PanelBlueFullPageBottom {
	width:550px;
	height: 12px;
	overflow:hidden;
}
.PanelDownloadImage {
	width:70px;
	height: 97px;
	float: left;
}
.PanelDownloadText {
	width:86px;
	/*height: 97px;*/
	float: left;
	margin-left:8px;
}
.PanelOrangeBorderTop {
	width:180px;
	height: 13px;
	overflow:hidden;
}
.PanelOrangeBorderMiddle {
	width:164px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelOrangeBorder_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
.PanelOrangeBorderBottom {
	width:180px;
	height: 12px;
	overflow:hidden;
}
.PanelOrangeTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color:#FF9900;
	margin-bottom: 5px;
}
.PanelOrangeText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.PagePanelOrangeText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.PanelOrangeText a{
	font-weight: normal;
	text-decoration:none;
	color:#FF9900;
}
.PanelOrangeText a:hover{
	font-weight: normal;
	text-decoration:underline;
	color:#FF9900;
}
.PanelOrangeText1 a{
	font-weight: normal;
	font-size: 0.8em;
	text-decoration:none;
	color:#FF9900;
}
.PanelOrangeText1 a:hover{
	font-weight: normal;
	font-size: 0.8em;
	text-decoration:underline;
	color:#FF9900;
}
.PanelOrangeBorderFullPageTop {
	width:550px;
	height: 13px;
	overflow:hidden;
}
.PanelOrangeBorderFullPageMiddle {
	width:534px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelOrangeBorderFullPage_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
.PanelOrangeBorderFullPageBottom {
	width:550px;
	height: 12px;
	overflow:hidden;
}
.PanelOrangeBorderHalfPageTop {
	width:245px;
	height: 13px;
	overflow:hidden;
}
/* PanelOrangeBorderHalfPage_Middle.gif missing  
.PanelOrangeBorderHalfPageMiddle {
	width:229px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelOrangeBorderHalfPage_Middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
*/
.PanelOrangeBorderHalfPageBottom {
	width:245px;
	height: 12px;
	overflow:hidden;
}
.PanelGreenBorderFullPageTop {
	width:550px;
	height: 13px;
	overflow:hidden;
}
.PanelGreenBorderFullPageMiddle {
	width:534px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelGreenBorderFullPage_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
.PanelGreenBorderFullPageBottom {
	width:550px;
	height: 12px;
	overflow:hidden;
}
.PanelGreenBorderTop {
	width:180px;
	height: 13px;
	overflow:hidden;
}
.PanelGreenBorderMiddle {
	width:164px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelGreenBorder_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 8px 0px 8px
}
.PanelGreenBorderBottom {
	width:180px;
	height: 12px;
	overflow:hidden;
}
.PanelGreenTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color:#01A848;
	margin-bottom: 5px;
}
.PanelGreenTitleCharityofMonth {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color:#01A848;
	margin-bottom: 5px;
}

.PanelGreenText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#000000;
	margin-bottom: 5px;
}
.PanelGreenText a{
	font-weight: normal;
	text-decoration:none;
	color:#01A848;
}
.PanelGreenText a:hover{
	font-weight: normal;
	text-decoration:underline;
	color:#01A848;
}

/* research page specific */

.ReportButton {
	width: 133px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#FF9900;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/construct/researchbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	float:left;
	margin-right: 6px;
}

.ReportButtonEnd {
	width: 133px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#FF9900;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/construct/researchbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	float:left;
} 
.ReportButton a{
	font-weight: normal;
	color:#FF9900;
	text-decoration:none;
} 
.ReportButtonEnd a{
	font-weight: normal;
	color:#FF9900;
	text-decoration:none;
} 
.ReportButton a:hover{
	font-weight: normal;
	color:#FF9900;
	text-decoration:underline;
} 
.ReportButtonEnd a:hover{
	font-weight: normal;
	color:#FF9900;
	text-decoration:underline;
} 
.InsightsPanelSpacer {
	height: 90px;
}
/*  form layout styles */ 
.red {
	color:#FF0000;
}
.red li {
	color:#FF0000;
}
.row {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;	
	clear:both;
}
.rowpanel {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;	
}
.name {
float:left;
width: 150px;
padding-top: 5px;
margin-right:10px;
}
.value {
margin-top: 0px;

}
.TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #537DB9;	
	margin: 5px 0px 0px 0px;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #537DB9;	
	margin: 5px 0px 0px 0px;
}
.textareapanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 18px;
	border: solid 1px #537DB9;	
	margin: 5px 0px 0px 0px;
}
.SubmitButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #537DB9;	
	margin: 5px 0px 0px 0px;
	}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #537DB9;	
	margin: 5px 0px 0px 0px;
	}
.buttonpanel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 18px;
	border: solid 1px #ff9900;	
	margin: 5px 0px 0px 0px;
	background-color:#FFFFFF;
	}
.DropDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}		
.MultiLineTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 90px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}	
.ListBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 90px;
	border: solid 1px #FF9900;	
	margin: 5px 10px 0px 0px;
}

/* Validation error */

.validationError
{
	color:Red;
	clear:both;
	display:block;
}

/* For Advisors Layout */ 

.AdvisorsTable {
	width: 550px;
	float: left;
}

.AdvisorsLeftTable {
	width: 270px;
	float: left;
	margin: 0px 30px 0px 0px;
}
.AdvisorsRightTable {
	width: 250px;
	float: left;
	
}
.AdvisorsTable2 {
	width: 550px;
	float: left;
}

.AdvisorsLeftTable2 {
	width: 300px;
	float: left;
}
.AdvisorsRightTable2 {
	width: 250px;
	float: left;
}
.AdvisorsTable3 {
	width: 550px;
	float: left;
}

.AdvisorsLeftTable3 {
	width: 300px;
	float: left;
}
.AdvisorsRightTable3 {
	width: 250px;
	float: left;
}



/* Services Donors Layout */ 

.ServicesDonorsTable {
	width: 540px;
	background-attachment: scroll;
	background-image: url(/images/construct/ServicesDonorsTableBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:5px;
	margin: 5px 0px 5px 0px;
}
.ServicesDonorsLeftTable {
	width: 265px;
	float:left;
	
}
.ServicesDonorsRightTable {
	width: 265px;
	float:left;
	padding-left: 10px;
	
}
.ServicesForDonorsButton {
	width: 176px;
	height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#01A848;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/services_for_donors/ButtonBackgrounds.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:8px;
	float:left;
	margin-right: 11px;
} 
.ServicesForDonorsButtonEnd {
	width: 176px;
	height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#01A848;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/services_for_donors/ButtonBackgrounds.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:8px;
	float:left;
} 
.ServicesForDonorsButton a{
	font-weight: normal;
	color:#01A848;
	text-decoration:none;
} 
.ServicesForDonorsButtonEnd a{
	font-weight: normal;
	color:#01A848;
	text-decoration:none;
} 
.ServicesForDonorsButton a:hover{
	font-weight: normal;
	color:#01A848;
	text-decoration:underline;
} 
.ServicesForDonorsButtonEnd a:hover{
	font-weight: normal;
	color:#01A848;
	text-decoration:underline;
} 
.BlueHeader {
	font-size: .8em;
}
.BlueHeader a{
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
}

.BlueHeader a:hover{
	font-weight: bold;
	color: #537DB9;
	text-decoration: underline;
}
.BulletLink {
	font-size: .75em;
}
.BulletLink a{
	
	color: #003366;
	text-decoration: none;
}

.BulletLink a:hover{
	
	color: #003366;
	text-decoration: underline;
}

/* Site map styles */

/*.Section {
	width: 550px;
	font-family: Verdana, Helvetica, sans-serif;
	/*	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;*/
	/*border-bottom: 1px #CCCCCC solid;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
}
.Section a{
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
}
.Section a:hover{
	font-weight: bold;
	color: #537DB9;
	text-decoration: underline;
}
.Title {
	font-size: 0.8em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
}
.Title a{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.Title a:hover{
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.File {
	font-size: 0.75em;
	margin: 0px 0px 0px 15px;
}*/
/* SITE MAP STYLES */
#ctl02_sitemap {
	/*font-size: 1.1em;*/
}

SPAN#ctl02_sitemap DIV.Section{
	margin-bottom:10px;
}

SPAN#ctl02_sitemap DIV.Section DIV.Section{
	margin-bottom:0px;
}

.Section {
	margin-left: 15px;
	font-size: 85%;
}
.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;;
}
.Title a{
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
}
.Title a:hover{
	font-weight: bold;
	color: #537DB9;
	text-decoration: underline;
	
}
.File {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
.File a{
	font-weight: normal;
	color: #537DB9;
	text-decoration: none;
}
.File a:hover{
	font-weight: normal;
	color: #537DB9;
	text-decoration: underline;
	}


/* Search page styles  */

.SearchResultsInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.NextPreviousTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	text-align:right;
	border-bottom: solid 1px #E4E2D7;
}
.NextPreviousBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	text-align:right;
	/*border-top: solid 1px #E4E2D7;*/
}
.SearchItemRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:left;
	border-bottom: solid 1px #E4E2D7;
}
.SearchItemRowCount {
	margin-right: 10px;
}
.SearchItemSize {
 color:#999999;
}
#search_AdvancedSearchPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#search_IncludedTermsLabel {
	padding-right: 50px;
	font-weight: bold;

}
#search_ExcludedTermsLabel {
	padding-right: 64px;
	font-weight: bold;
}
#search_IncludedTermsPanel {
 margin-bottom: 10px;

}
#search_ExcludedTermsPanel {
padding-bottom: 10px;
 margin-bottom: 10px;
 	border-bottom: solid 1px #E4E2D7;
}

#search_ExcludedTermsTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#search_IncludedTermsTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#search_MatchRadioListPanel {
	float:left;
	width: 33%;
	
}
#search_AreaCheckBoxPanel {
	float:left;
	width: 33%;
}
#search_SubmitAdvancedSearchButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#search_SubmitAdvancedSearchPanel {
	border-top: solid 1px #E4E2D7;
		
}


/* CharitySelector Styles */  


.CharityHeader {
	width: 550px;
	background-color: #CAD8E7;
		margin-bottom: 8px;
}
.CharityHeaderLeft {
	padding: 5px 5px 0px 5px;
	width: 540px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight:bold;
	color:#999999;
}
.CharityHeaderLeft a{
	font-weight:bold;
	text-decoration:none;
	color:#003366;
}
.CharityHeaderLeft a:hover{
	font-weight:bold;
	color:#003366;
		text-decoration:underline;
}

.CharityHeaderRight {
	padding: 0px 5px 5px 5px;
	width: 540px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 16px;
	font-style: italic;
	color:#333333;
}

.CharityTextLeft {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	color:#000000;
	float: left;
	width: 145px;
	margin-bottom: 8px;
	margin-left: 5px;
}

.CharityTextRight {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
	float: left;
	width: 390px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.CharityProfileLink {
	width: 133px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color:#FF9900;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/construct/researchbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	margin-left: 155px;
	margin-bottom: 10px;
} 
.CharityProfileLink a{

	color:#FF9900;
	text-align:center;
	text-decoration: none;
} 
.CharityProfileLink a:hover{

	color:#FF9900;
	text-align:center;
	text-decoration: underline;
} 
.CharitySelectorRadio {
	margin-right: 104px;

}
.SectorListBox {
	width: 150px;
	margin-right: 7px;
	margin-top:5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
		font-size: 0.95em;
}
.SubsectorListBox {
	width: 350px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.95em;
}
.ServicesLeftTitle {
  	width: 160px;
	float: left;
}

.ServicesLeftText {
	width: 370px;
	margin-left: 10px;
	float: left;
}
.FundsLeft {
  	width: 260px;
	float: left;
}

.FundsRight{
	width: 260px;
	margin-left: 20px;
	float: left;
}

.ResearchLeftTitle {
  	width: 200px;
	float: left;
}

.ResearchLeftText {
	width: 340px;
	margin-left: 0px;
	float: left;
}

.GILeftImg {
  	width: 100px;
	height:130px;
	margin-left: 0px;
	float: left;
}
.GILeftText {
	width: 170px;
	height:130px;
	margin-left: 0px;
	float: left;
}
.GIRightImg {
  	width: 100px;
	height:130px;
	margin-left: 0px;
	float: left;
}
.GIRightText {
	width: 170px;
	height:130px;
	float: left;
	margin-left: 0px;
}
.GIText	a{
	color: #537CBC;
	text-decoration: none;
	font-weight: bold;
}
.GIText a:hover{
	color: #537CBC;
	font-weight: bold;
	text-decoration: underline;
}
.SecondBullet {
	margin-top: 2px;
	font-size: 1.35em;
	line-height: 1.4em;
	list-style-type:disc;
}
.NoBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.RoundBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.BulletNoMarginLink {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .75em;
	list-style-type:none;
}
.BulletNoMarginLink a{
	color: #003366;
	text-decoration: none;
}


.BulletNoMarginLink a:hover{
	
	color: #003366;
	text-decoration: underline;
}
.BulletNoMargin {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .75em;
}

.TextNoMargin {
	margin: 0px;
}
.SiteMapLink {
	width: 106px;
		height: 20px;
	margin-right: 5px;
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: normal;
	color:#FF9900;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/construct/sitemapbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.SiteMapLink a{
	font-weight: normal;
	color:#FF9900;
	text-decoration:none;
} 
.SiteMapLink a:hover{
	font-weight: normal;
	color:#FF9900;
	text-decoration:underline;
} 
.SiteMapLinkEnd {
	width: 106px;
		height: 20px;
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: normal;
	color:#FF9900;
	text-align:center;
	background-attachment: scroll;
	background-image: url(/images/construct/sitemapbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.SiteMapLinkEnd a{
	font-weight: normal;
	color:#FF9900;
	text-decoration:none;
} 
.SiteMapLinkEnd a:hover{
	font-weight: normal;
	color:#FF9900;
	text-decoration:underline;
} 
.validationError {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	font-weight: normal;
	color:#FF0000;
}

/* NEW SITE MAP STLES  */

.About_NPC {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.News_and_views {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.Tools_for_charities {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
			clear:both;
}
.Services_for_donors {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
/* Added RL 02/11/2009 */
.How_we_help {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.Publications {
	clear:both;
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
/* End add  02/22/2009 */


.Research {
	
		clear:both;
		width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;

}
.Utilities {
		clear:both;
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.Search {
		clear:both;
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.Level_0_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
	font-weight: normal;
	color:#FF9900;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.Level_0_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#FF9900;
}
.Level_0_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#FF9900;
}
.Level_1_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
}
.Level_1_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}
.Level_1_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_2_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	margin-left: 15px;
}
.Level_2_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}
.Level_2_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_1_File {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;

}
.Level_1_File a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}

.Level_1_File a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_2_File {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	padding-left: 15px;
}
.Level_2_File a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}

.Level_2_File a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_3_File {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	padding-left: 30px;
}
.Level_3_File a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}

.Level_3_File a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
/* Added elements below to format site map correctly below manu level 3 18/11/2009 RL */
.Level_3_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	margin-left: 15px;
}
.Level_3_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}
.Level_3_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}



.Level_4_File {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	padding-left: 30px;
}
.Level_4_File a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}

.Level_4_File a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_4_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	margin-left: 15px;
}
.Level_4_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}
.Level_4_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}


.Level_5_File {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	padding-left: 30px;
}
.Level_5_File a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}

.Level_5_File a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}
.Level_5_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color:#537DB9;
	margin-left: 15px;
}
.Level_5_Title a{
	text-decoration:none;
	font-weight: normal;
	color:#537DB9;
}
.Level_5_Title a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#537DB9;
}


/* Insert ends */

.Blue {

	color: #537DB9;
	}
	.BRSpacer {
	height: 15px;
		}
.LogoFloat {
	width: 182px;
	float:left;
	text-align:center;
	padding-bottom: 15px;
		padding-top: 15px;
}
.LogoFloatClients {
	width: 272px;
	float:left;
	text-align:center;
	padding-bottom: 15px;
		padding-top: 15px;
}
