/* Generalities */

body {
	background-color: #a6c389;
	margin-left: 10px;
	margin-top: 10px;
	font-family: arial, sans-serrif;
	font-size: 12px;
	}
h1 {
	color: #800;
	font-style: italic;
	font-size: 14pt;
	}
h1 a, h2 a, h3 a {
	color: #800;
	text-decoration: underline;
/*	font-style: italic;
	font-size: 14pt; */
	}
h1 a:hover {
	color: #966;
	font-style: italic;
	font-size: 14pt;
	}	
h2 {
	color: #800;
	font-style: italic;
	font-size: 12pt;
	}
h3 {
	color: #800;
	font-style: none;
	font-size: 12pt;
	}
/*
a {
text-decoration: none;
} */
a img {
border:0px;
}
hr {
background-color: #400; 
color: #400;
width: 98%;
}
	
/* Classes */
.bold {
	font-weight: bold;
	}
.structure {
	border: solid 1px #999;
	background-color: #fff;
	}
.anav {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana, arial, sans-serrif;
	line-height: 25px;
	overflow: hidden;
	}
.notanav {
	text-decoration: none;
	color: #800;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana, arial, sans-serrif;
	line-height: 25px;
	overflow: hidden;
	}
.anav:hover {
	color: #666;
	}
.center {
	text-align: center;
	}
.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.columntent {
	margin: 1em;
	/* border-bottom: dotted 1px #800;
	border-top: dotted 1px #800; */
	}
.nopmargin p {
	margin: 0px;
	}
.smallcaps {
	font-variant: small-caps;
	font-style: none !important;
	}
.indent {
	text-indent: 14pt;
	}
.highlight {
	border-left: 8px solid #edd;
	margin: 20px 20px 20px 20px;
	background: #eaeaea;
	}
.red {
	color: #800;
	}
.tlodd {
	background-color: #eee;
	}
.tlev {
	background-color: #ddd;
	}
/* Specific */
#navigation {
	/* text-align: center; */
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -195px;
	height: 25px;
	width: 590px;
	z-index: 200;
	}
#navigation_w {
	/* text-align: center; */
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -395px;
	height: 25px;
	width: 790px;
	z-index: 200;
	}
#chronofooter {
	color: #CCC;
	}