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

/*SITE COLOURS: 
Lime green: #6DAA24
Dark green: #003809
Pale green: #E7F0DF
Yellow: #F8EA07
*/


#greenBox{
	width: 279px;
	height: 321px;
	float:left;
	margin-bottom: 18px;
}

#mediumPic{
	width: 671px;
	height: 321px;
	float: left;
	margin-bottom: 18px;
}

#leaderLinks{
	width: 277px;
	float:left;
}

#twoColumn{
	width: 640px;
	float: left;
	padding: 0px 10px 6px 20px;
	border-left: #6DAA24 thin dotted;
	margin-bottom: 10px;
}	

#wideColumn{
	width: 640px;
	padding: 0px 10px 6px 0px;
}

#leftColumn{
	width: 302px;
	float:left;
}

#rightColumn{
	width: 302px;
	float:left;
	padding-left: 36px;
	padding-top: 34px;
}


#sponsorship{
	width: 931px;
	float:left;
	padding-left: 19px;
	margin-top: 6px;
	margin-bottom: 14px;
	border-left: #6DAA24 thin dotted;
}


h2{
	font-size: 1.1em;
	color: #006633;
	margin-bottom: 1em;
	font-weight: bold;
}

h3{
	font-size: .8em;
	padding: 15px 10px 15px 0px;
	font-weight: bold;
	color: #006633;
	text-align:right;
	border-top: #6DAA24 thin dotted;
	margin-right: 18px;
	margin-left: 8px
}

h3.borderBottom{
	border-bottom: #6DAA24 thin dotted;
}

h3 a:link, h3 a:visited{
	text-decoration:none;
	color: #006633;
}

h3 a:hover{
	color:#6DAA24;
}

#twoColumn ul{
	margin:-9px 0px 0px 0px;
	padding:0;
}

#twoColumn li{
	list-style-position:outside;
	margin-left: 20px;
	font-size: .85em;
}

