/* Basic Formatting */
/* ----------------------------------------------------------- */
body {
	/* font-size: 0.7em; */
	font-family: Univers, Verdana, Arial, sans-serif;
	color: #333;
	background: #ccc;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
}

a {
	font-weight: bold; 
	text-decoration: none;
	color: #617EA1;
}

a:visited {
	font-weight: bold;
	color: #617EA1;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Univers, Verdana, Arial, sans-serif;
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.65em;
}

h2 {
	font-size: 1.55em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.15em;
}

strong {
	font-weight: bold;
	color: #617EA1;
}

em {
	font-style: italic;
	color: #980000;
}



/* Navigation Bar */
/* ----------------------------------------------------------- */
#nav {
	margin: 0;
	background-color: #617EA1;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}

#nav td {
	vertical-align: top;
}

#nav ul ul {
	display: none;
}

#nav ul.topmenu > li { 
	margin: 0; 
	padding: 0;
}

#nav ul {
	padding: 0; 
	margin: 0; 
	border-bottom: 2px solid #617EA1;
	background-color: #617EA1;
	font: 1em sans-serif;
	z-index: 2;
}

#nav ul li {
	list-style-type: none;
	border: 1px solid #617EA1; 
	border-width: 1px 1px 0 3px;
	position: relative; 
	margin: 0; padding: 0;
}

#nav ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: -1px; 
	left: 100%;
}

#nav li a {
	display: block; 
	padding: .3em .3em; 
	text-decoration: none; 
	color: #617EA1;
	background: #fff;
}

#nav a {
	font-weight: normal;
}

#nav ul.topmenu {
	border: none;
}

#nav ul.topmenu li a:hover {
	background: #617EA1; 
	color: #fff;
}

#nav ul.topmenu > li:hover > ul {
	width: 12em; 
	top: 100%; 
	left: -3px;
}

#nav ul.topmenu > li > a {
	font-weight: bold; 
	background: #617EA1; 
	color: #fff;
}

#nav ul.topmenu > li > a:hover {
	color: #f6014c;
}

#nav ul ul {
	width: 10em;
}


/* Tool Bar */
/* ----------------------------------------------------------- */
#toolbar {
/*	padding: .2em 20px .2em 20px; */
	background-color: #CECFCE;
	color: #637DA5;
	font-size: 10px;
	padding-left: .3em;
	padding-bottom: .4em;
	padding-top: .4em;
	border-bottom: 1px solid #CECFCE;
}

#toolbar form {
	display: inline;
}

#toolbar table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Navigation Bar on the Left
/* ----------------------------------------------------------- */

#leftmenu {
/*	position: absolute; 
	width: 132px;
	left: 10px; */
	margin: 0px;
	border-width: 0;
	padding: 0;
	font-size:10px;
	font-weight: bold;
/*	font: 1em sans-serif; */
}

#leftmenu td {
    vertical-align: center;
	border-left-color: #FFFFFF;
	align: left;
}
/* menu styles */
#leftmenu a {
/*	display: block;
   	margin: 0 0px 0 0;  */
   	padding: 5px 0px 3px 10px;
/*   	text-decoration: none; 
   	color: #617EA1; 
   	background: transparent; */
}
/*
#leftmenu .topline {
	border-top: solid #ccc 1px;
	border-left: solid #333 1px;
}


#leftmenu a:visited {
	color: #617EA1; 
}


#leftmenu a:hover {
	background-color: #617EA1; 
   	color: #fff;
   	padding-right: 10px; 
   	margin-right: 0;
}
*/

/*
#leftmenu a#current {
   background-color: #617EA1;
   color: #fff;
   border-width: 0px;
   border-right: 10px; 
   padding-right: 7px;
   margin-right: 0px;
} 
*/

/* main content */
#content {
  font-size:90%;
  text-align: left;
     margin: 0;
   padding: 0;
}

#content #chooser {
   color: #000;
   border-bottom: 1px solid black;
   /* margin: 12px 0px 0px 0px; */
   margin: 0;
   padding: 0;
   text-align:right;
   font-size: 70%;
}

#content #chooser a:hover {
 text-decoration:none;
}

#content #lang {
   color: #00ffff;
   /* border-bottom: 1px solid black; */
   /* margin: 12px 0px 0px 0px; */
   margin: 0;
   padding: 0;
   text-align:right;
   line-height:120%;
   font-size: 100%;
}

#content #lang a:hover {
 text-decoration:none;
}

#content #titlebar{
  font-weight: bold;
}

#content #maintext{
}

#content #maintext ul li {
   padding-bottom: 2px;
   text-align:justify;
}

#content #maintext #submenu {
   
   margin: 0;
   padding: 0;
   text-align:left;
   font-size: 80%;
}

#content #maintext #backtotop {
   text-align:right;
   font-size:70%;
   padding: 0;
   margin: 0;
}

/* video */
#video {
  float:right;
  padding: 10px;
}

/* Footer */
/* ----------------------------------------------------------- */
p.footer {
	border-top: 1px solid #ccc;
	margin: 0em;
	background-color: #fff;
	color: #333;
	padding: 5px;
	text-align: center;
	font-size: 9px;
}

p.footer a:link, p.footer a:visited {
	background-color: #fff;
	font-weight: bold;
	color: #617EA1;
	text-decoration: none;
}

p.footer a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: underline;
}


p.footer span.webmaster {
	font-weight: bold;
	color: #617EA1;
}


