@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/** height: 100%; 
	background-image: url(http://www.undp.org/environment/images/cssimages/bg_inside.gif); 
	background-position: center;
	background-repeat: repeat-y; **/
}

.style4 { /* Style used for links for more information refs */
	color: #0000FF
} 

ul{  /* common ul style used in the page */
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
li{ /* common ul style used in the page */
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#contentBody{  /* Main definitions of the 3 column sections */
	width:990px; 
	margin:0 auto; 
	margin-top:3px; 
	height:100%;
	
}

/************* #siteInfo styles (at the bottom of the page) ***************/
#siteInfo{
	background-color: #FFFFFF;
	clear: both
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}
#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#masthead{ /* Master  Head section */
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

#centerheadertitle{
	
	float: left;
	margin-left: 10px;
	margin-bottom:2px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	text-align: left;
	border:1px solid #eee;
}

#centerheadertitle h2{
	color: #253971;
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0px 10px 0px; /* Top Right Bottom Left*/
	border-bottom: none;
}

#caption{
	font-style: italic;
  	font-size: smaller;
	text-align: left;
  	text-indent: 0;
}