
*{
font-family: Helvetica, sans-serif;
font-size: 11px;
padding: 0;
margin: 0;
}

p{
font-size: 11px;
font-family: Helvetica, sans-serif;
line-height: 150%;
color: black;
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 5px;
}

h2, h4, h5, h6, h7{
border-bottom: 1px solid #F58343;
font-family: Helvetica, sans-serif;
color: #04448E;
font-weight:  normal;
font-size: 18px;
text-align: left;
margin-top: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}

h3{
color: #04448E;
font-weight:  bold;
font-size: 14px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 0px;
}


a{
color: #04448E;
text-align: left;
}

h1{
font-family: Helvetica, sans-serif;
color: #F58343;
font-size: 25px;
font-weight: bold;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

.list{
font-size: 11px;
line-height: 160%;
font-family: Helvetica, sans-serif;
color: black;
font-weight: normal;
text-align: left;
margin-top: 5px;
margin-bottom: 0;
margin-left: 20px;
}

/*announcement sidebar*/

#announce{

float: right;
width: 140px;
background: rgb(3, 66, 142) url(/announce.gif) center top repeat-y;
}
 
#announce ul{
font-family: Helvetica, sans-serif;
color: white;
text-align: left;
font-weight: normal;
padding: 0px 3px 0px 3px
}

#announce h2{
background-color: #FFBD72;
text-align: center;
color: #04448E;
font-size: 15px;
padding-top: 6px;
padding-bottom: 5px;
margin-top: -3px;
margin-bottom: -3px;

}

#announce a{
color: #FFBD72;
font-size: 14px;
text-decoration: none;
}

#announce li{
list-style-type: none;
font-weight: normal;
font-size: 14px;
margin: 10px 0 0 0
}

/*end announcement sidebar*/

#content{
margin-left: 175px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 100px;
padding: 0;
background: transparent;
}

#wrapper{
width: 780px
}


a.external, a.email:link { color: #04448E; }
a.external, a.email:visited { color: #8CA0C7; }
a.external, a.email:hover { color: #04448E; }
a.external, a.email:active { color: #8CA0C7; }

img.right{
float: right;
margin-left: 10px;
margin-bottom: 10px;
/*border: 1px solid #666;*/
padding: 0;
}

img.left{
float: left;
margin-right: 10px;
margin-bottom: 10px;
/*border: 1px solid #666;*/
padding: 0;
}



.clearright{
clear: right;
}

.clearleft{
clear: left;
}

.clear{
clear: both;
}

img.logo
{float:left;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
border: 0;
padding: 0;
}

#header{
width: 780px;
height: 132px;
background-color: #FFFFFF;
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
}

div.director{
text-align: left;
margin-bottom: 50px;
}

.director{
margin-bottom: 40px;
}

.director a{
text-decoration: none;
text-align: left;
}

.director ul{
text-align: left;
}

.email{
text-align: left;
}

p.partners{
margin-bottom: 60px;
}

/* Navigation */

div#nav{
width: 140px;
}

#nav{
float: left;
}

ul#nav{
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	text-align: left;
	
}


#nav a {
	width: 140px;
	text-decoration: none;
	color: #04448E;
	font-size: 12px;
	text-transform: uppercase;
	/*border-bottom: 1px dashed #999999;*/
	list-style-type: none;
	display: block;
	padding: 7px 10px 7px 12px;
	background-color: #BBC5E3;
}

#nav a:hover {
	font-weight: bold;
	color: white;
	background: #04448E;
}



body#index a#homelink,
body#faq a#faqlink,
body#cvd a#cvdlink,
body#aboutus a#aboutuslink,
body#orgchart a#orgchartlink,
body#directors a#directorslink,
body#contact a#contactlink,
body#countries a#countrieslink,
body#partners a#partnerslink,
body#timeline a#timelinelink,
body#publications a#publicationslink,
body#donate a#donatelink
{
background-color: #FFFFFF;
color: #04448E;
font-weight: bold;
}

/* IE Fixes */

/* remove annoying gaps */
#nav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #nav a {
	height: 1px;
}

/*end navigation*/

.country{
float: left;
font-weight: bold;
font-size: 14px;
color: #04448E;
text-align: center;
margin: 20px;
}


#footer{
margin-bottom: 100px;
clear: both;
}



