@charset "utf-8";

.featurestory	{
	float:left;
	width:600px;
	margin:10px 0 10px -20px;
	background-color: #12753b;
	color:#fff;
	clear: both;
}
.featurestory	h1 {
	color:#FFF;
	font-size:18px;
	padding:5px 0 5px 8px;
	margin:0;
}
#leftcolumn a:link	{
	color:#ff0;
	border-bottom:#ff0 dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#leftcolumn a:visited	{
	color:#ff0;
	border-bottom:#ff0 dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#leftcolumn a:hover	{
	color:#fff;
	border:none;
	text-decoration:none;
	padding-bottom:2px;
}
.featurestory a:focus	{
	color:#fff;
	border-bottom:#fff dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#leftcolumn a:active	{
	color:#fff;
	border-bottom:#fff dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#leftcolumn img	{
	border:2px #ccc solid;
	margin:3px 10px 8px 8px;
	float:left;
	margin-right: 8px;
}
#othernews 	{
	width:330px;
	min-height:275px;
	margin: 0 0 10px 20px;
	font-size:12px;
}
#othernews li {
	list-style-type:none;
	list-style-image:url(../images/rightarrow.png);
	margin-bottom:15px;
	line-height: 140%;
}
#othernews ul	{
	margin-left:30px;
}
	
#about 	{
	float:right;
	width:330px;
	background-color: #DCEAA1;
	border: solid 1px #063;
}
#about h2	{
	font-size:14px;
	margin-left:10px;
}
#about p	{
	font-size:10px;
	margin-top:0;
}
#leftcolumn	{
	float:left;
}
#rightcolumn	{
	float:right;
}
