* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 80%;
	background: #f1fbff;
	color: #333;
	line-height: 1.3em;
    margin:0 auto;
	text-align: center;
	vertical-align: top;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.7em 0;
	color: #666;
	border-bottom: 3px solid #ececec;
	padding: 0 0 0.4em 0;
    line-height:150%;
}

h2 {
	font-size: 1.2em;
	color: #666666;
	margin: 1.2em 0 0.4em 0;
    padding: 0;
}

h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 1.0em;
	margin: 1.2em 0 0.6em 0;
}

h4 {
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	color: #666;
}

p {
	padding: 0 0 10px 0;
}

ul {
	margin: 15px 0 5px 0;
	list-style:none;
}

ul li {
	padding: 0 0 5px 15px;
	background: url(../images/bullet_arrow.gif) 0 3px no-repeat;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	padding: 0 0 5px 0;
}

fieldset {
	border: 0;
}

blockquote {
	padding: 20px 10px 20px 20px;
}


/* 508 */

#skipNavigation {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* LAYOUT */

#containerOuter {
 background: url('../images/container_shadow_left.gif') repeat-y top left;
 padding-left: 18px;
 width: 754px;
 	margin: 0 auto;
	text-align: left;
}

#container {
	width: 754px;
	padding-right: 18px;
	background: url('../images/container_shadow.gif') repeat-y top right;
	background-color: #fff;
}

#header {
	width: 754px;
}

#logo {
	background: url('../images/logo_hs2020.gif') no-repeat top left;
	height: 94px;
	width: 470px;
	float: left;
}

#logo img {
	display: none;
}

#usaidLogo {
	background: url(../images/logo_usaid.gif) no-repeat top left;
	height: 94px;
	width: 284px;
	float: left;
}

#usaidLogo img {
	display: none;
}

#navigation {
	clear: both;
	width: 100%;
	background: #6DC604 url(../images/navigation_bg.gif) repeat top left;
	border-top: 1px solid #ececec;
}

#content {
	padding-top: 12px;
	width: 455px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#contentfull {
	padding-top: 12px;
	width: 724px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#sidebar {
	width: 269px;
	float: left;
}

#footer {
	clear: both;
	background: #f3f3f3 url('../images/footer_bar.gif') top left no-repeat;
	padding-right: 15px;
}



/* NAVIGATION */

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: none;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:hover {
	color: #d6f6b7;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	border-right: 1px solid #d6f6b7;
	display: block;
	height: 20px;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
	float: left;
	
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li.selected a:link,
#navigation ul li.selected a:visited,
#navigation ul li.selected a:hover,
#navigation ul li.selected a:active,
li.selected a:link,
li.selected a:visited,
li.selected a:hover,
li.selected a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#navigation ul li#navigationLast a{
	border: 0;
}


/* SEARCH */

#searchField
{
	background: url(../images/search_box_bottom.gif) #ececec no-repeat left bottom;
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.searchBar,
.newsletterBar {
	width: 130px;
	border: 1px solid #999;
	float: left;
	margin-top: 1px;
	height: 17px;
}

.newsletterBar {
	width: 160px;
}

/* .searchLabel { */
#searchField label {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	color: #666;
}

/* FOOTER */

#footerNav {
	text-align: right;
	padding-top: 25px;
	float: right;
	padding-bottom: 15px;
}

#footerDisclaimer {
	clear: both;
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom: 40px;
}

#footerDisclaimer div {
	padding-top: 5px;
}

#footerDisclaimer img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}



/* BREADCRUMB */

#breadCrumb {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}



/* STYLING */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.homeImage {
	margin-bottom: 5px;
	margin-left: -15px;
}

#content .leaderText {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
}

.boxMore {
	padding: 0.3em 0.3em 0.3em 1.2em;
	background: #d9efbf url(../images/arrow_blue.gif) 0.5em 0.5em no-repeat;
	float: right;
	margin: 0.5em 0 0 0;
	border: 1px solid #c3ef8e;
}

#sidebar .boxMore {
	background-color: #ececec;
	border: 1px solid #dedede;
}

.featured {
	clear: both;
	background-color: #ecf9dc;
	margin-top: 10px;
	padding: 10px;
}

.poll {
	color: #666;
}

.boxPrimary img {
	float: left;
	margin-right: 10px;
}

#sidebar .Box-Primary {
	background: #fbffd3 url(../images/topics_box_top.gif) top left no-repeat;
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
}

#sidebar .Box {
	border: 1px solid #e5e5e5;
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
	margin-right: 2px;
}

.Box2 {
	border: 1px solid #e5e5e5;
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
	margin-right: 2px;
}

input.button {
	float: left;
	margin-left: 5px;
}

.inputButton {
	background: #80BADE url(../images/inputbutton.gif) top right no-repeat;
	height: 20px;
	padding: 2px 26px 2px 0;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 5px 0 0 0;
	cursor: pointer;
	text-align: right;
	width: 105px;
	margin-left: 75px;
	font-size: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.Box select {
	margin-bottom: 4px;
	width: 180px;
}

.contentImage {
	float: left;
	margin: 3px 10px 0 0;
	border: 10px solid #ececec;
}

.dataTable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size:9px;
}

.dataTable td, .dataTable th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}

.dataTable caption {
	font-size: 0.9em;
	padding: 4px 0 4px 0;
	color: #666;
	font-weight: bold;
}

div.pager {
    float:right;
    margin: 0 0 0.5em 0;
}

div.pager form.pager-nav {
    margin-top:0.5em;
}

div.pager form.pager-nav select {
    width: 3.5em;
}

.stxToC {
    margin-top: 1em;
}

.stxToC dt {
    font-weight:bold;
    font-size:12px;
}

.stxToC dd {
    padding:0.5em 0 0.5em 1em;
}



/* TABS */

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				70px;
	height:				16px;
	background-image:	url(../images/tab.png );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;

	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url(../images/tab.active.png) !important;
	background-repaet:	no-repeat;

	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url(../images/tab.hover.png );
	background-repaet:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;

	font:				11px Tahoma;
	color:				Black;

	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}








#errorpanel
{
	display:none;	
}

#PageInstructions
{
	display:none;
}