/*
 color codes:
 default: #09337B
 red:#FF000A
 orange:#FF8C00
 yellow:#FFE600
 green:#40A629
 blue:#0480B7
 purple:#56017D
*/

HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
	scrollbar-face-color: #09337B;
	scrollbar-shadow-color: #093071;
	scrollbar-highlight-color: #0F54C6;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #072B65;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

a:link, a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

td,tr,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #062B57;
}

table#full{
	background: #d8e9ec;
}
table#right{
	background: #fff;
}

div.center {
  text-align: center;
}

.pagenav {
  font-weight: bold;
  line-height: 50px;
}
td.white_bg{
	background: #fff;
}
td.left_shadow {
  width: 10px;
  background: url(../images/de_shadow_left.jpg) repeat-y;
}

td.right_shadow {
  width: 10px;
  background: url(../images/de_shadow_right.jpg) repeat-y;
}

td.left_bot_shadow {
  width: 10px;
  height: 10px;
  background: url(../images/de_shadow_left_b.jpg) no-repeat;
}

td.right_bot_shadow {
  width: 10px;
  height: 10px;
  background: url(../images/de_shadow_right_b.jpg) no-repeat;
}

td.bottom {
  text-align: center;
  height: 10px;
  line-height: 10px;
  vertical-align: top;
  background: url(../images/de_shadow_b2.jpg) repeat-x;
}

div.bottomspacer {
  height: 5px;
}

div#logo {
	background: url(../images/main/banner.jpg) no-repeat;
	width: 760px;
	height: 88px;
	vertical-align: bottom;
	text-align: right;
}
div#donate_logo {
	vertical-align: bottom;
	padding-top:48px;
}

div#topmenu {
	background: url(../images/de_topmenu_bg.jpg);
	height: 29px;
	vertical-align: top;
}
td.topmenu{
	vertical-align: top;
}

td.footbar{
	height:29px;
	background: url(../images/de_footer_bg.jpg) repeat-x;
}

#footmenu a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
	float:right;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #fff;
}

#footer {
  margin-top: 2px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  float: right;
  width: 600px;
  text-align: center;

}

div#path{
	margin-top: 0px;
	padding-left: 8px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 19px;
	color: #fff;
	float: left;
	width: 400px;
	text-align: left;
}
div#path_d{
	margin-top: 0px;
	padding-left: 8px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #09347B;
	float: left;
	width: 400px;
	text-align: left;
}
div#pre_path{
	margin-top: -3px;
	margin-left: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}
a.pathway{
	color: #fff;
}
a.pathway_b{
	color: #09347B;
}
a.leftlink{
	font-size: 12px;
	color: #eae67c;
	font-weight: bold;
}

a.leftlink:visited {
	font-size: 12px;
	color: #eae67c;
	font-weight: bold;
}

a.leftlink:hover{
	text-decoration: underline;
}

a.leftlink:active {
	font-size: 12px;
	color: #eae67c;
	font-weight: bold;
}

a.leftlink2{
	font-size: 11px;
	color: #eae67c;
	font-weight: bold;
}

a.leftlink2:visited{
	font-size: 11px;
	color: #eae67c;
	font-weight: bold;
}

a.leftlink2:hover {
	text-decoration: underline;
}

a.leftlink2:active {
	font-size: 11px;
	color: #eae67c;
	font-weight: bold;
}

a.indexlink{
	color: #09347B;
}

a.indexlink:visited{
	color: #09347B;
}

a.indexlink:hover{
	text-decoration: underline;
}

a.indexlink:active{
	color: #09347B;
}

a.bluelink{
	color: #09347B;
	font-size:11px;
}

a.bluelink:visited {
	color: #09347B;
	font-size:11px;
}

a.bluelink:hover {
	text-decoration: underline;
}

a.bluelink:active {
	color: #09347B;
	font-size:11px;
}

a.redlink{
	color: #FF000A;
	font-size:11px;
}

a.redlink:visited{
	color: #FF000A;
	font-size:11px;
}

a.redlink:hover{
	text-decoration: underline;
}

a.redlink: active{
	color: #FF000A;
	font-size:11px;
}

