/* structure to hide from NN and early browsers */

body {
	margin: 150px 0px 0px 0px;
	padding: 0;
		}
		
#container {
	margin: 0px 5px;
	padding: 10px 25px 5px 21px;
	width: auto;
	}

#content {
	line-height: 140%;
	padding: 0px 1em 5px 1em;
	margin: 0px 10px 5px 14em;
	width: auto;
	}
	
#top {
	margin: 0px;
	padding: 10px 12px 5px 0px;
	border:0 none;
	left: 280px;
	top: 0px;
	height: 130px;
	position: absolute;
	}

#content li a {
	line-height: 150%;
	}

#menu {
	width: 13em;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
	
#menu ul {
		list-style: none;
		}
		
#menu li a {
	text-decoration: none;
	display: block;
	}
	
#menu li.here {
	display: block;
	}
	
#menu .navhead {
	letter-spacing: 0.05em;
	}

#footer {
	line-height: 130%;
	padding: 0px 1em 5px;
	width: auto;
	float: none;
	}
	
#footer .navhead {
	letter-spacing: 0.1em;
	}
		
h2, h3, h5, h6 {
	line-height: 1.7;
	}

h1 {
	letter-spacing: 0.1em;
	line-height: 110%;
	margin: 0;
	padding: 25px 0px 1px;
	}
	
h2 {
    letter-spacing: 0.1em;
    line-height: 115%;
    text-align: center;
	}
		
h3 {
	letter-spacing: 0.1em;
	line-height: 110%;
	}
	
.author {
	letter-spacing: 0.1em;
	}
	
.abstract {
	line-height: 115%;
	text-align: justify;
	margin: 0 35px 15px 35px;
	}

.attention {
	color: #FF0000;
}
