body {
	background: #ffffff;
	font-family:  Century Gothic, Arial, sans-serif;
	margin: 0px;
    	padding: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color:#515153;
}
a {
	/* color:#8DC055; */
	color: #2E6A35;
}
p {
	/*text-align:justify;*/
	line-height:1.7em;
	margin-bottom:30px;
}
a.subtleLink {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
a.subtleLink:hover {
	color:#2E6A35;
	font-weight:bold;
	text-decoration:none;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:1127px;
}
#main {
	width:925px;
	border:0px solid blue;
}
#header {
	width:925px;
	height:93px;
	background-color:#6eb15c;
}
#logo {
	margin-left:48px;
	border:0px;
}
#navigation {
	font-family:  Arial, sans-serif;
	width: 189px;
	padding-top:245px;
	margin-left:10px;
	float:right;
	border:0px solid red;
}
#footer {
	font-family:  Arial, sans-serif;
	margin-top:20px;
	margin-bottom:15px;
	border-top:2px solid #515153;
	padding-top:3px;
	font-size:11px;
	color:#939598;
}
#footer a {
	text-decoration:none;
	color:#939598;
}
#footer a:hover {
	color:#000000;
}
#content {
	padding:0px 50px 20px 50px;
}
.divider {
	margin-top:25px;
	line-height:5px;
	font-size:2px;
	border-bottom:1px solid #62b446;
	margin-bottom:30px;
	margin-right:0px;
	margin-left:35px;
	clear:both;
}
ul.italList {
	margin-bottom:30px;
}
.italList li {
	list-style: none;	
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top:0px;
	background-image: url(images/greenBox.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
	font-style:italic;

}
.twocols li {
	border:0px solid red;
	width:380px;
	float:left;
	margin-left:0px;
}
ul.twocols  {
	margin-left:0px;
	padding-left:30px;
}

.tall li {
	margin-bottom:25px;
}
.short li {
	margin-bottom:7px;
}
ul.short {
	margin-bottom:15px;
}

#navigation li {
	margin-bottom:5px;
}
#navigation ul {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}
#navigation ul ul li {
	margin-left:5px;
	padding-left:1em;
}
#navigation ul ul li.here {
	background-image: url(images/greenBox.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#navigation ul ul li.here a {
	color:black;
}
#navigation a {
	text-decoration:none;
	color:#939598;
}
#navigation a:hover {
	color:black;
}
#navigation a.here {
	color:black;
}

.TeamName {
	
}
.TeamTitle {
	font-style: italic;
	font-size:11px;
	margin-bottom:30px;
}

.paragraphTitle {
	font-weight:bold;
}
.clearer {
	clear:both;
	height:1px;
	line-height:1px;
}