.typography h1,
.typography h2,
.typography h3 { color: #44763E; }
.typography h1 { font-size: 2em; }
.typography h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #867B1C;
}
.typography h3 { font-size: 1em; }
.typography a {
	text-decoration: underline;
	color: #867B1C;
}
.typography a:hover {
	border: none;
	text-decoration: none;
}
.typography h1 a,
.typography h2 a,
.typography h3 a {
	border: none;
	text-decoration: none;
	color: #867B1C;
}
.typography h1 a:hover,
.typography h2 a:hover,
.typography h3 a:hover {
	background: none;
	color: #867B1C;
}
.typography #menu a {
	display: block;
	float: left;
	height: 31px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 10px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
}
.typography #menu a:hover {
	color: #2C2E22;
	background: url(../images/menu_r.gif) repeat-x;
}
.typography #logo h1 {
	padding-top: 130px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 18px;
}
.typography #logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}
.typography #logo a { color: #FFFFFF; }
.typography .sidebar li h2 { margin: 0 0 1em 0; }
.typography #sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(../images/title.gif) no-repeat left top;
	height: 35px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}
.typography #sidebar2 li a {
	border: none;
	padding-left: 10px;
}
.typography #sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}
.typography #footer a { color: #FFFFFF }