td.program_right_text{
	height:60px;
	width:425px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #09347B;
	text-align: left;
	vertical-align:top;
	padding-top:5px;
}
td.right_bot_corner{
	background:#d8e9ec;
}
td.user_links_bg_red{
	height:30px;
	width:275px;
	background:#fff url(../images/left_link_bar_red.jpg) no-repeat;
	text-align:center;
}
td.user_links_bg_orange{
	height:30px;
	width:275px;
	background:#fff url(../images/left_link_bar_orange.jpg) no-repeat;
	text-align:center;
}
td.user_links_bg_green{
	height:30px;
	width:275px;
	background:#fff url(../images/left_link_bar_green.jpg) no-repeat;
	text-align:center;
}
a.user_link:link,a.user_link:visited{
	color:#fff;
	font-weight:bold;
	font-size:12px;

}

/* index*/
td.index_main_story_image{
	background:#FF000A;
}
td.index_main_story{
	width:275px;
	height:300px;
	background:#FF000A;
}
td.index_main_story_texttitle{
	width:275px;
	vertical-align: top;
	/*font-family: Tahoma, Helvetica, sans-serif;*/
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
td.index_main_story_textsubtitle{
	width:275px;
	vertical-align: top;
	text-align:left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
a.index_main_story_customizedtext:link,a.index_main_story_customizedtext:visited{
	font-size:16px;
	color:#ff8306;
	font-weight:bold;
}
td.index_main_story_textbox2{
	width:275px;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	/*text-align:justify;*/
	/*font-weight:bold;*/
	color:#fff;
	/*padding-top: 10px;*/
	text-align: right;
}
td.index_main_story_textbox{
	width:275px;
	vertical-align: top;
	/*font-family: Tahoma, Helvetica, sans-serif;*/
	font-size:13px;
	/*text-align:justify;*/
	/*font-weight:bold;*/
	color:#fff;
	padding-top: 10px;
}
td.index_main_story_link{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align:top;
	font-weight:bold;
}
td.index_main_story_corner_1{
	width:10px;
	height:10px;
	background: url(../images/main/main_story_corner_red_1.jpg) no-repeat;
}
td.index_main_story_corner_2{
	width:10px;
	height:10px;
	background: url(../images/main/main_story_corner_red_2.jpg) no-repeat;
}
td.index_main_story_corner_3{
	width:10px;
	height:10px;
	background: url(../images/main/main_story_corner_red_3.jpg) no-repeat;
}
td.index_main_story_corner_4{
	width:10px;
	height:10px;
	background: url(../images/main/main_story_corner_red_4.jpg) no-repeat;
}
td.index_main_story_border_h{
	height:10px;
	background: url(../images/main/main_story_border_red.jpg) repeat-x;
}
td.index_main_story_border_v{
	width:10px;
	background: url(../images/main/main_story_border_red.jpg) repeat-y;
}
td.index_bot_title{
	height:20px;
	width:148px;
	background:#1574E8;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#fff;
}
td.index_bot_base{
	height:160px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url(../images/main/main_bottom_bg.jpg) repeat-x;
}
td.index_bot_base_up{
	height:70px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url(../images/main/main_bottom_bg_up.jpg) repeat-x;
}
td.index_bot_base_down{
	height:70px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url(../images/main/main_bottom_bg_down.jpg) repeat-x;
}
td.index_blog_story{
	height:120px;
	/*background: #09337B;*/
	background: url(../images/main/main_blog_bg.png) no-repeat;
	padding-left:10px;
}
td.index_blog_text{
	height:80px;
	color:#fff;
	font-size:12px;
	padding-left:5px;
}
td.index_right_story_image{
	height:75px;
	width:125px;
	background:#fff;
	vertical-align:top;
}
td.index_right_story_texttitle{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
}
td.index_right_story_text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align:top;
	background:#fff;
	word-break : normal;
	padding-top: 1px;
}
td.index_right_story_link{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	word-break : normal;
	vertical-align:top;
}
td.index_right_story_1_title{
	width:145px;
	height:30px;
	background: url(../images/main/index_right_title_green.gif) no-repeat
}
td.index_right_story_1_corner_1{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_green_1.jpg) no-repeat;
}
td.index_right_story_1_corner_2{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_green_2.jpg) no-repeat;
}
td.index_right_story_1_border_left{
	width:10px;
	background: url(../images/main/right_story_border_green_left.jpg) repeat-y;
}
td.index_right_story_1_border_right{
	width:10px;
	background: url(../images/main/right_story_border_green_right.jpg) repeat-y;
}
td.index_right_story_1_border_down{
	height:10px;
	background: url(../images/main/right_story_border_green_down.jpg) repeat-x;
}
td.index_right_story_2_title{
	width:145px;
	height:30px;
	background: url(../images/main/index_right_title_orange.gif) no-repeat
}
td.index_right_story_2_corner_1{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_orange_1.jpg) no-repeat;
}
td.index_right_story_2_corner_2{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_orange_2.jpg) no-repeat;
}
td.index_right_story_2_border_left{
	width:10px;
	background: url(../images/main/right_story_border_orange_left.jpg) repeat-y;
}
td.index_right_story_2_border_right{
	width:10px;
	background: url(../images/main/right_story_border_orange_right.jpg) repeat-y;
}
td.index_right_story_2_border_down{
	height:10px;
	background: url(../images/main/right_story_border_orange_down.jpg) repeat-x;
}
td.index_right_story_3_title{
	width:145px;
	height:30px;
	background: url(../images/main/index_right_title_yellow.gif) no-repeat
}
td.index_right_story_3_corner_1{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_yellow_1.jpg) no-repeat;
}
td.index_right_story_3_corner_2{
	width:10px;
	height:10px;
	background: url(../images/main/right_story_corner_yellow_2.jpg) no-repeat;
}
td.index_right_story_3_border_left{
	width:10px;
	background: url(../images/main/right_story_border_yellow_left.jpg) repeat-y;
}
td.index_right_story_3_border_right{
	width:10px;
	background: url(../images/main/right_story_border_yellow_right.jpg) repeat-y;
}
td.index_right_story_3_border_down{
	height:10px;
	background: url(../images/main/right_story_border_yellow_down.jpg) repeat-x;
}
td.index_headline{
	width:295px;
	height:100px;
	text-align:justify;
	vertical-align:middle;
	/*background: #09337B;*/
	background: url(../images/main/headline_bg.gif) no-repeat;
}
td.index_headline_text{
	height:40px;
	color:#fff;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
td.index_ad{
	width:445px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	/*background: #09337B;*/
	background: url(../images/main/banner_bg.jpg) no-repeat;
}

/* programs page*/
td.programs_left_image{
	height:100px;
	/*background:#09347B url(../images/Programs_left_img.jpg) no-repeat;*/
	background:#09347B;
}
td.programs_left_textbox{
	height:315px;
	background:#09347B;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
h3l{
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
}
h3d{
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#09347B;
}
td.programs_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_1.jpg) no-repeat;
}
td.programs_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_2.jpg) no-repeat;
}
td.programs_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_3.jpg) no-repeat;
}
td.programs_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_4.jpg) no-repeat;
}
td.programs_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_5.jpg) no-repeat;
}
td.programs_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_6.jpg) no-repeat;
}
td.programs_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_7.jpg) no-repeat;
}
td.programs_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program_left_corner_8.jpg) no-repeat;
}
td.programs_left_border{
	width:255px;
	height:10px;
	background: url(../images/program_left_border.jpg) repeat-x;
}
td.programs_left_border_down_up{
	height:10px;
	background: url(../images/program_left_corner_11.jpg) repeat-x;
}
td.programs_left_border_down_down{
	height:10px;
	background: url(../images/program_left_corner_12.jpg) repeat-x;
}
td.programs_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program_left_corner_9.jpg) repeat-y;
}
td.programs_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program_left_corner_10.jpg) repeat-y;
}
td.programs_right_border_left{
	width:10px;
	background: url(../images/program_right_corner_3.jpg) repeat-y;
}
td.programs_right_border_right{
	width:10px;
	background: url(../images/program_right_corner_4.jpg) repeat-y;
}
td.programs_right_border_bot{
	height:10px;
	background: url(../images/program_right_corner_5.jpg) repeat-x;
}
td.programs_right_corner_1{
	width:10px;
	height:10px;
	background: #d8e9ec url(../images/program_right_corner_1.jpg) no-repeat;
}
td.programs_right_corner_2{
	width:10px;
	height:10px;
	background: #d8e9ec url(../images/program_right_corner_2.jpg) no-repeat;
}
td.programs_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program_right_title_1.jpg) no-repeat;
}
td.programs_right_title_down{
	width:445px;
	height:40px;
	background:url(../images/program_right_title_2.jpg) no-repeat;
}
/*
td.programs_icon{
	width:130px;
	height:70px;
}
td.programs_lister{
	width:20px;
	height:10px;
	padding-left:5px;
	vertical-align:top;
}
td.programs_titles{
	width:255px;
	height:15px;
	vertical-align:top;
}
td.programs_right_text{
	padding-left:5px;
}*/
a.program1_title:link,a.program1_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FF000A;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}
a.program2_title:link,a.program2_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FF8C00;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}
a.program3_title:link,a.program3_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FFE600;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
	text-shadow:#000000;
}
a.program4_title:link,a.program4_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#40A629;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}
a.program5_title:link,a.program5_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#0480B7;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}
a.program6_title:link,a.program6_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#56017D;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}
/*Emergency program page - red*/
td.program1_left_image{
	height:100px;
	background:#ff000a;
}
td.program1_left_textbox{
	height:315px;
	background:#ff000a;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
td.program1_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_1.jpg) no-repeat;
}
td.program1_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_2.jpg) no-repeat;
}
td.program1_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_3.jpg) no-repeat;
}
td.program1_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_4.jpg) no-repeat;
}
td.program1_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_5.jpg) no-repeat;
}
td.program1_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_6.jpg) no-repeat;
}
td.program1_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_7.jpg) no-repeat;
}
td.program1_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program1_left_corner_8.jpg) no-repeat;
}
td.program1_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program1_left_border.jpg) repeat-x;
}
td.program1_left_border_down_up{
	height:10px;
	background: url(../images/program/program1_left_corner_11.jpg) no-repeat;
}
td.program1_left_border_down_down{
	height:10px;
	background: url(../images/program/program1_left_corner_12.jpg) no-repeat;
}
td.program1_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program1_left_corner_9.jpg) repeat-y;
}
td.program1_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program1_left_corner_10.jpg) repeat-y;
}
td.program1_right_border_left{
	width:10px;
	background: url(../images/program/program1_right_corner_3.jpg) repeat-y;
}
td.program1_right_border_right{
	width:10px;
	background: url(../images/program/program1_right_corner_4.jpg) repeat-y;
}
td.program1_right_border_bot{
	height:10px;
	background: url(../images/program/program1_right_corner_5.jpg) repeat-x;
}
td.program1_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program1_right_title_1.jpg) no-repeat;
}
td.program1_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program1_right_title_2.jpg) no-repeat;
}
a.program1_section_title:link, a.program1_section_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FF000A;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

