/* Style sheet for International Women's Day 2008 */

@media print {
* { 
background: #fff;
color: #000;
 }
html { 
font: 100%/1.5 georgia, serif;
 }
.column {
float:none
}
body {
float:none
}
div#leftmenu, div#lang, div#horizbar, div#rightnav, div#nav, div#skiplink {
display:none;
}
}

html { min-height: 100%; margin-bottom: 1px; } 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #E8CF7F;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 49.4em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	
#sitemap {
	float: left;
	font-size: 0.75em;
	background-color: #AA5115;
}
#sitemap a{
	color: #fff;
	background-color: #AA5115;
}

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	/*font-size: 10px;*/
	font-size: .7em;
	display: inline;
	color: #F9ECC9;
}
#skiplink a {
	color:#F9ECC9;
}
#skiplink a:focus, div#skiplink a:active {
	color:#E4DBDA;
	background-color: #370F01;
}


/* LANGUAGE BAR */

#lang {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-color: #AA5115;
}

#lang ul {
	text-align: right;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 13px;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
	color:#FFFFFF;
	font-weight: bold;
}
#lang ul li#french {
	color:#FFFFFF;
	font-weight: bold;}
	#lang ul li#russian {
	color:#FFFFFF;
	font-weight: bold;}
#lang ul li#chinese {
	font-size: .95em;
	color:#FFFFFF;
	font-weight: bold;}
#lang ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#ECC560;
	text-decoration:none;
	font-weight: bold;	
}
#lang ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
}

#hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#hiddentitle span {
	margin-bottom: -90px;
}

h1 {
	/*font-size: 14px;*/
	font-size: 1.4em;
	padding:0;
	margin:0;
	text-align: left;
	color: #370F01;
	background-color: #EDC75A;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

/* HORIZONTAL BAR */

#horizbar {
	height: 1.3em;
	float: left;
	width: 100%;
	background-image: url(images/horizbar.jpg);
	background-repeat: repeat-y;
} 
/* SEARCH BOX */

#horizbar #searchfrm {
	display: block;
	border: 1px none #C6D7E8;
	float: right;
}

#horizbar #searchfrm label /*hidden*/
{
	position:absolute;
	top:-500px;
	overflow:hidden;
	font-size: 0.67em;
}

#horizbar #searchfrm .button {
	font-size: 0.67em;	
}


/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 20%;
	background-color: #F0DDA2;
	font-size: 0.7em;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;	
}


#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:#3A1100; 
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #AA5115;
	color: #FFFFFF;
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}
#leftmenu .pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
}
.navtitles 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 110%;	
	font-weight: bold;	
	color: #AA5115;	
	margin: 0px 0px 5px 0px;	
	padding-bottom: 0px;	
	padding-top: 5px;	
	padding-left: 4px;
	border-bottom: 1px solid #AA5115;	
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 77%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
}

#content h2 {
	color: #370F01;
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 10px;
}
#content h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #9B4913;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2BB56;
	margin-left: 9px;
	text-transform:uppercase;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #9B4913;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.72em;
	color: #271614;
	padding: 0 0 0 2%;
	display: block;
	text-decoration: none;
	text-align:justify
}

#content a {
	padding-left: 0px;
	color:#6F280F;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #AA5115;
	text-decoration: underline;
}
#content a:hover { 
	color:#AA5115;
	background:none;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}

#content ul li {
	color: #271614;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 1%;
	list-style-type: none;
	text-align:justify;
}
#content ol li {
	color: #271614;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-bottom: 1%;
}



/* BOX QUOTE */
blockquote {
	height: auto;
	display: block;
	width: 98%;
	left: 500px;
	background-color: #F8EED1;
	margin: 1em 0 0 0;
	padding: 7px;
	border: 1px ridge #E6B14D;
}
blockquote p {
	margin: 0px;
	padding: 0 2% 0 3%;
	line-height: 1.7em;
	color: #271614;
}

blockquote .credit {
	font-style: italic;
	text-align: right;
	display: block;
	color: #6F280F;
	margin: 10px 8px 0 0;
	font-size: 0.75em;
}

/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #AA5115;
	width: 100%;
	color: #FFFFFF;
	/*font-size: 11px;*/
	font-size: .75em;
	padding: 0px;
	margin: 0 auto;
}
.ing{
    text-align: right;
	display: block;
	padding-right: 6px;
	padding-left: 6px;	
	font-size: 0.9em;	
	color:#6F280F;		
	font-weight: bold;
}
/*div#box {
	display: block;
	width: 95%;
	border: 1px solid #AA5115;
	padding: 5px 5px 5px 5px;
	background-color:#FFFFCC
	background-color:#F8EED1*/
	
div#box {
	display: block;
	height: auto;
	width: 80%;
	font-style: italic;
	border: 1px solid #AA5115;
	margin: 2em 0 0 3em;
	padding: 7px;
	left: 500px;
	/*background-color:#FFFFCC*/
	background-color:#F8EED1	
}
div#box1 {
	display: block;
	width: 95%;
	border:4px outset #000066;
	/*border: 2px solid #000066;*/
	padding: 5px 5px 5px 5px;
	background-color:#FFF;
	color: #000066
	}
	div#box1 p {
	text-align:center;
font-size: .9em;
font-weight:bold;
color: #000066		
	}
	div#box1 ul li {
	color: #000066
	}
