<style>

html {margin: 0px; padding:0px; background:#ffffff; color:#000;}

body {
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #16256B; /* dark blue*/
	min-width: 910px;
}

#wrapper {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	background-color: #F4F4F4;
}

#printable {
	width: 700px;
	position: relative;
	margin-left: 5px;
	background-color: #F4F4F4;
}

#banner {
	height: 142px;
	width: 900px;
	text-align: center;
	background-color: #16256B;
	background-image: url('../images/banner__900.png');
	background-repeat: no-repeat;
}

#un_div {
	height:65px;
	width:70px;
	position: absolute;
	left:45px;
	top:65px;
}

#unep_div {
	height:65px;
	width:70px;
	position: absolute;
	left:135px;
	top:65px;
}

#quicklinks {
	height: 35px;
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	background: red url(../images/quicklinksback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#quicklinks a:link {color: #ffffff; text-decoration: none;}
#quicklinks a:visited {color: #ffffff; text-decoration: none;}
#quicklinks a:hover {color: silver; text-decoration: none;}
#quicklinks a:active {color: yellow; text-decoration: none;}
#quicklinks a.selectedlink {color: yellow; }
a.selectedlink { color: yellow;}

.searchform {
	display:inline;
}

#mainsection {
	width: 900px;
	float: left;
	background-color: #F4F4F4;
}

#leftmenu {
	width: 206px;
	float: left;
	height: 450px;
}

#content
{
	width: 684px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}

/* links are not bold on Home page because of small size of font in infocus*/
#content a:link {color: blue; text-decoration: none;}
#content a:visited {color: blue; text-decoration:none;}
#content a:hover {color: #555555; text-decoration: none;}
#content a:active {color: #555555; text-decoration: none;}

/* only present on Home page, divise content in two sections: homecontent and infocus*/
 
#homecontent {
	width: 388px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	background-color: #F4F4F4;

}

#homecontent h1, #homecontent h2, #homecontent p {
	background-color: #F4F4F4;
	padding-right: 10px;
	text-align: justify;
}


#infocus {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	width:  283px; 
	border: 1px solid #9A9A9A;
	float: right;
	background-color: #F4F4F4; 
}

#infocus ul {
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	margin-left: 2px;
	padding:0;
}

#infocus li {
	margin-right: 5px;
	margin-left: 5px;
}

#infocus li {
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}


#infocus h1 {
	background: blue url(../images/glossyback2.gif) repeat-x bottom left;
	font: bold 14px/2em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width: auto;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
	color: white;
}



#footer
{
	clear: both;
	width: 900px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	text-align: center;
	background: blue url(../images/glossyback.gif) repeat-x bottom left;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#footer a:link {color: #16256B; text-decoration: none;}
#footer a:visited {color: #16256B; text-decoration: none;}
#footer a:hover {color: #ffffff; text-decoration: none; }
#footer a:active {color: #ffffff; text-decoration: none;}

</style>

