html, body {
  margin-top: 5px; 
  padding: 0px;
  color: Black; 
  background-color: #767676;
  background-image: url(../media/pattern.png);
  background-repeat: repeat;
  font-size: 9.5pt;
  font-family: Verdana, Arial, sans-serif;
}

p {
	margin-bottom: 22px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12pt;
  font-weight: bold;
  color: #006045;
  border-bottom: 1px dashed #BFBFBF;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
}

h4 {
	color: #767676;
	font-size: 11pt;
	font-weight: bold;
}

a {
	color: #006045;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
clear:left;
}


/* WRAPPER  */

#wrapper {
	width: 978px;
	margin: 0 auto;
}

/* LANGUAGE SELECTION */

#language, #language a:link, #language a:visited  {
	width: 100%;
	margin-bottom: 2px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	text-align: right;
	font-size: 8pt;
}

.flag {
	width: 15.5px;
	height: 9.5px;
	border: 0px;
}

/* BANNER */

#banner {
	width: 100%;
	height: 77px;
	margin-bottom: 2px;
	background-image: url(../media/banner.png);
	background-repeat: no-repeat;
}

/* MAIN NAVIGATION */

#menu {
	width: 100%;
	height: 41px;
	margin-bottom: 2px;
	background-image: url(../media/menu_bgrnd.png);
	background-repeat: repeat-x;
}

.menuitem, .menuitem a:link, .menuitem a:visited  {
	float: left;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	line-height: 42px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.menuitem a:hover {
	color: #DFDFDF;
}

/* START: CONTENT CONTAINER */

#c_container {
	width: 100%;
	background-color: #EFEFEF;
}

/* MAIN CONTENT */

#c_left {
	width: 558px;
	float: left;
	background-color: white;
}

#picstrip {
	width: 100%;
	height: 146px;
	background-image: url(../media/frontpic1.png);
	background-repeat: no-repeat;
}

#content {
	width: 518px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 550px;
}

.c_image {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
}

.country {
	text-align: right;
	width: 100%;
	background-color: #DFDFDF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #4F4F4F;
}

#flash_info {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	font-size: 8pt;
	background-color: #015C42;
}

#flash_slideshow {
}

/* BETA NAVIGATION */

#c_right{
	float: right;
	width: 420px;
	height: 100px;
	background-color: green;
}

#flash_map {
}

/* END: CONTENT CONTAINER */


