body {
    background-color:white;
    color: black;
    font-size: 16px;
    margin: 0px auto 0px auto;
    padding: 4px;
    overflow-y: scroll;
    overflow-x: scroll;
    text-align: justify;
    font-family: "Arial Unicode MS";
}

a{text-decoration:none;}
a:link{color:#964B00;}
a:visited{color:#962B00;}
a:hover{text-decoration:initial;}

div#top-banner {
	text-align: center;
	background-color: #ffffe0;
	border: 1px solid red;
	margin-bottom: 2px;
}

div#header {
    height: 60px;
    text-decoration: none;
    border-bottom: 2px solid green;
    text-align: center;
    margin-top: 12px;
}

div#header #logo a {
    color: black;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

div#navigation {
    padding: 8px 0px 8px 0px;
    border-top: solid 2px black;
    text-align: center;
    border-bottom: 2px solid black;
    max-width:80%;
    margin:auto;
}

div#navigation a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 8px 0px 8px;
}

div.inner-navigation {
    padding: 0px 0px 0px 0px;
    border-top: solid 2px green;
    text-align: center;
    border-bottom: 2px solid green;
    max-width:80%;
	font-size: 12px;
    margin-left: auto;
	margin-right: auto;
}


div.inner-navigation a {
	font-size: 12px;
    font-weight: bold;
    margin: 0px 8px 0px 8px;
}


div.announce {
  border-radius: 20px 40px;
  background: rgba(255, 182, 193, 0.3);
  padding: 10px;
  display:block;
  margin-bottom: 8px;
}

/* 
   A class for producing reversed lists.  

   Set `counter-reset` to one more than the number of items
*/
div.rev-lists > ul {
  list-style-type:none;
  counter-reset:item 0;
}
div.rev-lists > ul > li {
  counter-increment:item -1;
}
div.rev-lists > ul > li:before {
  content: counter(item) ". ";
  display:inline;
}
div.rev-lists > ul > li:after {
  content: " ";
  white-space: pre;
  display: block;
}
div.rev-lists > ul > li > p {
  display:inline;
}


/*
div#content {
    padding: 12px;
}
*/

div#footer {
    border-top: solid 2px black;
    color: #555;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
}

.alignleft {
    text-align: left;
}

.alignright {
    float: right;
}

.righthead {
    float: right;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
    color: green;
}

div.info {
    color: #555;
    font-size: 14px;
    font-style: italic;
}

div.figure {
    text-align: center;
}

.acknowledgments {
    text-align: center;
    font-size: 18px;
    max-width: 400px;
    margin: 10px auto 10px auto;
}


.indhead {
	display: none;
}

.enghead {
	float: center;
}


@media all and (min-width: 1000px){
    body {
        width:1000px;
        padding: 5px;
    }

    div#header {
        text-align: justify;
    }

    div#navigation {
        padding: 83px 25px 0px 8px;
        text-align: right;
        position: fixed;
        float: left;
        border-top: none;
        border-bottom: none;
        border-right: solid 2px green;
        width: 120px;
        height:2000px;
    }

    div#navigation a{
        display: block;
        font-size: 18px;
        margin: 8px 0px 8px 0px;
    }


	.indhead {
		float: left;
		display: inline;
	}

	.enghead {
		float: right;
		display: inline;
	}
}
