/* child sponsorship section - colour stylesheet */

#topmenu_child_sponsorship, #topmenu_child_sponsorship:link, #topmenu_child_sponsorship:visited {
	background-color: #1EB836;
	color: #FFFFFF;
}
#topmenu_child_sponsorship:hover {
	background-color: #46D14D;
}

div.body_header {
  color: #1B8217;
}

h2 {
  color: #1E931A;
}

.emp {
/*  color: #1E931A; */
}

.category {
  color: #1E931A;
}

/* left menu button colours */
a.leftmenu, a.leftmenu:active, a.leftmenu:visited {
	color: #197915;
}
a.leftmenu_header, a.leftmenu_header:active, a.leftmenu_header:visited {
        color: #FFFFFF;
}
th.leftbox_menu, th.leftbox_menu:link, th.leftbox_menu:visited {
	background-color: #1EB836;
	color: #FFFFFF;
	border-color: #1EB836;
}
th.leftbox_menu:hover {
	background-color: #46D14D;
}
td.leftbox_menu, td.leftbox_menu:link, td.leftbox_menu:visited {
	background-color: #DDF9DD;
	color: #197915;
	border-color: #1EB836;
}
td.leftbox_menu:hover {
	background-color: #CAE5CA;
}


/* Index page */

div.title_block {
  position: absolute; 
  height: 175px; 
  width: 662px; 
  left: 5px; 
  top: 1px; 
  background-color: #1EB836;
  padding: 0px;
}

div.title_text {
  position: absolute; 
  height: 30px; 
  width: 300px; 
  left: 27px; 
  top: 122px;
  font-family: "arial" sans-serif; 
  font-size: 40px; 
  color: white;
}

div.top_banner {
  position: absolute; 
  height: 175px; 
  width: 632px; 
  left: 15px; 
  top: 0px; 
}

div.page_contents {
  position: relative; 
  height: 900px; 
  width: 100%; 
  left: 5px; 
  top: 180px;
  font-family: "arial" sans-serif;
  color: black;  
}

img.no_border {
  border: none;
}

a.white_link {
  color: white;
  font-weight: 400;
}

