body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4A4A4A;
	background-color:#F3F3F3;
	text-align:center;
}
a{
	color:#666666;
}
#holder{
	width:980px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	text-align:left;
	position:relative;
}
#header{
	height:121px;
	overflow:hidden;
	background-image:url(../img/home-headerback.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	position:relative;
}
#logo{
	position:absolute;
	top:11px;
	left:12px;
}
#langSelector{
	position:absolute;
	top:89px;
	left:12px;
}
#topMetaNav{
	position:absolute;
	top:61px;
	right:176px;
}
#contentHolder{
	background-image:url(../img/home-contentBack.gif);
	background-position: left center;
	background-repeat:repeat-y;
	background-color:#ffffff;
}
#twoCol{
	float:right;
	width:767px;
}
#centerCol{
	float:left;
	width:587px;
}

#innerCenterCol{
	padding:0;
	min-height:587px;
}
#iccBottomShadow{
	background-image:url(../img/shadowBottom.gif);
	background-position: left top;
	background-repeat:no-repeat;
	height:7px;
	overflow:hidden;
}
#centerCol h1{
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #339999;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
}
#centerCol img{
	/*border:2px solid #83C5C5;*/
}
#rightCol{
	width:156px;
	float:right;
	font-size:11px;
	padding:5px;
	background-color:#EAEAEA;
	min-height:556px;
	margin-right:4px;
}
#rightCol h1{
	font-size:13px;
	color:#ffffff;
	background-color:#78D400;
	padding:3px;
	margin-top:5px;
}
#rightCol h2{
	font-size:13px;
	color:#78D400;
}
#leftCol{
	width:157px;
	float:left;
	font-size:11px;
	background-color:#EAEAEA;
	min-height:556px;
	margin-left:4px;
	padding:5px;
}
#leftCol h1{
	font-size:13px;
	color:#ffffff;
	background-color:#44A8A8;
	padding:3px;
	margin-top:5px;
}
#leftCol h2{
	font-size:13px;
	color:#44A8A8;
}
#footer{
	clear:both;
	background-color:#E5E5E5;
	height:31px;
	font-size:11px;
}
#copyRight{
	float:left;
	width:380px;
	padding:9px 9px 9px 12px;
}
#metaNavi{
	float:left;
}
.clearer{
	clear:both;
	visibility:hidden;
	height:1px;
	overflow:hidden;
}
/* ---------- forms ----------- */
.csc-mailform{
	border:none;
}
.csc-mailform-field{
	margin-bottom:5px;
}
.csc-mailform label{
	display:block;
}
.csc-mailform input{
	width:350px;
	border:1px solid #99CCCC;
	background-color:#ECECEC;
}
.csc-mailform textarea{
	width:350px;
	border:1px solid #99CCCC;
	background-color:#ECECEC;
}
.csc-mailform-submit{
	width:auto !important;
}
.csc-mailform-check{
	width:auto !important;
	border:none !important;
	background-color:transparent !important;
}
/* ---------- forms end ----------- */
/* ---------- rte ----------- */
.csc-frame-frame1{
	background-color:#EBEBEB;
	border:1px solid #4A4A4A;
	padding:2px;
}
.csc-frame-frame2{
	background-color:#F5FFAA;
	border:1px solid #4A4A4A;
	padding:2px;
}
.detail{
	color:#186900;
}
.name-of-person{
	color:#10007B;
}
.important{
	color:#991900;
}
/* ---------- rte end ----------- */
