a {
	color: #94ED42;
}
a:hover {
	color: #AFFF65;
}

.container {
	background: #EBF0F2;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.inner {
	background: url('images/left.gif') #333333 repeat-y;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 750px;
	margin: auto;
	text-align: left;
}

.left {
	width: 175px;
	float: left;
	backgro/und: url('images/blue_top.gif') no-repeat;
}
.left h2 {
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 13px;
	color: #76BD34;
	font-weight: normal;
}
.left a h2:hover {
	color: #AFFF65;
}
.left ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	margin-top: 10px;
}
.left ul li a {
	color: #FFFFFF;
	font-weight: bold;
}
.left ul li a:hover {
	color: #AFFF65;
}

.green {
	background: url('images/left.gif') #333333 repeat-y;
	width: 100%;
	clear: both;
	text-align: left;
}
.green a {
	margin-left: 9px;
	padding-bottom: 7px;
	padding-top: 2px;
	display: block;
	width: 154px;
	color: #66A0B4;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #66A0B4;
}
.green a:hover {
	color: #90E3FF;
}

.block {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 565px;
}
.block h1 {
	padding-bottom: 2px;
	margin-right: 10px;
	color: #76BD34;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
}
.block p {
	padding: 10px 10px 10px 0;
}
