/* Font */

body {
	font: 0.8em Yanone Kaffeesatz, sans-serif;
	letter-spacing: 0.07em;
}

#content h1 {
	color: #000;
	font:  90% Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	text-transform: lowercase;
}
#content h2 {
	color: #000;
	font: bold 2.055em Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	text-transform: lowercase;
}

#nav h3 {
	color: #000;
	font: bold 1.055em Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	text-transform: lowercase;
}

#nav h3 a:span {
	color: #000;
	font: bold 1.055em Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	text-transform: lowercase;
}

#nav h3 a:link, #nav ul li a:visited {
	color: #fff;
	font: bold 1.055em Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	text-transform: lowercase;
}



#content p {
	color: #000;
	font: 90% Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
	margin: 1em 0em 1em 0em;
}
#content ul {
	list-style: outside disc;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1.486em;
}
#content ol {
	list-style: outside decimal;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1.486em;
}
#content dl {
	margin: 0em 0em 1.5em 0em;
}
#content li {
	color: #000;
	font: bold 0.9em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
}
#content dt {
	clear: left;
	color: #000;
	float: left;
	font: 0.9em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.4em;
	padding: 0 0 0 0;
	width: 50px;
}
#content dd {
	color: #000;
	font: 0.9em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.4em;
}

#content p strong,
#content li strong,
#content dd strong {
	color: #000;
	font-size: 1.429em;
	text-transform: lowercase;
}
#content p a:link, #content p a:visited, 
#content li a:link, #content li a:visited,
#content dd a:link, #content dd a:visited {
	color: #000;
}
#content p a:active, #content p a:focus, #content p a:hover, 
#content li a:active, #content li a:focus, #content li a:hover,
#content dd a:active, #content dd a:focus, #content dd a:hover {
	color: #923117;
}
#content p strong a:link, #content p strong a:visited {
	text-decoration: none;
}
#content img {
	margin: 0em 0em 1em 0em;
}

#sidebar h1 {
	color: #000;
	font: bold 2.055em Yanone Kaffeesatz, sans-serif;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	text-transform: lowercase;
}
#sidebar p {
	color: #000;
	font: 0.986em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
	margin: 0em 0em 1em 0em;
}
#sidebar ul {
	margin: 0em 0em 1em 0em;
}
#sidebar li {
	color: #000;
	font: 0.8em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
}
#sidebar dl {
	margin: 0em 0em 1em 0em;
}
#sidebar dt {
	clear: left;
	color: #a8381a;
	float: left;
	font: bold 0.9 Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
	width: 105px;
}
#sidebar dd {
	color: #000;
	font: normal 1.151em Cantarell, Yanone Kaffeesatz, sans-serif;
	line-height: 1.5em;
}
#sidebar p a:link, #sidebar p a:visited, 
#sidebar li a:link, #sidebar li a:visited,
#sidebar dd a:link, #sidebar dd a:visited {
	color: #000;
}
#sidebar p a:active, #sidebar p a:focus, #sidebar p a:hover, 
#sidebar li a:active, #sidebar li a:focus, #sidebar li a:hover,
#sidebar dd a:active, #sidebar dd a:focus, #sidebar dd a:hover {
	color: #923117;
}
#sidebar p strong a:link, #sidebar p strong a:visited {
	text-decoration: none;
}
#sidebar img {
	margin: 0em 0em 1em 0em;
}

