@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~GLOBAL STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
	margin: 0;
	padding:0;
	}
	
html {
 	font-size: x-small; 
	height: 100%;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	line-height: 1.5em;
	height: 100%;
}


/* Hack for ie6 \*/
* html .buggybox {height: 1%;}
/* Hack for ie6 */ 

a img {
	border: none;
}

a, a:link {
	color: #c6514b;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #997a51;
/*	color: #996866; */
}

a:hover {
	text-decoration: underline;
}

p{
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight:normal;
}

h2 {
	font: normal 1.6em "Palatino", Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0;
	color: #703225;
	margin-top: 0px;
	margin-bottom: 1em;
	padding-bottom: 3px;
	background: transparent url(/assets/images/underline.gif) left bottom repeat-x;
	font-variant: small-caps;
}

h3 {
	font: normal 1.4em "Palatino", Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0px;
	color: #76473e;
	margin-top: 0px;
	margin-bottom: .5em;
	/*background: transparent url(/assets/images/underline.gif) left bottom repeat-x;*/
	background: none;
}
/*
h3 {
	padding:0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight:bold;
	padding-top:1.5em;
	padding-bottom:.5em;
} */

h4 {
	font-size: 1em;
	font-weight: bold;
	padding-top:1.5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding-top:1.5em;
}

hr {
	height: 1px;
	color: #fbfaf9;
	background-color: #fbfaf9;
	border: dotted 1px #666;
	border-style: none none dotted;
}

/* Hack for ie6 \*/
* html hr {color: #bcbcbc; background-color: #bcbcbc; border: none;}
/* Hack for ie6 */ 

.photobox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.caption {
	color:#666666;
	padding-top: 3px;
	font-size: .9em;
	line-height: 1.2em;
}

#mainContent ul {
	margin-bottom: 1.1em;
	margin-left: 1.3em;
	}
	
	#mainContent ul ul {
		margin-bottom: 0;
	}


#mainContent ul li {
	list-style: none;
	background: transparent url(../images/listArrow.gif) 0 6px no-repeat;
	padding-left: 1.2em;
}

#mainContent ol {
	margin-bottom: 1.1em;
	margin-left: 2.5em;
}

#mainContent ol li {
	padding-left: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~Main Logo ~~~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainLogo {
	float: left;
/*	background: transparent url("../images/mainLogo.png") left top no-repeat;*/
	width: 310px;
	height: 83px;
	margin: 0;
	padding: 0;
}

/* Hack for ie6 \*/
/** html #mainLogo {background: transparent url("../images/mainLogo.gif") left top no-repeat;}*/
/* End hack for ie6*/ 

	#mainLogo a {
		display: block;
		height: 75px;
		margin: 0;
		padding: 0;
		/*text-indent: -9000px;*/
		width: 390px;
	}
	
	#mainLogo div {
		position: absolute;
		left: -99999px;
	}

#usaidLogoPrint {
	display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~LAYOUT STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#outer_wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

/* Hack for IE \*/
* html #outer_wrapper {height: 100%;}
/* End hack for IE */ 

#container {
	margin: 0 auto;
	width: 850px;
}
	
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%; /*safari fix*/
	background-color: #071e23;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 50px;
	font-size: .9em;
	color: #9dafb3;
	text-align: center;
	border-top: solid 1px #000;
	}
	
	#footer .container {
		width: 850px;
		margin: 0 auto;
		text-align: left;
		line-height: 1.2em;
	}
	
	#footer p {
		padding: 0;
		line-height: 1em;
	}
	
	#footer a, #footer a:visited {
		text-decoration: none;
		color: #9dafb3;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~Form~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

label {
	font-size: 1em;
}

input {
	font-size: 12px;
	padding: 1px;
}


/*---------------optBox----------------------*/
#optBox {
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 4px 0 15px 15px;
	padding: 0;
	padding-bottom: 5px;
	float: right;
	width: 160px;
	border: solid 1px #cacaca;
}

#optBox h3 {
	margin: 0;
	margin-bottom: 6px;
	padding: 3px 6px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #666e7f;
}

#optBox p {
	margin: 0 3px 7px 7px;
}

#optBox ul {
	line-height: 12px;
	margin: 0;
	padding: 0;
}

#optBox li {
	margin: 0 3px 5px 7px;
	padding: 0;
	padding-left: 7px;
	list-style: none;
	background: url("../images/bullet.gif") left 4px no-repeat;
}

#search {
	float:right;
	clear:right;
	margin-top: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~Others~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	clear: both;
}