body {
    color: black;
    font-size: 100%;
    line-height: 150%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	margin:0px 0px 0px 10px;
	padding:0px;
}

body a {
    color: blue;
    text-decoration: none;
}
body a:visited {
    color: navy;
}
body a:hover {
    color: blue;
    text-decoration: underline;
}
body a:active {
    color: blue;
}

img {	
    border:none; 
}

pre {
    font-family: monospace;
}

b {
    color: navy;
    font-weight: bold;
}

i {
    color: navy;
    font-style: italic;
}

u {
    text-decoration: underline;
}

sub, sup {
    font-size: 71%;
}

h1, h2, h3, h4, h5, h6 {
    color: navy;
  /*  padding-top: 1em;*/
}

p, table, th, tr {
    padding: 0 0 0 0em;
}

ol, ul, dl {
    padding: 0 0 0em 0em;
}

ol, ul {
    margin-top:  0em;
    margin-left: 1.5em;
}

dt {
    color: navy;
    font-weight: bold;
}

th {
/*    border-bottom: 1px solid navy;*/
    padding: 0 1em 0 1em;
    color: navy;
}

td {
    padding: 0 1em 0 1em;
}


/*------------------------------------------------------------*/
/* shortcuts for textformatting */

.indent_attention {
    margin-left:20px;
    color:red;
}

/*------------------------------------------------------------*/
#title {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	/*margin-left:200px;
	margin-right:0px;*/
	margin:0px 0px 0px 200px;
	background:#fff;
	text-align: center;
}

#message {
	position: fixed;
	top: 80px;
	left: 0px;
    width: 100%;
	margin:0px 0px 0px 200px;
	background:#fff;
	font-weight:bold;
	color: red;
	text-align: center;
	
}	 

#menu {
	position: fixed;
	top: 0px;
	width:200px;
	/*float:left;*/
	background:#fff;
	padding-bottom:10px;
	margin-right:10px;
}

#main {
	/*position: absolute;
	top: 150px;
	left: 200px;
	float: right;*/
	margin:140px 50px 50px 200px;
	background:#fff;
	padding-left:0px;
	padding-bottom:0px;
	/*background:#eee;*/
}

#modification {
	font-size: xx-small;
	text-align: right;
}

.navhighlight {
	font-weight: bold;
}