a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
#content a {
	color: #8DA01B;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	color: #6a7915;
}

#content h1, h2, h3, h4 {
	color: #a02d22;
	font-family: 'Trebuchet MS', Arial;
	font-size: 2.5em;
	margin: 0 0 20px 0;
}

#content h1 {
	font-size: 2.5em;
	margin: 0 0 20px 0;
	color: #8da01b;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	line-height: 1em;

}

#content h2 {
	font-size: 2em;
}

body#home #content h2 {
	margin: 0 0 10px 0;
}
#content h3 {
	font-size: 1.5em;
	color: #296899;
	margin: 20px 0 10px 0;
}

#content h4 {
	font-size: 1.3em;
	color: #296899;
	margin: 20px 0 10px 0;
}
#content .event_post h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

#content p {
	margin: 0 0 10px 0;
}

#content_main ul {
	padding-left: 20px;
}
#content_main ul li {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}

#content_sub h3 {
margin: 0 0 5px 0;
}

#content_sub #learn ul li {
	list-style: disc;
	list-style-position: outside;
	color: #8da01b;
	margin: 0 0 4px 20px;
}
#content_side h3, #content_side p, #content_side h4, #content_side ul {
	margin: 0 20px;
}

#content #content_side p {
	font-size: .9em;
	line-height: 1.7em;
}

#content #content_side h3 {
	color: #296899;
	margin: 10px 20px;
	font-size: 1.5em;
}

#content_side h4 {
	margin: 10px 20px 5px 20px;
	font-size: 1.2em;
	font-style: italic;

}

#content_side ul li {
	background: url(../images/global/nav_bullet.jpg) center left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
}

#footer a {
	text-transform: uppercase;
	color: #969696;
}

#footer a:hover {
	color: #555;
}

#footer ul {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 750px;
}

#footer ul li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid;
	line-height: 10px;
}

#footer ul li:last-child {
	border-right: none;
}