<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider{
	margin: 30px 0 -10px auto;
	text-align: center;
}
#slider img{
	display: block;
	text-align: center;
	margin: 0px auto;
}
.noTop{
	margin-top:-20px;	
}
.iconbox_content_title{
	background:#81225e;
	display:inline-block;
	padding:10px;
	color:white;
	text-shadow: 2px 2px 2px #000;
}
#latest-news{
	color:#81225e;	
	font-family: 'MyriadProRegular';
	font-size:13px;
	font-weight:bold;
	margin:10px 5px;
}
#latest-news a{
	color:#81225e;	
	text-decoration:none;
}
#latest-news a:hover{
	text-decoration:underline;
}
#latest-news li{
	padding:5px 0 0 5px;	
}
#latest-news span{
	font-weight:normal;
	color:#636363;
}
#latest-news img{
	margin:0 10px;	
}

#tool{
	color:#636363;
	font-family: 'MyriadProRegular';
	font-size:13px;
	margin:10px 0;
	background:#fdfdf2;
	padding:5px 0 10px;
}
#tool ul{
	margin:0px;
}
#tool a{
	color:#636363;
	text-decoration:none;
}
#tool a:hover{
	text-decoration:underline;
}
#tool li{
	padding:5px 0 0 0px;	
}
#tool img{
	margin:0px 10px 0;	
	display: block;
	float: left;
}
.copyright{
	float:right;	
}
.breadcrumb{
	padding:10px;	
}
.breadcrumb span{
	font-weight:bold;
	color:#81225e;	
}
.content{
	padding: 10px;	
}
.content img{
	margin: 20px 0;	
}
.content h4{
	color:#81225e;	
}
.content h5{
	color:#fff;	
}
.content ul{
	margin:10px 20px;
}
.content li{
	padding:5px 0 0 5px;	
	list-style:disc;
}
#sidebar{
	margin: 52px 0 20px;
}
#sidebar ul{
	color:#81225e;	
	margin: 10px 25px;
}
#sidebar li{
	padding:5px 0 0 5px;
	list-style:url(../image/icon-arrow.jpg);
	vertical-align: top;
	font-weight:bold;
}
.submenu ul {
    position: absolute;
    top: 24px;
    left: -50%; 
    opacity: 0;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.submenu li:hover &gt; ul { opacity: 1; } 
.submenu ul li {
	float:left!important;
	text-align:center;
    height: 0;
	width:150px;
    overflow: hidden;
    padding: 0; 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
} 
.submenu li:hover &gt; ul li {
    height: 20px;
    overflow: visible;
    padding: 0;
}
.submenu ul li a {
    padding: 8px;
    margin: 0;
	display:block;
 	text-decoration:none;
    border: none;
	background: #FFF;
}
.submenu ul li a:hover {
	background:#1e4279;
	color:white;
}
#staff {
	display:block;
	width: 100%;
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
	clear:both;
	overflow:hidden;
}
.staff-thumbnail {
	float: left;
	margin: 5px 20px 0 0;
}
.detail-staff{
	display: inline-block;
	margin-top: 10%;	
}
.icon-pdf{
	float: left;
	vertical-align: middle;
	margin: 0px 10px 0 0 !important;
}
.content a{
	color: #81225e;
	text-decoration:none;
}
.breadcrumb a{
	font-weight: bold;
	color: #81225e;
	text-decoration:none;	
}
.border-img{
	float: right;
	border: 3px solid #eeeeee;
}
.divider{
	border-bottom:1px dotted #CCCCCC;	
	margin:10px 0;
	padding:10px 0;
}
.clearbtn{
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0px;	
}
.biggerfont{
	font-size:13px !important;	
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
		#slider {margin: 120px 0 -10px auto;}
		.biggerfont{font-size:12px !important;	} 
 } </pre></body></html>