body
	{
	margin: 0px;
	background-color: #7f7f7f;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-image: url(../gfx/background.png);
	background-repeat: repeat-x;
	}
	
#top
	{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #f2ecdc;
	text-align: left;
	border-bottom: 1px solid black;
	z-index: 99;
	}

#logo
	{
	position: absolute;
	left: 20px;
	top: 65px;
	width: auto;
	height: auto;
	background-color: transparent;
	}
	
#logo h1
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.3em;
	line-height:  1.3em;
	color: #7a7a7a;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	}
	
#logo h2
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 0.7em;
	line-height:  0.8em;
	color: #7a7a7a;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin: 0px;
	}
	
#menu
	{
	position: relative;
	width: auto;
	height: auto;
	padding-top: 14px;
	padding-left: 20px;
	background-color: transparent;
	font-family: Georgia, Times, "Times new roman";
	color: #4c4c4c;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
	}
	
#menu span
	{
	margin-right: 65px;
	}
	
#menu a
	{
	color: #4c4c4c;
	text-decoration: none;
	}
	
#menu a:hover
	{
	color: #000000;
	text-decoration: underline;
	}
	
#map
	{
	position: relative;
	width: 970px;
	height: 487px;
	margin-left: auto;
	margin-right: auto;
	top: 70px;
	background-image: url(../gfx/map.png);
	background-repeat: no-repeat;
	text-align: left;
	}

#bottom
	{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding: 0px;
	background-color: #f2ecdc;
	border-top: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.71em;
	line-height: 1.7em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	z-index: 1;
	}
	
#bottom span
	{
	position: relative;
	left: 10px;
	top: 5px;
	background-color: transparent;
	}
	
#contentContainer
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 690px;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 80;
	}
	
#contentContainerBlog
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 80;
	}
	
