@charset "UTF-8";

body {   }

#sidebar { display: none; }	

#content { margin-top: 2em; margin-left: 20%; margin-right: 20%; border: none; background-color: #ecf2df; }
p, dl, ol, ul, blockquote {
	font-family: Trebuchet MS, sans-serif;	
}

#navbar { display: none; }	
#endbar { display: none; }	
#footer { display: block; }
#header { 
	margin-left: 20%; margin-right: 20%;
	border: none;
	font-size: 130%;
	text-align: center;
	margin-top: 3em;
	position: relative;
	width: 60%;
	display: block;
} 

div.issn {
	display: block;
	position: absolute;
	right: 0.1em;
	top: 0.1em;
	font-size: 50%;
	color: #324b00; 
}

#header h1,#header h2 { text-align: center; }
h4 { text-align: center; margin-top: 0.5em; font-weight: normal }

div#content {
	overflow: hidden;
}

div.menu {
	display: block;	
	overflow: hidden;
	width: 100%;
	margin-top: 2em;
}

#header img {
	margin-bottom: 1em;	
}

#content a:link, a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

div.menu div.left {
	float: left;
}

div.menu div.right {
	float: right;
}

div.menu div.center {
	text-align: center;
	clear: both;
	margin-bottom: 2em;
	width: 10em;
	margin-left: auto;
	margin-right: auto;
}

span.issue {
	display: block;
	width: 8em;
	height: 3em;
    background-image: url("ed_img/book_closed.png");
    background-repeat: no-repeat;
    background-position: 0.4em;
    padding: 0 30px 0 30px;
    background-color: #ecf2df;
    font-size: 90%;
    text-align: center;
}
span.issue a {
    font-style:italic;
    font-weight:normal;
    text-decoration: none;
}
a:hover span.issue {
    text-decoration: underline;	
}