
/* Dark Background Color*/
.bgColor01 {
	background-color: #875952;
	color: #FFFFFF;
}
/* Medium Background Color */
.bgColor02 {
	background-color: #A56C62;
	color: #FFFFFF;
}
/* Light Background Color */
.bgColor03 {
	background-color: #D07E72;
	color: #FFFFFF;
}
.bgColor04 {

	background-color: #A56C62;
	color: #FFFFFF;
}
/* Adds proper spacing for feature pictures */
.countriesPict{
	padding-bottom: 10px;
}

/* Defines <Go to the country> button */
.gotoCountry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	background-color: #D0904A;
	height: 20px;
	width: 112px;
}
ul#nav
{
	list-style: none;
	margin: 0;
	padding: 6px 0 6px 0px;
	text-align:left
}

#nav li 
{
	padding: 0 0 1px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 1px 4px;
	text-decoration: none;
	list-style-position: 40px;
	margin-left:2cm;
	text-indent:-1.6cm;
	
}
.pnav{
	margin-left:2cm;
	text-indent:-2cm;
	}
