body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	color: black;
	font-size: 10pt;
}
#fixed {
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left 0;
	width: 100%;
	z-index: 10;
}
#scroll {
	margin-top: 240px;
	margin-left: 260px;
	margin-bottom: 20px;
	width: 546px;
}
/*** fixed ***/
#header {
	height: 240px;
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}
#header img {
	float: left;
}
#header img.left {
	position: absolute;
	top: 0;
	left: 0;
}
#header img.right {
	position: absolute;
	top: 0;
	left: 230px;
}
#sticker {
	position: absolute;
	top: 60px;
	left: 695px;
	width: 225px;
	height: 115px;
	z-index: 20;
}
#sticker img {
	border: 0;
}
#left {
	width: 160px;
	float: left;
	padding: 0px 20px;
	position: absolute;
	top: 250px;
	left: 0;
}
#left img {
	display: block;
	margin-bottom: 20px;
}

#right {
	width: 160px;
	float: left;
	padding: 0px 20px;
	position: absolute;
	top: 250px;
	left: 835px;
}
#right img {
	display: block;
	margin-bottom: 20px;
}

/*** scroll ***/
#menu1 {
	position: absolute;
	top: 184px;
	left: 180px;
	height: 21px;
	font-size: 11px;
}
#menu1 li {
	list-style: none;
	float: left;
	height: 20px;
	width: 90px;
	border-right: 1px solid #ff6600;
	background-color: #ffcc99;
	color: black;
	text-align: center;
}
#menu1 li.first {
	width: 40px;
}
#menu1 li.active {
	background-color: #006666;
	color: #ffffff;
}
#menu1 a {
	display: block;
	padding-left:3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right:3px;
	color: black;
	text-decoration: none;
}
#menu1 a:hover {
	font-weight: bold;
}
#menu1 li.active a {
	color: #ffffff;
}
#menu2 {
	position: absolute;
	top: 204px;
	left: 221px;
	height: 20px;
	font-size: 11px;
}
#menu2 li {
	list-style: none;
	/*width: 90px;*/
	/*padding: 0 6px;*/
	height: 21px;
	/*border-right: 1px solid #ffffff;*/
	background-color: #006666;
	float: left;
	color: white;
}
#menu2 a {
	color: white;
	display: block;
	padding-left:3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
}
#menu2 a:hover {
	/*font-weight: bold;*/
	color: #ffcc99;
}
	
#title {
	background-color: #ff6600;
	color: white;
	padding: 2px 0 2px 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
h1, h2, h3 {
	font-family: Verdana;
	margin: 0;
	padding: 0;
}
h1 {
	color: orange;
	font-size: 150%;
	font-style: oblique;
	margin-bottom: 10px;
}
h2, h3, h4, h5 {
	color: black;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin: 5px 0 5px 0;
	padding: 0;
}
a {
	color: #ff9900;
}
a:hover {
	text-decoration: none;
}
#scroll img {
	border: 1px solid #ffcc00;
}
#scroll a img {
	border: 1px solid #ffcc00;
}
#scroll a:hover img {
	border: 1px solid #ff9900;
}

.csi-intext-right .csi-imagewrap {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.news-list-item, .news-single-item {
	clear: both;
}
.news-list-date, .news-single-timedata {
	float: right;
	color: #006666;
	font-size: 8pt;
	font-weight: normal;
}
.news-list-morelink {
	margin-bottom: 10px;
}
.news-list-item h3 {
	
}
.news-list-item hr, .news-single-item hr {
	height: 1px;
	color: white;
	background-color: white;
	border: 1px solid white;
}
.news-list-item img, .news-single-img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
