﻿div.container {
	width: 100%; z-index: 1;
	position: absolute; top: 0px;}

div.container2 {
	width: 75%; z-index: 10;
	position: relative; top: 0px; 
	margin: 0px auto 0px auto;}

div.header {
	width: 100%; height: 150px;
	background-color: #EEEEFF;
	padding: 0px; margin: 0px;
	border-bottom: thick groove #333300;}

div.header1 {
	width: 100%;
	position: relative; top: 0px;
	padding: 0px; margin: 0px;}

div.header1 h1 {
	font-family: cursive;
	font-size: x-large; font-weight: 500; font-style: italic;
	color: #333300;
	margin: 0px; padding: 40px 0px 25px 0px; }

img#logo {
	height: 100px; float: left;
	margin: 20px 0px 20px 25px; }

#lang {
	position: absolute;
	top: 5%; right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;}

div.nav {
	width: 100%;
	position: absolute; top: 100px;
	padding: 0px; margin: 0px; }

ul#nav {
	list-style-type:none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right; }

ul#nav li#head {
	margin: 10px 10px 10px 10px;
	padding: 10px 30px 10px 30px;
	background-color: #333300;
	font-size: small; 
	display: inline; 
	list-style: none; }

ul#nav li a:link {
	color:#FFFFFF;
	text-decoration: none; }

ul#nav li a:visited {
	color:#FFFFFF;
	text-decoration: none; }

ul#nav li a:hover {
	color:#FFCC33;
	font-weight: 600;
	text-decoration:none; }

ul#nav li a:active {
	color:#FFCC33;
	text-decoration:none; }

body {
	width: 100%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0px; padding: 0px; 
	background-color: #EEEEEE; }

a:link {color:#003300; text-decoration: none; }

a:visited {color:#333300; text-decoration: none; }

a:hover {font-weight: 900; text-decoration: none; }

a:active {font-weight: 900; text-decoration: none; }

div.main {
	width: 100%; background-color: #FFFFFF;
	position: relative; float: left;
	margin: 25px; padding: 25px; }

div.main h1{
	color: #333300;
	font-size: large;
	margin: 10px 10px 15px 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif; }

div.main p { 
	font-size: medium; 
	line-height: 1.5;}

p { margin: 10px 10px 15px 10px; }

p.backtotop{ 
	text-align: right;
	margin: 10px 10px 10px 10px; }

#center { 
	text-align: center; }	

#bullets {
	list-style: outside square;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-left: 50px; }

ul {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: medium;
	list-style: none; 
	margin: 5px 10px 10px 35px; }

em.color {
	font-style:normal;
	color: #FF9933;
	font-weight:500; }

#left { 
	float: left;
	margin: 5px 40px 5px 5px; }

#right { 
	float: right;
	margin: 0px 0px 0px 20px; }

#disclaimer {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 25px 5px 0px 5px;
	padding: 0px;
	text-align: left;}

div.footer {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%; clear: both;
	position: relative; bottom: 0px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px; }

