﻿/* CSS layout */
.tpmenu a:link { text-decoration: none; color:#E0D8D5; }
.tpmenu a:visited {	text-decoration: none;	color: #E0D8D5; }
.tpmenu a:hover {	text-decoration: none;	color: #CE9F00;}
.tpmenu a:active {	text-decoration: none;	color: #E0D8D5 ;}

.ltmenu a:link {color: #CE9F00;	text-decoration: none;}
.ltmenu	a:visited {	text-decoration: none;	color: #CE9F00;}
.ltmenu	a:hover {	text-decoration: none;	color: #FFD64B;}
.ltmenu	a:active {	text-decoration: none;	color: #CE9F00;}

.intext a:link {color: #501F50;	text-decoration: none;}
.intext	a:visited {	text-decoration: none;	color: #501F50;}
.intext a:hover {	text-decoration: none;	color: #FFD64B;}
.intext	a:active {	text-decoration: none;	color: #501F50;}

.mastcountry a:link { color: #ABA7A6; text-decoration: none;}
.mastcountry	a:visited {	text-decoration: none;	color: #ABA7A6;}
.mastcountry	a:hover {	text-decoration: none;	color: #FFD64B;}
.mastcountry	a:active {	text-decoration: none;	color: #ABA7A6;}
	


body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #E0D8D5
	;
}

#languages {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: #ABA7A6;
	font-weight: bold;
	
}

#masthead {
	width: 900px;
	margin-top: 20px;

	margin-left: auto;
	margin-right: auto;
}

#top_nav {
	width: 900px;
	background-color: #3A3A3A;
	margin-left: auto;
	margin-right: auto;
	color: #E0D8D5;
	font-size: 16;
	font-family: "Century Gothic", "Lucida Sans", Arial;
	font-weight: normal;
	text-align: center;
	
}

#container {
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	background-color:#FFFFFF
}

#left_col {
	background-position: center;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 20px;
		height: auto;
}

#leftmenu {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #937204;	
	width: 162px;
	line-height: 2;
	padding-left: 38px;

}

#lefttext {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: 2;
	color: #3A3A3A;
	padding-left: 38px;
}

#right_col {
	width: 200px;
	float: right;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #3A3A3A;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	background-position: center;
	width: 500 px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	color: #501F50;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: 2;
}

#page_content2 {
	margin-left: 200px;
	margin-right: 20px;
	background-position: center;
	width: 680 px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	color: #501F50;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: 2;
}



















#picture {
	text-align: center;
}

#insettext {
	margin-left:15px;
	}

#lists {
	margin-left:15px;
	line-height:1.5;
}

#indent {
	margin-left:15px;
	line-height:1.5
	;
}

#rightfloat {
	float:right;
}

#description {
	font-family: "Arial Narrow";
	font-size: small;
	text-align: center;

}

#footer {
	font-size: small;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-align: center;
	clear: both;
	width: 880px;
	background-color: #E0D8D5;
	margin-left: auto;
	margin-right: auto;
	color: #ABA7A6;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#nextbutton {
	float: right;
	background-color: #F0ECEB;
	font-family: "Century Gothic", "Lucida Sans", Arial;
	font-size: small;
	font-weight: bold;
	color: #CE9F00
}

#leftbutton {
	float: left;
	background-color: #F0ECEB;
	font-family: "Century Gothic", "Lucida Sans", Arial;
	font-size: small;
	font-weight: bold;
	color: #CE9F00;
}

