body {
	margin: 10px;
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	
}

#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

h3 {
	color:#036;
	font-style:oblique;
}

#slider {
	width: 800px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	height: 450px;
	width: 800px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	background-image: url(images/content_pane-gradient.gif);
}

.scrollContainer div.panel {
	padding: 20px;
	height: 400px;
	width: 760px;
}

#shade {
	background: url(images/shade.jpg) no-repeat 0 0;
	height: 150px;
	padding-left: 30px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 8px; 
    padding-bottom: 9px;
	background-color:#036;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
	color: #fff;
}

ul.navigation a:hover {
	background-color:#069;
}

ul.navigation a.selected {
    background-color:#069;
}

ul.navigation a:focus {
    outline: none;
}

li {
	margin-bottom: 15px;
	color: #666;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#home.panel {
	background-image: url(/images/program-maps/prog-map-world.gif);
	background-repeat: no-repeat;
}

#africa.panel {
	background-image: url(/images/program-maps/prog-map-africa.gif);
	background-repeat: no-repeat;
}

#americas.panel {
	background-image: url(/images/program-maps/prog-map-americas.gif);
	background-repeat: no-repeat;
}

#asia.panel {
	background-image: url(/images/program-maps/prog-map-asia-pacific.gif);
	background-repeat: no-repeat;
}

#europe.panel {
	background-image: url(/images/program-maps/prog-map-europe.gif);
	background-repeat: no-repeat;
}

#centralasia.panel {
	background-image: url(/images/program-maps/prog-map-central-asia.gif);
	background-repeat: no-repeat;
}

#middleeast.panel {
	background-image: url(/images/program-maps/prog-map-middle-east.gif);
	background-repeat: no-repeat;
}

a.return {
	font-size: small;
	text-decoration: none;
	height: 20px;
	padding: 10px;
	border: 2px dotted #036;
	position: absolute;
	top: 20px;
	left: 465px;
	background-color:#FFF;	
}

a.return:hover {
	background-color:#FF9;
}
