
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	/*background: #EEE url(img/bg.gif);*/
	background-color: #c8d1db;
	color: #444;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	line-height: 1.2;
}

.item table{
	/*background: #EEE url(img/bg.gif);*/
	color: #444;
	font: normal 100% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	line-height: 1.2;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.1em;
	padding-bottom: .7em;
	text-align:justify;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
	text-align: center;
}



h3 {
	font-size: 1.2em;
	color: #d00;
	text-align: left;  
	padding-top: 0px;
	padding-bottom: 5px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	color: #666;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

tool {
	background: url(img/hammer.png) no-repeat;
	color: #666;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	padding-bottom: 12px;
}
mail {
	display: block;
	padding-bottom: 12px;
}
h1,h2 {
	color: #966;
	padding-top: 6px;
}

h4{
	text-decoration:underline;
}
span.emph {	
	color: #666;
	font: normal 1.4em "Lucida Sans Unicode",serif;
}

/* structure */
.container {
/*	background: url(img/bgcontainer2.gif) repeat-y; */
	background: white; 
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	width: 1030px;
}

/* title */

.title {
	background: url(img/header2.gif) repeat-x;
	height: 120px;
}

.title a:link {
	text-decoration: none;
}
.title a:visited {
	text-decoration: none;
}
.title a:hover {
	text-decoration: none;
}
.title a:active {
	text-decoration: none;
}

.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 100px;
	line-height: 50px;
	text-align: left;
	padding: 6px 6px 6px 6px;
}
.title img {
	vertical-align: middle;
	border-color: white;
	border-width: 4px;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}


/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 2px solid #E5E5E5;
	float: left;
	width: 160px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px 12px 12px 12px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.3em;
	height: 15px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	text-align: center;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
	text-align: left;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}		   
.sidenav li a:hover {
	color: #966;
}

/* content */

.content {
	float: right;
	width: 800px;
	padding: 8px 18px;
}


.content .item {
	padding: 6px 12px;
	border: 2px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	text-align:justify;
	font: 1em "Trebuchet MS",sans-serif;

}

.content li a{
	color:#666;

}

.content li li {
	list-style: square;
	margin-left: 18px;
	text-align:justify;
	font: normal 90% "Lucida Sans Unicode",sans-serif;
}

.content a {
	color: #69C;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}


.content a:visited {
	color: #96F;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
 /* fin content */

 .emph{
	color:#000099;
}

.item li{
	font-weight:bold;
}

.item li a:visited {
	color: #000000;
}

.dates a {
	font:1.5em "Trebuchet MS",sans-serif;
	text-align:center;
	padding: 3px;
}
.dates a:hover {
	font:1.5em "Trebuchet MS",sans-serif;
	text-align:center;
	background: #DDD;
}
.dates a:visited {
	font:1.5em "Trebuchet MS",sans-serif;
	text-align:center;
	color: #96F;
}


/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	clear: both;
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin-top: 6px;
	text-align: center;
	padding: 6px -6px 0px 0px;
	width: 100%;
}


.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer img {
	border : 0px;
}	


.author {
	color:#FFF;
}

.menu{
	text-align: center;
	font-size: 1.5em;
}

object{position:relative;width:640px;height:480px}

