@charset "utf-8";
/* CSS Document */

#greenColumn {
	margin: 40px 0 0 25px;
	padding: 0 0 15px 0;
	width: 154px;
	background-color: #00505a;
	background-image: url(images/greenColumnBG.jpg);
	background-repeat: no-repeat;
	
}

#greenColumn a:link, #greenColumn a:visited {
	font-weight: bold;
	color: #ffeeb2;
	text-decoration: underline;

}

#greenColumn p {
	color: #eeebe3;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 6px 0 0 0;
}

#greenColumn ul {
	color: #eeebe3;
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
	list-style-type: none;
	list-style-image: none;	
	text-align: center;
}

#greenColumn li {
	margin: 12px 0 12px 0;
	padding: 0 12px 0 12px;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	color: #5cabb5;
	font-size: 9px;
	line-height: 10px;
}

#greenColumn ul a:link, #greenColumn a:visited {
	color: #d8a738;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
