@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(90deg,rgba(179,179,179,1.00) 0%,rgba(103,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(179,179,179,1.00) 0%,rgba(103,0,0,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(179,179,179,1.00) 0%,rgba(103,0,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(179,179,179,1.00) 0%,rgba(103,0,0,1.00) 100%);
	background-image: -ms-linear-gradient(90deg,rgba(179,179,179,1.00) 0%,rgba(103,0,0,1.00) 100%);
	

}
h1 {
	font-size: 30px;
	text-align: center;
	font-family: "Footlight MT Light", Arial, Dotum;
}
h2 {
	font-size: 24px;
}
#menubar td {
	padding-left: 14px;
	padding-right: 14px;	
}
#maintable {
	width: 80%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.menui {
	width: 88px;
	height: 100px;
	background-image: url('images/closedsci-edited.png');
	background-repeat: no-repeat;
	text-align: center;
}
.menui:hover {
	width: 88px;
	height: 100px;
	background-image: url('images/opensci-edited.png');
	background-repeat: no-repeat;
}
a {
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	font-family: "Footlight MT Light", Arial, Dotum;
}
#footer {
	color: #FFFFFF;
	height: 40px;
	width: 100%;
	margin-right: 10%;
	text-align: right;
	font-family: "Footlight MT Light", Arial, Dotum;
	font-size: medium;
}
#content {
	height: 545px;
	font-family: "Footlight MT Light", Arial, Dotum;
	margin-left: 20px;
	overflow-y: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#content a {
	color: #C1272D;
	font-weight: normal;
}
#menubar {
	margin: 0 auto;	
}
#header {
	width: 100%;
	text-align: left;
}
p {
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4	{
	font-size: 16px;
	font-weight: normal;
}
li {
	font-size: 18px;
}