/*Health program page - orange*/
td.program2_left_image{
	height:100px;
	background:#ff8c00;
}
td.program2_left_textbox{
	height:315px;
	background:#ff8c00;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
td.program2_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_1.jpg) no-repeat;
}
td.program2_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_2.jpg) no-repeat;
}
td.program2_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_3.jpg) no-repeat;
}
td.program2_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_4.jpg) no-repeat;
}
td.program2_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_5.jpg) no-repeat;
}
td.program2_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_6.jpg) no-repeat;
}
td.program2_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_7.jpg) no-repeat;
}
td.program2_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program2_left_corner_8.jpg) no-repeat;
}
td.program2_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program2_left_border.jpg) repeat-x;
}
td.program2_left_border_down_up{
	height:10px;
	background: url(../images/program/program2_left_corner_11.jpg) no-repeat;
}
td.program2_left_border_down_down{
	height:10px;
	background: url(../images/program/program2_left_corner_12.jpg) no-repeat;
}
td.program2_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program2_left_corner_9.jpg) repeat-y;
}
td.program2_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program2_left_corner_10.jpg) repeat-y;
}
td.program2_right_border_left{
	width:10px;
	background: url(../images/program/program2_right_corner_3.jpg) repeat-y;
}
td.program2_right_border_right{
	width:10px;
	background: url(../images/program/program2_right_corner_4.jpg) repeat-y;
}
td.program2_right_border_bot{
	height:10px;
	background: url(../images/program/program2_right_corner_5.jpg) repeat-x;
}
td.program2_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program2_right_title_1.jpg) no-repeat;
}
td.program2_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program2_right_title_2.jpg) no-repeat;
}
td.program2_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#ff8c00;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

