@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 85%;
color: black;
width: 100%;
margin-top: 2px;
margin-left: 0;
background-image: url(images/bg-grad.gif);
background-position: center;	
}
#banner {
width: 100%;
background-color: #003156;
background-image: url(images/bg-banner2.gif);
background-repeat: no-repeat;
background-position: center;
height: 45px;
border-bottom: 2px white solid;
}
#nav-banner {
width: 760px;
background-color: #7da8c6;
height: 35px;
margin: 0 auto;
text-align: center;
padding-top: 10px;
}
#nav-banner-2 {
width: 760px;
background-color: #7da8c6;
height: 35px;
margin: 0 auto;
text-align: center;
padding-top: 10px;
}
#wrapper {
	width: 760px;
	height:500px;
	margin: 0 auto;
	text-align: center;
	background-color: #7da8c6;
	}
#footer {
width: 760px;
	margin: 0 auto;
	text-align: center;
	background-color: #7da8c6;
	
	
}	
#logo-image {
	margin: 0;
	float: left;
	height: 177px;
	background-color: white;
	border-bottom: 2px solid white;	
}	
#top-image {
	

	
}
#slogan {
	height: 33px;
	padding-top: 12px;
	border-bottom: 2px solid white;
	width: 760px;
	background-color: #003156;
	color: white;
	font-style: italic;
	font-size: 90%;
}	
#special-links {
	height: 25px;
	border-bottom: 2px solid white;
	width: 760px;
	background-color: #003156;
	color: white;
	font-size: 85%;
	padding-top: 8px;
	padding-bottom: 8px;
}
#special-links li {
	display: inline;
	
}
#special-links li a {
	padding: 5px 15px;
	border: 1px solid #003156;	
}		
#special-links li a:link , #special-links li a:visited, #special-links li a:active {
	color: white;
	text-decoration: none;
	
}	
#special-links li a:hover {
	background-color: #7da8c6;
	color: black;
	border: 1px solid white;
}	

#content {
	
	
	text-align: left;
}
#home-left {
	width: 200px;
	/*background-color: #7da8c6;
	border-right: 2px solid white;*/
	float: left;
	

}
#home-mid {	
	/*background-color: #7da8c6;*/
	float: left;
	width: 356px;	
}
#home-right {
	width: 200px;
	/*background-color: #7da8c6;*/
	float: left;
	/*border-left: 2px solid white;*/
	padding-bottom: 40px;
	
}	
		


	
#foot-contact {
	font-size: 90%;
	color: #666;
	text-align: center;
	position:relative;
}
#foot-contact a {
	color: #666;
}	
#foot-contact a:hover {
	color: #039;
}	
.donatelink {
float: left;

color: white;
font-size: 90%;
font-weight: bold;
width: 180px;
height: 15px;
padding: 20px 6px 24px 15px;
border-right: 2px solid white;
}
.home-foot-logos {
	margin-left: 150px;
}
.foot-logo {
	padding: 4px 5px;
	float: right;
	border: none;
}		
#content h1, #content h2 {
	color: #003156;
}	
#content h1, #page-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 20px; 
	margin-top: 16px; 
}
#content h2, #page-content h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 20px;
	margin-top: 16px;
}
#content h3, #page-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 20px;
	color: #3072a0;
}
#content h4, #page-content h4 {
	font-weight: bold;
	margin-left: 10px;
}
#content h5, #page-content h5 {
	font-style: italic;
	color: #334D77;
	margin-left: 10px;
	font-size: 100%;
}	
	
.clr {
	clear: both;
}
	
#content p, .pub {
	font-family: Arial, Helvetica, sans-serif;	
	margin-left: 20px; margin-right: 20px;
}
#content ul {
margin-left: 0;
}
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;	
}
.home-date {
	font-family: Arial, Helvetica, sans-serif;	
	padding: 7px 10px 10px 20px; 
	color: white;
	font-size: 90%;
	vertical-align: top;
}	

.lt {
float: left;
margin-right: 8px;
margin-top: 4px;
margin-bottom: 4px;
}
.rt {
float: right;
margin-left: 8px;
margin-top: 4px;
margin-bottom: 4px;

}
.ctr {
margin: 0 auto;
text-align: center;
}
.smalltext {
font-size: 75%;
}

.leftcolumn {
text-align: left;
line-height: 120%;
color: white;
margin: 5px 5px 0px 5px; 
}	

/*Home page left side-menu styling*/
.navcontainer {
margin-top: 10px;
}	
.navlist {
padding-left: 20px;
width: 170px;
}
.navlist li {
list-style: none;
margin: 0;
padding: 0.3em;
padding-top: 0;
font-size: 90%;
}
.navlist li li {
	padding-left: 5px;
	margin-left: 0;
}	
.navlist li a { 
	text-decoration: none; 
	padding: 3px;
	
}
.navlist li a:link, .navlist a:visited, .navlist a:active, .home-news, .leftcolumn a:link, .donatelink a {
	color: white;
	text-decoration: none;
}
.navlist li a:hover, navlist li a:focus, .home-news, .leftcolumn a:hover {
	color: white;
	background-color: #003156;	
}		

/*end homepage side menu styling*/

