@charset "UTF-8";
#gn-about {
	border-left: 10px solid #99CC66;
}
#gn-home,#gn-climate,#gn-activities {
	border-left: 10px solid #333333;
}

/*----------heading----------*/
h2 {
	margin-top: 20px;
	border-bottom: 1px solid #99CC66;
	text-align: right;
	clear: both;
}
h3 {
	height: 15px;
	padding: 15px 0px 0px 15px;
	line-height: 1em;
}
h3 a:link,h3 a:visited {
	font-weight: bold;
	color: #333333;
}
h3 a:hover {
	text-decoration: none;
}

/*----------textarea----------*/
#textarea {
	width: 630px;
	margin: 10px auto 0px;
	overflow: auto;
}
.block {
	height: 90px;
	width: 300px;
	margin-top: 1em;
	border: 1px solid #999999;
}
.odd {
	float: left;
}
.even {
	float: right;
}
.block p {
	margin-top: -30px;
}
.block p a {
	display: block;
	width: 250px;
	height: 52px;
	padding: 38px 35px 0px 15px;
}
.block p a:link,.block p a:visited {
	background: url(/imgs/arrow/arrow.png) no-repeat 275px center;
	color: #333333;
}
.block p a:hover {
	background: url(/imgs/arrow/arrow_ov.png) no-repeat 275px center;
	color: #666666;
	text-decoration: none;
}
