*{
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

html{
	min-width:770px;
}

body{
	background-color: #FFFFFF;
	font:75%/150% verdana, arial, helvetica, sans-serif;;
	color:#333;
/* align ie5 center screen */
	text-align:center;
}
a { color: #F3313E; padding: 1px 1px; }
a:hover { background-color: #F3313E; color: #fff; }

#top {
	background-color: #FFFFF;
	width:770px;
	margin:0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}
#top a {
	padding: 0;
}
#topcurve {
	width:770px;
	height:15px;
	background: url("images/pb_topcurve.gif") no-repeat bottom;
	margin:0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}
#header {
	width:770px;
	background: url("images/pb_bg-header.gif") repeat-y;
	margin:0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}
#header #breadcrumb {
	padding: 5px 0 10px 24px;
	font-size: 75%;
	float: left;
}
#header #othersite {
	padding: 5px 22px 10px 0;
	font-size: 95%;
	float: right;
}
#header span {
	display: block;
	margin: 0 10px 0 10px;
	clear: both;
}
#canvas {
	width:770px;
	background: url("images/pb_bg.gif") repeat-y;
	margin:0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}
.strap {
	margin: 0 0 0 220px;
}
#nav {
	padding: 15px 0 0 0;
	z-index: 1;
}
#nav li {
	list-style: none;
	margin: 0 10px;
	width: 170px;
	border-bottom: 1px solid #D3C9C4;
	position:relative;
}
#home #menu-home,
#about #menu-about,
#grants #menu-grants,
#initiatives #menu-initiatives,
#subsidiaries #menu-subsidiaries,
#publications #menu-publications,
#reports #menu-reports,
#monitoring #menu-monitoring,
#news #menu-news,
#links #menu-links,
#faq #menu-faq,
#contact #menu-contact,
#terms #menu-terms,
#privacy #menu-privacy,
#accessibility #menu-accessibility,
#canvas #menu-current
 { background-color: #F3313E; color: #fff; }
 
 
html>body #nav li a {
	padding: 5px 0 5px 10px;
	width: 160px;
	display:block;
	color: #633;
	text-decoration: none;
}
#nav li a {
	padding: 5px 5px 5px 10px;
	width: 170px;
	color: #633;
	text-decoration: none;
}
#nav li a:hover { color: #fff; }
#botcurve {
	width:770px;
	height:50px;
	background: url("images/pb_bottom.gif") no-repeat top;
	margin:0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
	font-size: 90%;
}
#botcurve p {
	padding: 50px 0 0 30px;
}
/*html>body #botcurve ul { margin-top: -18px; }*/
#botnav {
	margin: 0 0 0 30px;
}
#botnav li {
	list-style: none;
	display: inline;
	padding: 0 1em 0 0 ;
	}
#searchcontent {
	margin: -4em 200px 0 230px;
	font:100%/170% arial, helvetica, sans-serif;
	position: relative;
}
#content p {
	margin: 1.2em 0 0 0;
}
#content a.pdf {
	background: url("images/pub_icon_pdf.gif") no-repeat top left;
	padding: 4px 4px 4px 30px;
	line-height: 2.5em;
}
#content a.doc {
	background: url("images/pub_icon_doc.gif") no-repeat top left;
	padding: 4px 4px 4px 30px;
	line-height: 2.5em;
}
#content a.pdf:hover {
	background-color: #F3313E;
	color: #fff;
	}
#content a.doc:hover {
	background-color: #F3313E;
	color: #fff;
	}
#searchbox {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #E3DBD7;
	font:75%/170% verdana, arial, helvetica, sans-serif;
}
.divider {
	border-bottom: 1px solid #D3C9C4;
	padding-bottom: 10px;
	display: block;
}
	
#rightcol {
	width: 120px;
	margin: 0;
	padding:10px;
	font:90%/170% verdana, arial, helvetica, sans-serif;
	color: #333;
}
#rightcol li {
	list-style: none;
	padding: 3px 0;
}
h1 {
	font:170%/170% normal arial,helvetica,sans-serif;
	color:  #000;
	margin: 1.2em 0 0 0;
}
h2 {
	font:120%/170%  verdana, arial, helvetica, sans-serif;
	padding: 0 0 1em 0;
}
#searchcontent h2 {
	font:120%/170%  verdana, arial, helvetica, sans-serif;
	padding: 4em 0 1em 0;
}
#credit {
	float:right;
	margin: -69px 15px 30px 0;
}
#credit a {
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
}
#credit a:hover {
	background-color: #ccc;
}
blockquote {
	margin: 1em 0 0 1em;
	font-size: 120%;
}
.extended {
	text-align: right;
}
#content, #contenthp {
	padding:0px 30px 0px 30px;
}


#print
         {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 10px;
    color: #666;
    font-size: 10px;
    text-align: left;
}