.typography a {
	color: #8bc73f; /* Highlights of text within documents */
	background-color: inherit;
	text-decoration: none
}
.typographya:hover {
	color: #FFF; /* blue color*/
	background-color: inherit;
}
.typography h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFFFFF;
}
.typography h1 {
	font-size: 1.6em;
}
.typography h2 {
	font-size: 1.4em;
	text-transform:uppercase;
}
.typography h3 {
	font-size: 1.3em;
}
.typography #main h1 {
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #8bc73f; /* Page Header*/
}
.typography #sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #def3c3 url(../images/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #8bc73f; /* Side bar text color*/
}
.typography p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}
.typography #header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #000;
}
.typography #header-content li a:hover {
	background: #ffffff;
	color: #F88F26;
}
.typography #header-content li a#current {
	background: #000;
	color: #CCC; /* Blueish */
}
.typography #sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A; /* grey*/
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #000;
	border-bottom: 1px dashed #151515; /* Grey - Black */
	line-height: 1.5em;
}
.typography #sidebar ul.sidemenu a.top {
	border-top: 1px dashed #ffffff; /*151515; */
}
.typography #sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid #8bc73f;
	color: #ffffff; /*#D30F16;*/
}
.typography #footer-content a {
	text-decoration: none;
	color: #ffffff ; /*#8A8A8A;  Grey */
}
.typography #footer-content a:hover {
	text-decoration: underline;
	color: #8bc73f; /* Blue */
}