* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

body {
	margin: 3em auto;
	background-image: url(webbackground.gif);
	background-repeat: no-repeat;
	width: 65em;
	background-color: #319A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#lang {
	position: absolute;
	width: auto;
	top: 8em;
	left: 0.5em;
	margin: 0em;
}
#lang a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	font-size: 70%;
	color: #813334;
}
#lang a:hover {
	color: #FABEAF;
	text-decoration: underline;
}



#navigation {
	position: absolute;
	width: 20em;
	top: 2.5em;
	left: 25em;
	margin: 0em;
}

#navigation ul {
	font-size: 80%;
	color: #014054;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 60em;
	margin-right: 5em;
	list-style-type: none;
	margin-left: .5em;
}
#navigation li {
	margin-right: 1em;
	letter-spacing: 0.05em;
	background-image: url(BulletGray.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
	float: left;
}
#navigation li a {
	color: #194054;
	text-decoration: none;
	padding-left: 1em;
}
#navigation li a:hover {
	color: #D3E8E9;
	text-decoration: underline;
}

#Content {
	width: 42em;
	margin: 0em;
	padding: 0em;
	position: absolute;
	top: 8em;
	left: 4em;
	background-color: #D3E8E9;
	border: 0.1em solid #1A4548;
	height: 40em;
}

#ContentLong {
	width: 45em;
	margin: 0em;
	padding: 0em;
	position: absolute;
	top: 8em;
	left: 4em;
	background-color: #D3E8E9;
	border: 0.1em solid #1A4548;
	height: 120em;
}

#ContentShort {
	width: 45em;
	margin: 0em;
	padding: 0em;
	position: absolute;
	top: 8em;
	left: 4em;
	background-color: #D3E8E9;
	border: 0.1em solid #1A4548;
	height: 25em;
}

#ContentAbout {
	width: 45em;
	margin: 0em;
	padding: 0em;
	position: absolute;
	top: 8em;
	left: 4em;
	background-color: #D3E8E9;
	border: 0.1em solid #1A4548;
	height: 30em;
}


#ContentLong img {
	border: 1px solid #000000;
}

#ContentLong #Contenttext p {
	font-size: 75%;
}



#Contenttext {
	width: 20em;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 4em;
}


#Contenttext p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}
#Contenttext p.quote {
	font-style: italic;
	font-size: 70%;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: bold;
	margin: 2em;
}
#Contenttext .name {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

#Contenttext h1 {
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
}


#Contenttext a{}
#Contenttext ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 1em;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
}



#Contentslide {
	width: 10em;
	position: absolute;
	left: 26em;
	top: 0em;
	margin: 0em;
	padding-left: 1em;
}


#Contentslide img {
	margin-left: 0em;
	padding: 0px;
}
#Contentslide .slide {
	margin-bottom: 1em;
}


#Contentslide p {
	font-size: 70%;
	font-weight: bold;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-top: 1em;
	width: 22em;
}


#Contentslide img {
	float: none;
	margin-top: 3em;
	margin-bottom: 0px;
}


#Footer {
	position: absolute;
	left: 2em;
	top: 8em;
	height: 40em;
	width: 10em;
}
#Footer img {
	position: absolute;
	top: 30em;
	left: 0;
}

#Footer a.language {
	font-size: 80%;
	color: #D3E8E9;
	position: absolute;
	top: 5em;
	font-weight: bolder;
	letter-spacing: 0.3em;
	text-align: right;
	right: 0em;
}
#Footer a.language:hover {
	color: #FABEAF;
	text-decoration: underline;
}
.bold {
	font-weight: bolder;
	font-size: 110%;
}
