/*@charset "iso-8859-1";*/
/*@charset "utf-8";*/
/* Author: Manuel Schulte */
/* Created: 24/02/2003 */
/* Last updated: 16/01/2011 */
/* v.1.7.0 */

/* Tag Styles */
a:link, a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

html {
	margin:0;
	padding:10px;
	color:#fb0;
	background-color:#202060;
}

/* Font size is 90% of the default Browser's font size */
body {
	margin:0 auto 0 auto;
	padding:0;
	font-size:90%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#204050;
	background-color:#d0e0ff;
	border:2px solid #fb0;
	width:800px;
}

/* h1 is reserved for page header titles ! */
h1 {
	text-align:center;
	font-size:200%;
}

/* Titles general definitions;
	 Particular definitions are found below, in Classes
	 or Divisions definitions */

/* Title used in the container div and in the menu div */
h2 {
	font-size:150%;
}
h3 {
	font-size:135%;
}
h4, h5 {
	font-size:120%;
}
h6 {
	font-size:110%;
}

/* By default images have no border
	 (especially when used as hyperlinks !) */
img {
	margin:0.1em;
	padding:0.1em;
	border:0;
}

/* By default pragraphs are justified */
p {
	text-align:justify;
}

ul.flat li {
	float:left;
	display:inline;
}

ul.noliststyle {
	list-style-type:none;
}

/* Classes */
a.nodeco:link, a.nodeco:visited {
	color:#204050;
	text-decoration:none;
}
a.nodeco:hover {
	color:#00f;
}

.red {color:#f00;}

.center {text-align:center;}

.clearleft {clear:left;}
.floatleft {float:left;}
.clearright {clear:right;}
.floatright {float:right;}

.small {
	font-size:9pt;
}
.smaller {
	font-size:smaller;
}

.strong {
	font-weight:bolder;
}

.squarelist {
	list-style-type:square;
}

/* Classes only for divisions ! */
div.contact {
	margin:0 0 1em 0;
	padding:0.5em 0.75em 0.5em 0.75em;
	color:#204050;
	background-color:#fff;
	width:90%;
}
div.contact h6 {
	margin:0 0 0.5em 0;
	font-style:italic;
	color:#204050;
	border-bottom:1px solid #204050;
}

div.box {
	margin:2.5em 2.5em 0.5em 2.5em;
	padding:0;
	font-size:smaller;
	font-style:normal;
	color:#204050;
	background-color:#fff;
	border:2px solid #fb0;
	width:160px;
}
div.box h4 {
	text-align:center;
	display:block;
	margin:0;
	padding:0.5em;
	color:#202060;
	background-color:#fb0;
}
div.box p {
	padding:0 0.5em 0 0.5em;
}
div.box a:link, div.box a:visited {
	color:#00f;
	text-decoration:none;
}
div.box a:hover {
	text-decoration:underline;
}


/* Divisions */	
div#header {
	margin:0 0 0.5em 0;
	padding:0 1em 0.5em 1em;
	color:#fff;
	background-color:#34a;
	border-bottom:2px solid #fb0;
}
div#header h1 {
	color:#fff;
	background-color:#34a;
}

div#menu {
	float:right;
	margin:0.5em 1em 0 0;
	padding:0 0.5em 0 0.5em;
	border-left:1px dotted #34a;
	width:200px;
}
div#menu h3 {
	text-align:right;
	margin:0 0 1em 0;
	color:#34a;
	border-bottom:1px solid #34a;
}
div#menu ul {
	list-style-type:none;
	margin:0 0 1.25em 0;
	padding:0;
}
div#menu li {
	margin:0 0.5em 0.25em 0.5em;
}
div#menu a {
	display:block;
	text-decoration:none;
	padding:0.1em 0.5em 0.1em 0.5em;
}
div#menu a.current {
	font-weight:bolder;
}
div#menu a:link, div#menu a:visited {
	color: #204050;
}
div#menu a:hover {
	color:#fff;
	background-color:#34a;
}

div#contents {
	margin-right:240px;
	padding:0 1em 0.5em 1em;
}
/*
div#contents ul li ul {
	list-style-type:none;
}
*/
div#contents h2 {
	color:#204050;
	border-bottom:1px solid #204050;
	margin:0 0 0.5em 0;
}
div#contents h4 {
	margin:0 0 1em 0;
	color:#34a;
	border-bottom:1px dotted #34a;
}

div#cleardiv {
	clear:both;
}

div#footer {
	height:85px;
	margin:0.5em 0 0 0;
	padding:0.25em 1em 0.25em 1em;
	color:#fff;
	background-color:#34a;
	border-top:2px solid #fb0;
}
div#footer a:link, div#footer a:visited {
	color: #fb0;
}
div#footer div {
	margin:0;
	padding:0;
}
div#footer div.imgbox{
	margin:0.5em 0 0.5em 0;
	padding:0.25em;
}

/* Division used on the front page and
	 in the pages under construction */
div#index {
	margin-left:10px;
	margin-right:240px;
	padding:1em 1em 1em 1em;
	font-style:italic;
	background-color:#5c7fdd;
}
div#index.span {
	margin:0 !important;
}
div#index a {
	color:#204050;
}
div#index a:hover {
	font-weight:bolder;
}
div#index h4 {
	margin:0 0 0.5em 0;
	color:#fff;
	border-bottom:1px solid #fff;
}
div#index p.index {
	text-align:center;
	font-style:normal;
	font-weight:bolder;
	color:#fff;
}