body {
	font-size : 62.5%;
	font-family : sans-serif;
}
div.header h1 {
	text-transform : uppercase;
	font-size : 2.7em;
	font-weight : normal;
}
div.header h1 a {
	color : white;
	text-decoration : none;	
}

div.header li a {
	color : #999999;
	text-decoration : none;
	font-size : 2.0em;
}

div.header li.active a {
	color : white;
}
div.nav {
	position : relative;
	right : -1px;
	width : 15em;
	float : left;
}
div.nav h2 {
	display : none;
}
div.nav ul li a {
	color : #696970;
	text-decoration : none;
	font-size : 1.1em;
	font-weight : bold;
}
div.nav ul li a.active {
	color : #d51007;
}

div.container{
	font-size : 1.1em;
}

div.container h2, div.container h3, div.container h4, div.container h5, div.container h6, div.container p, div.container ul
div.container ol, div.container table, div.container hr {
	margin : 1em 0;
}
div.container h2, div.container h3 {
	font-size : 1.45454em;
	font-weight : bold;
}
div.container ol, div.container ul {
	margin-left : 2em;
}
div.container a {
	color : #696970;
	font-weight : bold;
	text-decoration : none;
}

div.container hr {
	border : none;
	border-top : 1px dotted #cccccc;
}

div.container .small {
	font-size : 0.85em;
}

div.footer a {
	color : inherit;
	font-weight : normal;
}
div.footer a img {
	border : 0px;
}



div.links ul a {
	color : white;
	text-decoration : none;
	font-size : 1.1em;
}

div.links li.search input.text {
	font-size : 1.1em;
	color : #333333;
}