@charset "UTF-8";
/* CSS Document */

* {
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
}

body {
	font-size:85%;
	line-height:130%;
	margin: 0;
	background-color:#eff2f4;
	}

img {
	border:0;
	
}


h1 {
	font-size:2.4em;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-weight: 500;
	line-height:120%;
	color:#FFF;
	}
h2 {
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:300;
	line-height:120%;
	color:#FFF;
	}
	
h3 {
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	}
	
/* --------- TOP MENU START --------- */	



div#constant {
	margin: 70px 0 0 0;
	padding:0 20px 0 0;
	line-height:normal;
	width:450px;
	float:right;
}

div#constant ul {
	padding:0;
	list-style:none;
	margin: 0;
	
}

div#constant li {
	float:right;
	margin:0;
	padding:0 0 0 9px;
    }

div#constant li a {
	color:#999;
	font-weight:600;
	}

div#constant a:hover {
	color:#333333;
	text-decoration:underline;	
}

/* --------- TOP MENU END --------- */


a {
	text-decoration:none;
	color:#0099CC;
	}

a:hover {
	color:#999999;
	text-decoration: underline;
	}
	

	
/* ---------- DIVS ---------- */	

div#container {
	width:80%;
	margin:auto;
	text-align:left;
	
}

div#header {
	width:1000px;
	margin: auto;
	background-image:url(../images/logo.jpg);
	height:323px;
	background-repeat:no-repeat;
	}


div#header_box {
	width:100%;
	margin:0;
	padding:31px 0 0 0;
	background-image:url(../images/header_bkg.jpg);
	background-repeat:repeat-x;
	height: 394px;
}

div#title {
	clear:both;
	margin-left:570px;
	padding-top:20px;
	width:330px;
	}

div#footer {
	width:100%;
	height:239px;
	background-image:url(../images/footer_bkg.jpg);
	background-repeat:repeat-x;
	clear: both;
	margin-top: 60px;
	}


div#footer_content {
	margin: 0 auto;
	width: 890px;
	padding-left:110px;
}


div#content {
	clear: both;
	width: 890px;
	margin:auto;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left:110px;
}
	
div#leftCol {
	width:360px;
	float:left;
}

div#rightCol {
	width:360px;
	margin-left:455px;
}

div#rightCol a {
	font-weight:600;
	}

div#footerLeftCol {
	width:380px;
	float: left;
	margin-top: 45px;
}

div#footerLeftCol a {
	font-size:1.5em;
	}
	
div#footerLeftCol p {
	color:#0099CC;
	font-size:80%;
	
	}

div#footerRightCol {
	width:360px;
	margin-left:440px;
	padding-top:141px;
}

#q1,
#q2,
#q3 {
	padding-left:10px;
	}

div#maincol {
	width:100%;
	padding: 0;
	}
	
div#centrecol {
	float:left;
	padding: 0 0 0 30px;
	width: 780px;
	}
	
div#privacy {
	margin-bottom:20px;

}
	
div#privacy p
{
	font-size:0.8em;
	color: #999999;
	}
.note {
	font-size:0.8em;
	}

div#privacy a {
	font-size:0.8em;
	color:#999999;
	}	
div#privacy a:hover {
	color:#CCC;
	}
	
div#clear {
	clear:both;
	}
	

div#footerLeftCol p.charityno {
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	line-height: 50px;
	}
	
	
.imgLeft {
	float:left;
	margin-right:20px;
	}
table {
	width:100%
	}	

th {
	color:#FF0000;
	border: solid 1px #CCC;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	}
	
td {
	border: solid 1px #CCC;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	color:#000;
	}
	
.odd {
	background-color:#FFCCFF;
	}

.tablerow {
	
	}
.tablerowodd {
	background-color:#EAF6FF;
	
	}

.red  {
	color:#FF0000;
}


.footerlinks {
	float:left;
	width:150px;
}

.footerlinks ul {
	display: block;
	padding:0 0 0 20px;
	margin:0;
	width: 140px;
}

.footerlinks li {
	list-style-type: none;
	line-height: 150%;
}

.footerlinks a {
	color:#C1C1C1;
}

.footerlinks ul:hover li a h3 {
	color: #666666;
}

.footerlinks ul:hover li a {
	color: #9CADA5;
}
.footerlinks ul:hover li a:hover {
	text-decoration: underline;
}

.footerlinks ul.hover li a {
	color: #9CADA5;
}
.footerlinks ul.hover li a:hover {
	text-decoration: underline;
}
