@charset "utf-8";
/* CSS Document */
body  {
	font: 12pt Calibri, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.container { 
	width: 940px;
	background: #909090;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 10px 10px;
}
.header {
	width: 940px;
	height: 100px;
	margin: 0;
	padding: 0;
}
.cy .header {
	background: url('/site/banner-cy.png') top left no-repeat;
	}
.en .header {
	background: url('/site/banner-en.png') top left no-repeat;
	}
.header h1 {
	display: none;
	}

/* Page Content */
.lcol {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
}
.mcol {
	width: 760px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 10px;
	background: #eeeeee url('/site/rcb780.png') bottom left no-repeat;
}
.footer {
	width: 940px;
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 2px dotted #666;
}
.footer p{
	text-align:center;
	font-size:10pt;
	color: #CCCCCC;
}
.lcol dl {
	background: #eeeeee url(/rcb150.png) bottom left no-repeat;
	padding: 0;
	margin: 10px 0;
}
.lcol dt {
	background: #9d0404 url(/rct150.png) top left no-repeat;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}
.lcol dd {
	margin: 0;
	padding: 0;
}
.lcol dd a {
	text-decoration: none;
	color: #000;
	width: 140px;
	display:block; 
	padding: 2px 5px;
}
.lcol dd a:hover {
	background: #dddddd;
	}
img {
	display:block;
	border:0;
	}
.imghead {
	float:left;
	margin-left: -10px;
	}
.imgr {
	float: right;
	padding-left: 10px;
	}
.imgl {
	float: left;
	padding-right: 10px;
	}
.mcol a {
	text-decoration:none;
	color:#FF8000;
}
.mcol a:hover {
	text-decoration:underline;
}
.mcol > h1:first-child {
	background: url('/site/rct780.png') top left no-repeat;
	margin: 0px -10px 10px -10px;
	padding: 0px 10px 0px 10px;
}
a.idoc, a.ihtm, a.ipdf, a.imisc, a.ixls, a.iweb, a.imail {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
a.idoc {
  background-image: url('/img/icon/doc.gif');
}
a.ihtm {
  background-image: url('/img/icon/htm.gif');
}
a.ipdf {
  background-image: url('/img/icon/pdf.gif');
}
a.imisc {
  background-image: url('/img/icon/misc.gif');
}
a.ixls {
  background-image: url('/img/icon/xls.gif');
}
a.iweb {
  background-image: url('/img/icon/web.gif');
}
a.imail {
  background-image: url('/img/icon/e.png');
}
.phone {
	text-indent:24px;
	background-repeat:no-repeat;
	background-image:url('/img/icon/t.png');
}

h1 span, h2 span, h3 span {
	font-weight:normal;
}
