.typography h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}
.typography h1 {
	letter-spacing: -1px;
	font-size: 2.0em;
}
.typography h2 {
	font-size: 1.2em;
}
.typography h3 {
	font-size: 1em;
	font-weight: bold;
}
.typography p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
.typography p {
}
.typography blockquote {
	font-style: italic;
}
.typography ul {
}
.typography ol {
}
.typography a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}
.typography a:hover {
	text-decoration: none;
	color: #CC0000;
}
.typography small {
}
.typography #header h1 {
	float: left;
	margin: 0 none;
	padding: 30px 0 0 0;
}
.typography #header h1 span {
	color: #CC0000;
}
.typography #header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 30px 0 0 0;
/*	text-transform: lowercase;*/
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.typography #header h2 a {
	color: #333333;
}
.typography #sidebar h2 {
	margin: 0;
/*	text-transform: lowercase;*/
	letter-spacing: -1px;
	color: #CC0000;
	border-bottom: 1px solid #d8d8d8;
}
.typography #sidebar a {
	border: none;
}
.typography #footer a {
	color: #333333;
}
.typography #footer a:hover {
	text-decoration: none;
	color: #CC0000;
}