#contentContainerLeftBorder
	{
	position: absolute;
	left: -9px;
	background-image: url(../gfx/contentContainerLeftBorder.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 20px;
	}
	
#contentHeadline
	{
	position: relative;
	margin-top: 51px;
	width: auto;
	height: 40px;
	background-color: #586a57;
	font-family: Helvetica, Arial, Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#contentHeadline span
	{
	position: relative;
	left: 10px;
	top: 8px;
	}
	
#contentHeadline .close
	{
	position: absolute;
	top: 11px;
	right: 11px;
	}
	
#contentHeadline .close a:hover
	{
	border: 0px;
	background-color: transparent;
	}
	
#contentText
	{
	position: relative;
	width: auto;
	width: 620px;
	background-color: transparent;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}
	
#blog
	{
	position: relative;
	width: auto;
	background-color: transparent;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}	

#contentTextWide
	{
	position: relative;
	width: 650px;
	background-color: transparent;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}
	
#contentText img
	{
	width: 100%;
	}
	
#contentText #byline
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.6em;
	line-height:  1.3em;
	color: #3a3a3a;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#contentText #slideshow
	{
	width: auto;
	height: auto;
	background-color: transparent;
	}
	
#contentText #slideshow img
	{
	border: 0px;
	width: 163px;
	}
	
#footer
	{
	position: relative;
	width: auto;
	background-color: transparent;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 20px;
	border-top: 1px dashed #afafaf;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.71em;
	line-height: 1.7em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	}
	
#footer ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	width: auto;
	height: auto;
	}
	
#footer li
	{
	float: left;
	margin-bottom: 20px;
	padding-right: 30px;
	background-color: transparent;
	width: auto;
	}
	
.countryNameContainer
	{
	position: absolute;
	background-image: url(../gfx/countryNameCenter.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: auto;
	height: 38px;
	display: block;
	z-index: 2;
	}
	
.countryNameContainer a
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
.countryNameContainer a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
.countryNameContainer a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
.countryNameContainer a:visited
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
#countryNameLeft
	{
	position: relative;
	left: 0px;
	background-image: url(../gfx/countryNameLeft.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 10px;
	height: 28px;
	float: left;
	}
	
#countryNameCenter
	{
	position: relative;
	background-image: url(../gfx/countryNameBG.png);
	background-repeat: repeat-x;
	background-color: transparent;
	width: auto;
	height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	float: left;
	font-family: Helvetica, Verdana, Arial;
	font-size: 0.7em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	}
	
#countryNameRight
	{
	position: relative;
	left: 0px;
	background-image: url(../gfx/countryNameRight.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 10px;
	height: 28px;
	float: left;
	}
	
#countryMark
	{
	position: absolute;
	background-color: transparent;
	width: 15px;
	height: 15px;
	z-index: 1;
	}
	
#countryMark a
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
#countryMark a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
#countryMark a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}
	
#publishedContainer
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100;
	min-height: 100%;
	background-color: transparent;
	text-align: center;
	z-index: 80;
	}
	
#publishedContainer > #centerContainer
	{
	position: relative;
	top: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	text-align: left;
	min-height: 500px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: -5px 5px 5px #616161;
	-webkit-box-shadow: -5px 5px 5px #616161;
	box-shadow: -5px 5px 5px #616161;
	background-image: url(../gfx/publishedHeadlineBackground.png);
	background-repeat: repeat-x;
	border-top: 1px solid #2f4435;
	}
	
#publishedContainer > #centerContainer > .close
	{
	position: absolute;
	top: 11px;
	right: 11px;
	}
	
#publishedContainer > #centerContainer > .close a:hover
	{
	border: 0px;
	background-color: transparent;
	}
	
#publishedContainer > #centerContainer > h1
	{
	font-family: Helvetica, Arial, Verdana;
	font-size: 1.2em;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 9px 0px 0px 14px;
	padding: 0px;
	}
	
#publishedContainer > #centerContainer > #content
	{
	position: relative;
	margin: 26px 4px 14px 14px;
	width: auto;
	height: auto;
	background-color: transparent;
	}
	
#publishedContainer > #centerContainer > #content > a.pdf
	{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
	width: auto;
	background-color: transparent;
	border: 1px solid #848484;
	}
	
#publishedContainer > #centerContainer > #content > a.pdf > img
	{
	height: 100px;
	width: auto;
	}
	
#publishedContainer > #centerContainer > #content > a:hover.pdf
	{
	background-color: #f2ecdc;
	}

h1
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.6em;
	line-height:  1.3em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	}
	
h2
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1em;
	line-height:  1.5em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1.2em;
	}
	
h3
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1em;
	line-height:  1.2em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-bottom: -0.5em;
	}
	
p
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.71em;
	line-height: 1.7em;
	color: #303030;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2em;
	}
	
a
	{
	color: #d66f11;
	text-decoration: underline;
	background-color: transparent;
	}
	
a:hover
	{
	color: #000000;
	text-decoration: underline;
	background-color: #f2ecdc;
	}
	
a:active
	{
	color: #d66f11;
	text-decoration: underline;
	background-color: transparent;
	}
	
.countryMenu h1
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.3em;
	line-height:  1.5em;
	color: #3a3a3a;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-bottom: -0.6em;
	}
	
.countryMenu h2
	{
	font-family: Georgia, Times, "Times New Roman";
	font-size: 0.8em;
	line-height:  1.5em;
	color: #3a3a3a;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2em;
	}
		
img
	{
	border: 0px;
	}
	
img.imageRight
	{
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px !important;
	border: 10px solid #FFFFFF;
	outline: 1px solid #848484;
	}
	
a:hover img.imageRight
	{
	border: 10px solid #f2ecdc;
	}
	
img.imageTop
	{
	position: relative;
	margin-bottom: 10px;
	width: 100% !important;
	border: 10px solid #FFFFFF;
	outline: 1px solid #848484;
	}
	
a:hover img.imageTop
	{
	border: 10px solid #f2ecdc;
	}
	
.clear
	{
	clear: both;
	}