@font-face {
	font-family: "Computer Modern";
	src: url(fonts/cmunrm.otf);
}
@font-face {
	font-family: "Computer Modern";
	src: url(fonts/cmunbx.otf);
	font-weight: bold;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; font-family: "Computer Modern";}
h1{font-size: 28px;}h2{font-size: 30px;}h3{font-size: 22px;}h4{font-size: 16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html {
	height: 100%;
	background-color: #FFF;
}
body {
	background-image: url('background.png');
	background-size: 2000px auto;
	width: 100%;
	min-height: 100%;
	position:relative;
	background-color: #FFF;
}
header {
	height: 128px;
	background: #FFF;
	max-width: 1000px;
	margin: auto;
}
nav {
	text-align:center;
	list-style-type: none;
	margin-left:auto;
	margin-right:auto;
}
nav ul {
	list-style: none;
}
nav ul li {
	margin: 5px;
	display: inline-block;
}
nav ul li a {
	background: #EEE;
	padding: 5px 5px;
	float: right;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-radius: 6px;
}
nav ul li a:hover {
	background: #FFF;
}
.langnav {	
	float: right;
	display: inline-block;
}
.langnav ul {
	list-style: none;
}
.langnav ul li {
	margin: 0px;
	display: block;
}
.langnav ul li a {
	background: #DDD;
	margin-bottom: 5px;
	border-radius: 0px;
	width: 28px;
	font-size: 14px;
}
.activepage {
	background: #CCFFCC;
}
.activepage:hover {
	background: #FFF;
}
.blogpage {
	padding: 2px 2px;
	border: 3px dotted #DDD;
	background: #FFF;
}
.blogpage:hover {
	border-color: #FFF;
}
#pageContent {
	max-width: 1000px;
	margin: auto;
	border: none;
}
/* for a tag containing internal reference */
.internal {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
	line-height: 1.18;
}
.internal:hover {
	border-bottom: 1px dotted #999;
	color: #999;
}
main {
	width: 100%;
}
article {
	border-bottom: 2px dotted #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.last {
	border-bottom: 0px;
}
article h2 {
	margin-bottom: 14px;
}
article h3 {
	margin-bottom: 12px;
}
article p {
	font-size:18px;
	text-align:justify;
	margin-bottom: 7px;
	line-height: 1.2;
}
article ul li {
	margin-left:30px;
	margin-top:5px;
}
article ul li a {
	font-size:18px;
}
article ul li a {
	font-size:18px;
}
article .text-content {
	width: 73%;
	display: inline-block;
	vertical-align: middle;
}      
article .pad-content {
	width: 5%;
	display: inline-block;
	vertical-align: middle;
}      
article .image-content {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
article .image-content img {
	width: 74%;
	height: auto; 
	display: block;
	margin: 0 auto;
}
.specialp {
	font-size:18px;
	text-align:justify;
	margin-bottom: 7px;
}
#logo {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.member {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #EEE;
	border-radius: 6px;
	border-bottom: 0px;
	margin-bottom: 5px;
}
.membername {
	width: 16%;
	height:100%;
	float: left;
}
.memberdesc {
	width: 80%;
	height:100%;
	float: left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.memberclear {
	clear:both;
}
.leftpane {
	width: 33.33%;
	float: left;
	margin-top: 10px;
}

.middlepane {
	width: 33.33%;
	float: left;
	margin-top: 10px;
}

.rightpane {
	width: 33.33%;
	float: left;
	margin-top: 10px;
}
main section {

}
footer {
	max-width: 1000px;
	position:absolute;
	bottom:0;
	background: #EEE;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	height:34px;
}
footer p {
	font-size:12px;
	padding: 10px;
}
address {
	padding: 10px 20px 30px 10px;
}
body > section {
	max-width: 1000px;
	margin: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #999;
	color: #000;
}

@media screen and (max-width: 1000px) {
	body > section {
		padding: 20px 20px;
	}
}
@media screen and (max-width: 400px) {
	body > section {
		padding: 10px 10px;
	}
	footer p {
		font-size: 10px;
		padding: 10px;
	}
}
@media screen and (max-width: 400px) {
	#logo {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	main {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	header {
		height: 100%;
	}
}
@media screen and (max-width: 550px) {
	.leftpane {
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px dotted #999;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	.middlepane {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	.rightpane {
		width: 100%;
	}
}
@media screen and (max-width: 570px) {
	article .text-content {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}      
	article .pad-content {
		width: 0%;
		display: inline-block;
		vertical-align: middle;
	}      
	article .image-content {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	article .image-content img {
		width: 34%;
		height: auto; 
		display: block;
		margin: 0 auto;
	}
}

a:link, a:visited {
  color: rgb(0, 204, 44);
  text-decoration: underline;
} 	