body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url('/images/mapBg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body, td, div, input, textarea, li, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
}

h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
}

a:link {  color: #00824a;  }
a:visited {  color: #00824a;  }
a:hover {  color: #bf7329;  }

ul {
	list-style: square;
	margin: 0px;
	padding: 16px;
}
li {  padding-bottom: 8px;  }

.footer {
	font-size: 10px;
	color: #333333;
	padding-right: 12px;
}




/*  Background images  */
.headerCenter {
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	background-position: top left;
}


.containerBg {
	background-image: url('/images/container_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #e0e0e0; 
}

.nav {
	border-top: solid 1px #8db0e3;
	background-color: #578ad6;
}
.nav a:link, .nav a:visited{
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {  color: #000000;  }
#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
	height: 19px;
	padding-top: 3px;
	padding-right: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#navLeft1, #navLeft2, #navLeft3, #navLeft4, #navLeft5, #navLeft6 {
	border-top: solid 1px #8db0e3;
	border-left: solid 1px #8db0e3;
	background-color: #578ad6;
	width: 12px;
	height: 21px;
}

.tier2Nav, .tier2NavOver {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 26px;
	border-bottom: solid 1px #b4b4b4;
	padding-left: 10px;
	padding-right: 10px;
}
.tier2Nav a:link, .tier2Nav a:visited {
	color: #666666;
	text-decoration: none;
}
.tier2Nav a:hover {
	color: #448e44;
}
.tier2NavOver a:link, .tier2NavOver a:visited {
	color: #448e44;
	text-decoration: none;
}
.tier2NavOver a:hover {
	color: #448e44;
}

.yellowText, .yellowText a:link, .yellowText a:visited {  color: #ffff00;  }
.yellowText a:hover {  color: #ffc844;  }

.required, .note {  color: #cc0000;  }

.caption {
	font-size: 10px;
	line-height: 12px;
	color: #404040;
}

.didYouKnow {
	font-size: 11px;
	line-height: 14px;
	padding: 14px;
}

.countryHeader {
	font-family: 'Times Roman', Times, Georgia, Garmond;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #448e44;
}

.countryHeader p:first-letter {
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-left: 80px;
}