td.leftcolumn {
width: 203px;
background-color: #0092C3;
text-align: left; 
vertical-align: top;
border-right: 6px solid white;
border-bottom: 6px solid white;

}
p.leftcolumn {
font-size: 12px;
line-height: 120%;
color: white;
margin: 5px 10px 0px 20px; 
}
.top {
vertical-align: top;
}
#page-wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg-page-content.gif);
	background-repeat: repeat-y;
}	
#page-left {
	width: 200px;
	float: left;	
	text-align: left;
	
}
#page-right {
	margin-left: 215px;
	margin-right: 20px;
	text-align: left;
	background-color: white;
	margin-top: 0;
}
#page-right li {
	font-size: 90%;
}		
#page-content p, .pub {
	margin: 10px 20px 0 10px;
	font-size: 90%;
	line-height: 120%;
}
#page-content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-bottom: 15px;
}
#section-head {
	height: 32px;
	padding-top: 10px;
	border-bottom: 2px solid white;
	width: 740px;
	background-color: #003156;
	text-align: left;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
}
#page-content h1, #page-content h2, #page-content h3 {
	margin: 16px 10px;
	line-height: 125%;
}	
#page-right a:link, #page-right a:visited, #page-right a:active {
	color: #3072a0;
}	
#page-right a:hover, #page-right a:focus {
	color: #003156;
}

.left-navcontainer {
	margin-left: 0px;
	margin-top: 20px;

}	
.left-navlist {
width: 160px;
}
.left-navlist li {
list-style: none;
margin: 0;
padding: .7em 0;
font-size: 90%;
}

.left-navlist li li {
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 0px;
	list-style: url(images/star.png);
}	
.left-navlist li a { 
	text-decoration: none; 
	padding: 3px;
	font-weight: bold;
}
.left-navlist li a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}
.left-navlist li a:hover, .left-navlist li a:focus {
	color: white;
	background-color: #003156;	
}		
.date {
	color: #999;
	text-align: right;
}	
.photo {
	margin: 5px 4px;
	background-color: white;	
	font-size: 75%;
	font-style: italic;
	border: 1px solid #666;
	text-align: center;
	position: relative;
}
.photo-center {
	margin: 0 auto;
	font-size: 75%;
	font-style: italic;
	border: 1px solid #666;
	text-align: center;

}
.pub table {
width: 70%;
border-collapse: collapse;
margin: 0 auto;
text-align: center;
}
.pub td {
border: 1px dotted #666;
padding: 5px;
}
ol li {
padding-bottom: 15px;
margin-right: 20px;
}
.page-header {
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
padding-left: 10px;
padding-top: 10px;
color: #003156;
}
.page-header-2 {
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
padding-left: 0px;
padding-top: 10px;
color: #003156;
}
.top-link {
border: none;
float: left;

}
/* resources pages - country listings */

.country-list li {
	display: inline;
	width: 150px;
	float: left;
}	
.ci-submenu {
float: right;
background-color: #FCF2D6; 
padding: 4px; 
font-weight: normal;
font-size: 90%;
text-align: right;
}
.rt-menu {
float: right;
margin-left: 8px;
margin-top: 4px;
margin-bottom: 4px;
padding-left: 5px; 
border-left: 1px dashed #666;
font-size: 90%;
}

.subnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: white;
}

.searchsubmit { font-size: 14px; border: 1px solid #306742; background: #306742; color:#ffffff; /* padding: 5px;font-family: trebuchet, verdana; font-size: small;	margin: 5px 0px 2px 3px; color: #ffffff; background: transparent url(images/bg4.gif) repeat-y scroll 0;*/ }
.searchsubmit:hover { font-size: 14px; border: 1px solid #71a366; background: #71a366; color: #333333; }
.searchsubmit:active { font-size: 14px; border: 1px solid #71a366; background: #71a366; color: #333333; }

.searchsubmit2 { font-size: 14px; border: 2px solid #306742; background: #306742; color:#ffffff; /* padding: 5px;font-family: trebuchet, verdana; font-size: small;	margin: 5px 0px 2px 3px; color: #ffffff; background: transparent url(images/bg4.gif) repeat-y scroll 0;*/ }
.searchsubmit2:hover { font-size: 14px; border: 2px solid #71a366; background: #71a366; color: #333333; }
.searchsubmit2:active { font-size: 14px; border: 2px solid #71a366; background: #71a366; color: #333333; }

.subscribesubmit { font-size: 14px; border: 1px solid #ffffff; background: #ffffff; color:#002e54; /* padding: 5px;font-family: trebuchet, verdana; font-size: small;	margin: 5px 0px 2px 3px; color: #ffffff; background: transparent url(images/bg4.gif) repeat-y scroll 0;*/ }
.subscribesubmit:hover { font-size: 14px; border: 1px solid #ffffff; background: #ffffff; color: #7da8c6; }
.subscribesubmit:active { font-size: 14px; border: 1px solid #ffffff; background: #ffffff; color: #7da8c6; }

.subscribesubmit2 { font-size: 14px; border: 2px solid #ffffff; background: #ffffff; color:#002e54; /* padding: 5px;font-family: trebuchet, verdana; font-size: small;	margin: 5px 0px 2px 3px; color: #ffffff; background: transparent url(images/bg4.gif) repeat-y scroll 0;*/ }
.subscribesubmit2:hover { font-size: 14px; border: 2px solid #ffffff; background: #ffffff; color: #7da8c6; }
.subscribesubmit2:active { font-size: 14px; border: 2px solid #ffffff; background: #ffffff; color: #7da8c6; }

#rightbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #ffffff;
}	

#rightbox a:link {color: #ffffff; font-size: 90%; text-decoration:none}
#rightbox a:visited {color: #ffffff; font-size: 90%; text-decoration:none}
#rightbox a:hover {color: #333333; background-color: #71a366;}
#rightbox a:active {color: #333333; background-color: #71a366;}

#page-farright {
	margin-left: 667px;
	margin-right: 20px;
	text-align: left;
	background-color: white;
	margin-top: 0;
}
