/* CSS Document */
.text, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

a img{
	border: 0;
}

/* menu styles */
div#menu {
	position: relative;
	left: 0px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px arial, helvetica, sans-serif;
	color: #209d44;
	width: 180px;
}

#menu ul li{
	position: relative;
	background: url('menu_bg.gif');
	padding: 2px 0px 0px 25px;
	margin: 0;
	height: 16px;
    width: 155px;
}
	
#menu ul li ul{
	left: 180px;
	position: absolute;
	width: 180px;
	top: 0;
	display: none;
	font-size: 11px;
}

#menu ul li ul li{
	background: #DDDDDD;
	border-bottom: 1px solid #FFF;
	padding: 2px 0px 0px 5px;
	height: auto;
}

#menu ul li.haschild{
	background: url('menu_bg_sub.gif');
	}

#menu ul li a{
	display: block;
	color: #209d44;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #ff9900;
}

/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
* html #menu ul li{width: 180px;}

/* End */
.left {
	float: left;
}

.right{
	float: right;
}

.caption{
	 clear: both;
	 line-height: 150%;
	 font-size: 8pt;
	 text-align: left;
}

.thumbnails{
	width: 460px;
	padding: 10px 40px;
	border-bottom: 1px solid #DDD;
	font: 9pt Arial, Helvetica, sans-serif;
	text-align: center;
}

.thumbnails img{
	border: 1px solid #333;
}

.clear{
	clear: both;
}

#content{
	padding-left: 10px;
}

#content p{
	padding: 0em 5em 0 0;
	line-height: 125%;
	font-size: 10pt;
	text-align: justify;
}

#content li{
	padding: .5em 5em .5em .5em; 
	text-align: justify;
	font-size: 10pt;
}

table.hPages{
	border: 0;
	padding: 1em;
}

.hPages td{
	padding: 0 1.5em;
}

.page{
	font: bold 9pt arial;
	padding: 40px 5px 10px 5px;
	background-repeat: no-repeat;
	height: 130px;
	width: 90px;
	_width: 100px;
	_height: 130px;
	text-align: center;
}

.page a, .page a:link, .page a:visited{
	color: #000;
	text-decoration: none;
}

.page a:hover{
	color: #000;
	text-decoration: underline;
}

.ses{
	background-image: url("img/ses_page.png");
}

.lebanon{
	background-image: url("img/lebanon_page.png");
	padding-top: 10px;
}

.usaid{
	background-image: url("img/usaid_page.png");
}