 /* CSS Document */
.readmore {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 110%;
        font-weight: bold;
        color: #990000;
        padding: 0px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 15px;
        margin-left: 15px;
}
.readmore a:link {
        color: #990000;
        text-decoration: none;
}
.readmore a:visited {
        color: #990000;
        text-decoration: none;
}
.readmore a:hover {
        color: #990000;
        text-decoration: underline;
}
.readmore a:active {
        color: #990000;
        text-decoration: none;
}

.toc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	padding: 0px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 130%;
	font-weight: 600;
}
.toc a:link {
	color: #333333;
	text-decoration: underline;
}
.toc a:visited {
	color: #555555;
	text-decoration: underline;
}
.toc a:hover {
	color: #000000;
	text-decoration: none;
}
.toc a:active {
	color: #333333;
	text-decoration: underline;
}
.title-main-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}


.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: #009933; /*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");
}

.newsText p { 
	letter-spacing: .1px;
	word-spacing: .2em;
	margin-bottom: 0; 
	margin-top: 0; 
	text-align: left;
	padding-bottom: 12px;
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #115237;
	width: 100%;
	padding-bottom: 2px;
}
.newsH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #115237;
	width: 100%;
	padding-bottom: 2px;
}
.newsImagLeft {
	float: left;
        margin-right: 10px;
	padding-right: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0px;

}
.newsJump {
float: right;
width: 215px;
height: auto;
position: relative;
top: 15px;
background-color: #c4d2dd;
z-index: 10;
border: 2px solid white; 
margin-left: 10px;
margin-bottom: 10px;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 10px; 
	margin-right: 10px;
	text-align: left;
}
.newsImagRight {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;

}

.toc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	list-style-type: upper-roman;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 130%;
	font-weight: 600;

}