@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #1584C5;
	font-size:90%;
	letter-spacing: -0.02em;
	line-height:1.5em;
	color:#FFF;
	
}
p {
	color: #FFF;
}
a {
	color:#069;
	text-decoration:none;
}
a:hover {
	color:#069;
	text-decoration:underline;
}
h1 {
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1.2;
}
h3 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.2;
}
ul {
	font-size: 12px;
	color: #FFFFFF;
}

.intro {
	color: #06C;
}

.thrColFixHdr #container {
	background-color: #72AD31;
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-image: url(img/textcell.jpg); */
	background-repeat: repeat-y;
	background-image: url(img/back_green.jpg);
} 
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 50px;
	background-repeat: no-repeat;
	text-align:right;
} 
.thrColFixHdr #topnav {
	padding: 0 0px 0 0px;
	height: 44px;
	text-align: right;
} 
.thrColFixHdr #pod1 {
	padding: 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	margin-right: 3px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #topnav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #pod1 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 40px;
	margin-right: 40px;
	background-image: url(img/bluebox.png);
	background-repeat: no-repeat;
	font-size: 0.94em;
	font-weight: bold;
	line-height: 140%;
}
#sidebar2 a {
	color:#fff;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
#footer a {
	color:#fff;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	/*background-image: url(img/footer.jpg);*/
	background-color:#1F84C3;
	font-size:0.95em;
	background-image: url(img/back_bot.jpg);
	height: 90px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#navbar {
	
    list-style: none;
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	padding:0px 35px 0px 40px;
	/*background:url("img/nav1.jpg") repeat-x;*/
	height:44px;
	text-align:right;
}
#navbar li {
	list-style:none;
	display:inline;
	text-align:right;
}
#navbar a {
	width:110px;
	color:#fff;
	text-decoration:none;
	/*background:url("images/tab2.gif") no-repeat;*/
	float:right;
	padding:12px 13px 13px;
	margin:0 -10px;
}
#navbar a:hover { 
	background-position:0 -44px;
	color:#1e5ebd;
}
#navbar a:active {
	background-position:0 -88px;
	color:#1e5ebd;
	padding-right: 10px;
}
.blue {
	color: #6FF;
	font-style: italic;
}
.blue2 {
	color: #6FF;
	size:0.7em;
}
a .bluelink {
	font-weight: bold;
	text-decoration:underline;
	color: #6FF;
}
#whitebox {
	background-image: url(img/whitebox.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: -20px;
	width: 180px;
	height: 224px;
	padding-top: 25px;
}
#unesco {
	background-image: url(img/unesco.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: -20px;
	width: 180px;
	height: 180px;
	padding-top: 25px;
}
.credits, .credits a {
	font-size: 9px;
	color:#6CF;
	width:980px;
	margin: 0 auto;
	text-align:left;
}
#footleft {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