/* Education program page - yellow*/
td.program3_left_image{
	height:100px;
	background:#ffe600;
}
td.program3_left_textbox{
	height:315px;
	background:#ffe600;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#09347B;
	padding-top: 10px;
	width:255px;
}
td.program3_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_1.jpg) no-repeat;
}
td.program3_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_2.jpg) no-repeat;
}
td.program3_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_3.jpg) no-repeat;
}
td.program3_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_4.jpg) no-repeat;
}
td.program3_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_5.jpg) no-repeat;
}
td.program3_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_6.jpg) no-repeat;
}
td.program3_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_7.jpg) no-repeat;
}
td.program3_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program3_left_corner_8.jpg) no-repeat;
}
td.program3_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program3_left_border.jpg) repeat-x;
}
td.program3_left_border_down_up{
	height:10px;
	background: url(../images/program/program3_left_corner_11.jpg) no-repeat;
}
td.program3_left_border_down_down{
	height:10px;
	background: url(../images/program/program3_left_corner_12.jpg) no-repeat;
}
td.program3_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program3_left_corner_9.jpg) repeat-y;
}
td.program3_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program3_left_corner_10.jpg) repeat-y;
}
td.program3_right_border_left{
	width:10px;
	background: url(../images/program/program3_right_corner_3.jpg) repeat-y;
}
td.program3_right_border_right{
	width:10px;
	background: url(../images/program/program3_right_corner_4.jpg) repeat-y;
}
td.program3_right_border_bot{
	height:10px;
	background: url(../images/program/program3_right_corner_5.jpg) repeat-x;
}
td.program3_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program3_right_title_1.jpg) no-repeat;
}
td.program3_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program3_right_title_2.jpg) no-repeat;
}
td.program3_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
	/*color:#FFE600;
	background:#09337B;*/
	color:#09337B;
	background:#FFE600;
}
td.programs_program3_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
	color:#FFE600;
}

