/* CSS Document */

#banner {
	width: 694px;
	text-align: left;
	background-image: url(../images/green.jpg);
	height: 170px;
	background-repeat: no-repeat;
	margin-left: 12px;
  	}
	
.active {
	border-bottom: 3px solid #8EC63F;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}

.green {
	color: #8EC63F;
	}
		
#nav a {
 	text-decoration: none;
 	color: #fff;
	padding-bottom: 4px;
	}

#nav a:active, #nav a.selected, #nav a:hover {
 	border-bottom: 3px solid #8EC63F;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
#leftcolumn a {
	text-decoration: none;
	color: #8EC63F;
	padding-bottom: 4px;
	font-weight: bold;
	}

#leftcolumn a:active, #leftcolumn a.selected, #leftcolumn a:hover {
 	text-decoration: none;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
h3 {
	margin: 0 5px 0 5px;
	padding: 0;
	border: 0;
	color: #8EC63F;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	margin: 0 5px 3px 15px;
	padding: 0;
	border: 0;
	color: #8EC63F;
	font-size: 12px;
	}
	