<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "windows-874";
/* CSS Document */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0px; padding:0px;
}

h1 {
	color:#000;
	font-size:30px;
}

h2 {
	color:#FFF;
	font-size:13px;
	font-style:bold;
}

h6 {
	color:#F00;
	font-size:12px;
	font-weight:normal;
}

p {
	font-size:14px;
}

body {
	background-color:#fff;
	background-image:url(../img/body_bg.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}

#header {
	width:1000px;
	height:60px;
}

#menu {
	width:1000px;
	height:45px;
	padding-top:15px;
}

#menu-table a {
	display:block;
	height:30px;
	width:90px;
	line-height:30px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	border:1px solid #465f3f;
	font-size:12px;
	color:#FFF;
}

#menu-table a:hover {
	text-decoration:none;
	background-color:#044c29;
	border:#9dca5d 1px solid;
}

#facebook a:link {
	border:none;
	text-decoration:none;
}

/*
#search {
	width:300px;
	height:60px;
	float:right;
}

#search form {
	margin-top:15px;
	padding-left:20px;
	height:30px;
}

#search fieldset {
	margin:0px;
	padding:0px;
	border:none;
}

#search-text {
	width:195px;
	height:30px;
	border:1px solid #395f0b;
	background: #FFFFFF;
	font:italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7F7F81;
	padding-left:5px;
}

#search-submit {
	width: 50px;
	height: 30px;
    background-color:#465f3f;
	border:#465f3f 1px solid;
	font-weight:bold;
	font-size: 11px;
	color: #FFF;
	cursor:pointer;
}

#search-submit:hover {
	background-color:#044c29;
	border:#9dca5d 1px solid;
}
*/

.clear-both {
	clear:both;
}

#logo {
	background-image:url(../img/logo.jpg);
	width:1000px;
	height:150px;
}

#logo a {
	margin-left:40px;
	display:block;
	width:490px;
	height:110px;
}

#logo span { display:none; }

#sub-menu {
	width:1000px;
	height:50px;
}

#article-menu {
	width:595px;
	height:50px;
	float:left;
	border-left:1px solid #2c372e;
}

#article-menu ul {
	padding-left:0px;
	list-style:none;
	line-height:50px;
}

#article-menu li {
	float:left;
}

#article-menu a {
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	border-right:1px solid #2c372e;
}

#article-menu a:hover {
	background-color:#465f3f;
	text-decoration:none;
}

.current  {
	background-color:#465f3f;
	text-decoration:none;
}

/* #article-menu .article-current a {
	background-color:#465f3f;
	text-decoration:none;
} */

#article-service {
	float:left;
	height:50px;
	width:80px;
	line-height:50px;
	color:#FFF;
	font-size:13px;
	margin-left:70px;
	background-image:url(../img/leaf_bg.png);
}

#article-search {
	width:250px;
	float:right;
	margin-top:12px;
}

#Art_submit {
    background-color:#465f3f;
	border:#465f3f 1px solid;
	color: #FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}

#Art_submit:hover {
	background-color:#044c29;
	border:#9dca5d 1px solid;
}

#subject {
	margin-top:15px;
	width:1000px;
	line-height:50px;
	height:50px;
	overflow:hidden;
}

#subject-slider {
	list-style:none;
	overflow-y:hidden;
}

#article-table {
	margin-top:10px;
}

.table-content {
	padding:5px;
}

#note {
	margin-top:5px;
	padding-left:5px;
}

.editor-email-address {
	text-decoration:none;
}

#article-table a:hover {
	color:#F00;
}</pre></body></html>