/*Livelihood program page - green*/
td.program4_left_image{
	height:100px;
	background:#40A629;
}
td.program4_left_textbox{
	height:315px;
	background:#40A629;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
td.program4_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_1.jpg) no-repeat;
}
td.program4_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_2.jpg) no-repeat;
}
td.program4_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_3.jpg) no-repeat;
}
td.program4_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_4.jpg) no-repeat;
}
td.program4_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_5.jpg) no-repeat;
}
td.program4_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_6.jpg) no-repeat;
}
td.program4_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_7.jpg) no-repeat;
}
td.program4_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program4_left_corner_8.jpg) no-repeat;
}
td.program4_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program4_left_border.jpg) repeat-x;
}
td.program4_left_border_down_up{
	height:10px;
	background: url(../images/program/program4_left_corner_11.jpg) no-repeat;
}
td.program4_left_border_down_down{
	height:10px;
	background: url(../images/program/program4_left_corner_12.jpg) no-repeat;
}
td.program4_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program4_left_corner_9.jpg) repeat-y;
}
td.program4_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program4_left_corner_10.jpg) repeat-y;
}
td.program4_right_border_left{
	width:10px;
	background: url(../images/program/program4_right_corner_3.jpg) repeat-y;
}
td.program4_right_border_right{
	width:10px;
	background: url(../images/program/program4_right_corner_4.jpg) repeat-y;
}
td.program4_right_border_bot{
	height:10px;
	background: url(../images/program/program4_right_corner_5.jpg) repeat-x;
}
td.program4_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program4_right_title_1.jpg) no-repeat;
}
td.program4_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program4_right_title_2.jpg) no-repeat;
}
td.program4_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#40A629;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

