/* Style sheet for UN Board of Auditors (2008) 

@media print {
#content {width:580px; padding-left:0px; font-size:85%;}

}*/


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #B4CFD8;
		font-size:100%;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

	
#main {	
	width: 64em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px auto;
	background-image: url(images/watermark.gif);
	background-position: 220px 150px;
	background-repeat: no-repeat;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 10px;
	display: inline;
	color: #DAE9EE;
}
#skiplink a {
	color:#DAE9EE;
}
#skiplink a:focus, div#skiplink a:active {
	color:#FFFFFF;
	background-color: #002D15;
}


/* LANGUAGE BAR */

#languages {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-color: #DAE9EE;
}

#languages ul {
	text-align: right;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#languages ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 13px;
}
#languages ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#languages ul li#chinese {
	font-size: .95em;}
#languages ul li a:link {
	color:#000D34;
	text-decoration:none;
	font-weight: bold;
}
#languages ul li a:visited {
	color:#397E9D;
	text-decoration:none;
	font-weight: bold;
}
#languages ul li a:hover {
	color:#105F80;
	text-decoration:none;
	font-weight: bold;	
}
#languages ul li a:active {
	color:#0B617A;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
}

#hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#hiddentitle span {
	margin-bottom: -90px;
}

h1 {
	font-size: 14px;
	padding:0;
	margin:0;
	text-align: center;
	color: #120034;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}


/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 20%;
	background-color: #F1F8FA;
	font-size: 0.7em;
}
	
#leftmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #BBDAE3;
}
#leftmenu ul li a.category {
	background-color: #E6F2F7;
}

#leftmenu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
}	

#leftmenu ul li a:link, a:visited {
	color:#053950; 
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #BBDAE3;	
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}
#leftmenu ul ul {
	display: block;
	/*list-style-type: none;*/	
}
#leftmenu ul ul a {
	font-weight:normal;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 20px;
}

#leftmenu ul ul li {
	border-bottom-style: groove;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #BBDAE3;
}
	
#leftmenu ul ul li a:hover, a:active {
	color: #053950;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #BBDAE3;
}
#leftmenu .pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	color: #315539;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 77%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
}

#content h2 {
	color: #070F3D;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 9px 0 9px;
	margin-top: 10px;
}
#content h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #070F3D;
	margin: 40px 0 0 9px;
	border-bottom: 1px solid #B3C0C8;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #34563B;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.72em;
	color: #333333;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#content p.home {
	line-height: 21px;
	font-style: italic;
	text-align: justify;
	margin: 0 5% 0 0 
}


#content a {
	padding-left: 0px;
	color:#305438;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
	color: #0E5F7C;
}

#content a:visited {
	color: #003399;
	text-decoration: underline;
}
#content a:hover {
	color:#0C5A7E;
	background:none;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}

#content ul li {
	color: #333333;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding: 0 0 1% 0;
}

#content ol li {
	color: #333333;
	font-size: 0.72em;
	padding-bottom: 6px;
}

p#welcome {
color:#004444;
font-style:italic;
font-size:80%;
line-height:18px
}

p#goolsaran {
float: right;
width: 18em;
margin: 0;
padding: 0px 0px 1em 0px;
}

p#title {
float: right;
width: 24em;
margin: 0;
padding: 0px 12px 10px 0px;
}

p#p-welc {
color:#004444;
font-style:italic;
line-height:18px;
margin-right: 3%;
margin-top: 0;
font-size: .1em;
}

p#midline {
border-top: 1px solid #666;
clear: both;
margin: 0;
padding: 0;
}

/*ROMAN NUMERAL LIST*/
#content ol.upperroman li  {
list-style-type:upper-roman;
background-image:none

}

/*LOWER-CASE LIST */
#content ol.loweralpha {
margin-left:10%;

}

#content p.loweralpha  {
width: 86%;
margin-left:4%
}

/*QUOTES FOUND WITHIN THE BODY OF THE TEXT*/
#content div.body_quotes {
width:78%;
margin:2% 0 2% 10%;
font-size:84%

}




p#goolsaran {
margin: 0 0 0 57% 
}


/* BOX QUOTE */
blockquote {
	height: auto;
	display: block;
	width: 96%;
	left: 500px;
	background-color: #F1F8FA;
	padding: 7px;
	border: 1px ridge #C6D7E8;
	margin: 1em .6em 1em .6em;
}
blockquote p {
	margin: 0px;
	padding: 0 2% 0 3%;
	line-height: 1.7em;
	color: #000033;
}

blockquote .credit {
	font-style: italic;
	text-align: right;
	display: block;
	color: #000033;
	margin: 10px 8px 0 0;
	font-size: 0.75em;
}

#announcment{
width:99%;
margin-right:1%;
margin-top:3px;
border:1px solid #000000;
background-color:#D4D4D4;
padding:5px;
float:center;
}

/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #213071;
	width: 100%;
	color: #000;
	font-size: 0.65em;
	padding: 0px;
	margin: 0 auto;
}
#footer a {
	color: #000;
}

#footer ul li{
	color: #FFFFFF;
}
#footer ul li a{
	color: #FFFFFF;
}