/* Peace program page - blue*/
td.program5_left_image{
	height:100px;
	background:#0480B7;
}
td.program5_left_textbox{
	height:315px;
	background:#0480B7;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
td.program5_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_1.jpg) no-repeat;
}
td.program5_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_2.jpg) no-repeat;
}
td.program5_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_3.jpg) no-repeat;
}
td.program5_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_4.jpg) no-repeat;
}
td.program5_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_5.jpg) no-repeat;
}
td.program5_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_6.jpg) no-repeat;
}
td.program5_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_7.jpg) no-repeat;
}
td.program5_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program5_left_corner_8.jpg) no-repeat;
}
td.program5_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program5_left_border.jpg) repeat-x;
}
td.program5_left_border_down_up{
	height:10px;
	background: url(../images/program/program5_left_corner_11.jpg) no-repeat;
}
td.program5_left_border_down_down{
	height:10px;
	background: url(../images/program/program5_left_corner_12.jpg) no-repeat;
}
td.program5_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program5_left_corner_9.jpg) repeat-y;
}
td.program5_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program5_left_corner_10.jpg) repeat-y;
}
td.program5_right_border_left{
	width:10px;
	background: url(../images/program/program5_right_corner_3.jpg) repeat-y;
}
td.program5_right_border_right{
	width:10px;
	background: url(../images/program/program5_right_corner_4.jpg) repeat-y;
}
td.program5_right_border_bot{
	height:10px;
	background: url(../images/program/program5_right_corner_5.jpg) repeat-x;
}
td.program5_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program5_right_title_1.jpg) no-repeat;
}
td.program5_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program5_right_title_2.jpg) no-repeat;
}
td.program5_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#0480B7;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

/* Infrastructure program page - purple*/
td.program6_left_image{
	height:100px;
	background:#56017D;
}
td.program6_left_textbox{
	height:315px;
	background:#56017D;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#fff;
	padding-top: 10px;
	width:255px;
}
td.program6_left_corner_1{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_1.jpg) no-repeat;
}
td.program6_left_corner_2{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_2.jpg) no-repeat;
}
td.program6_left_corner_3{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_3.jpg) no-repeat;
}
td.program6_left_corner_4{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_4.jpg) no-repeat;
}
td.program6_left_corner_5{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_5.jpg) no-repeat;
}
td.program6_left_corner_6{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_6.jpg) no-repeat;
}
td.program6_left_corner_7{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_7.jpg) no-repeat;
}
td.program6_left_corner_8{
	height:10px;
	width:20px;
	background: url(../images/program/program6_left_corner_8.jpg) no-repeat;
}
td.program6_left_border{
	width:255px;
	height:10px;
	background: url(../images/program/program6_left_border.jpg) repeat-x;
}
td.program6_left_border_down_up{
	height:10px;
	background: url(../images/program/program6_left_corner_11.jpg) no-repeat;
}
td.program6_left_border_down_down{
	height:10px;
	background: url(../images/program/program6_left_corner_12.jpg) no-repeat;
}
td.program6_left_border_down_left{
	height:100px;
	width:20px;
	background: url(../images/program/program6_left_corner_9.jpg) repeat-y;
}
td.program6_left_border_down_right{
	height:100px;
	width:20px;
	background: url(../images/program/program6_left_corner_10.jpg) repeat-y;
}
td.program6_right_border_left{
	width:10px;
	background: url(../images/program/program6_right_corner_3.jpg) repeat-y;
}
td.program6_right_border_right{
	width:10px;
	background: url(../images/program/program6_right_corner_4.jpg) repeat-y;
}
td.program6_right_border_bot{
	height:10px;
	background: url(../images/program/program6_right_corner_5.jpg) repeat-x;
}
td.program6_right_title_up{
	width:445px;
	height:10px;
	background: #d8e9ec url(../images/program/program6_right_title_1.jpg) no-repeat;
}
td.program6_right_title_down{
	width:445px;
	height:40px;
	background: url(../images/program/program6_right_title_2.jpg) no-repeat;
}
td.program6_section_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#56017D;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

/* News page*/
a.newslink {
	font-family: Tahoma, Helvetica, sans-serif;
	/*color: #09347B;*/
	color:#006677;
	font-size:11px;
	vertical-align: top;
}

a.newslink:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	/*color: #09347B;*/
	color:#006677;
	font-size:11px;
	vertical-align: top;
}

a.newslink:hover {
	text-decoration: underline;
}

a.newslink {
	font-family: Tahoma, Helvetica, sans-serif;
	/*color: #09347B;*/
	color:#006677;
	font-size:11px;
	vertical-align: top;
}

a.newslink:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	/*color: #09347B;*/
	color:#006677;
	font-size:11px;
	vertical-align: top;
}

a.newslink:hover {
	text-decoration: underline;
}

a.newslink:active {
	font-family: Tahoma, Helvetica, sans-serif;
	/*color: #09347B;*/
	color:#006677;
	font-size:11px;
	vertical-align: top;
}
a.newsmorelink{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:12px;
	vertical-align: top;
}

a.newsmorelink:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:12px;
	vertical-align: top;
}

a.newsmorelink:hover {
	text-decoration: underline;
}

a.newsmorelink:active {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:12px;
	vertical-align: top;
}
a.news_title {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #062B57;
}

a.news_title:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #062B57;
}

a.news_title:hover {
	text-decoration: underline;
}

a.news_title:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #062B57;
}
td.news_title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #062B57;
}
td.spacer{

	width:10px;
	height:10px;
}
td.lister_default{
	width:15px;
	height:10px;
	background: url(../images/lister_default.jpg) no-repeat;
}
td.news_links{
	vertical-align: top;
	height:10px;
	text-align: top;
}
td.news_more{
	text-align:right;
	padding-right:40px;
}

/*Board of Director page*/
td.director_title{
	height:20px;
	font-size:12px;
	font-weight: bold;
}

/*countries pages*/
a.country_name_link {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:14px;
	font-weight:Bold;
}

a.country_name_link:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:14px;
	font-weight:Bold;
}

a.country_name_link:hover{
	text-decoration: underline;
}

a.country_name_link:active {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:14px;
	font-weight:Bold;
}

a.country_past_summary_link{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:11px;
	font-weight:Bold;
}
a.country_active_summary_link {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:11px;
	font-weight:Bold;
}

a.country_active_summary_link:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:11px;
	font-weight:Bold;
}

a.country_active_summary_link:hover {
	text-decoration: underline;
}

a.country_active_summary_link:active {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #09347B;
	font-size:11px;
	font-weight:Bold;
}

td.country_summary_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.country_summary_title:link, a.country_summary_title:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #062B57;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

a.country_summary_title {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #062B57;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

a.country_summary_title:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #062B57;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

a.country_summary_title:hover {
	text-decoration: underline;
}

a.country_summary_title:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #062B57;
	vertical-align:top;
	line-height:12px;
	padding-top:0px;
}

td.past_program_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Bold;
}
td.country_lister{
	width:20px;
	height:10px;
}

/*article page*/
a.article_donate_link {
	color:red;
	font-size:11px;
	font-weight:bold;
}

a.article_donate_link:visited{
	color:red;
	font-size:11px;
	font-weight:bold;
}

a.article_donate_link:hover {
	text-decoration: underline;
}

a.article_donate_link:active {
	color:red;
	font-size:11px;
	font-weight:bold;
}
td.article_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:Bold;
}
td.article_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*Staff page*/
td.Staff_office_name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: Bold;
	text-decoration:underline;
}
td.Staff_specialty_name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: Bold;
}

/*donation page*/
div.donationText{
	padding-top: 5px;
	/*width: 294px;*/
}
div.donationImage{
	float:right;
	border: 0px;
	padding-right:5px;
}
div.donationTextContent{
	font-size:20px;
	padding-left: 5px;
	padding-right: 5px;
}
div.requiredField{
	color: Red;
	font-weight: bolder;
	float: left;
}
div.FieldText{
	float:left;
}
.DonationTableTitle {
font-size: 11px;
	font-weight: bold;
}

div#map_text{
	font-size:8pt;
	width:200px;
}

div.error{
	font-weight: bolder;
	color: Red;
}

table#Darfur_left{
	background: url(../images/countries/Darfur_left.jpg) no-repeat;
	margin-top:4px;
	color:#fff;
}

a.KRlink1:link,a.KRlink1:visited{
	color:#09337B;
	font-weight:bold;
	font-size:12px;

}
a.KRlink2:link,a.KRlink2:visited{
	color:#ff8306;
	font-weight:bold;
	font-size:12px;

}
a.KRlink3:link,a.KRlink3:visited{
	color:#00CC00;
	font-weight:bold;
	font-size:12px;

}