body {
	margin: 0;
	padding: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #59595a;
}


a img { border: 0; }

h1 {
	font-size: 1.65em;
	color: #992937;
	font-weight: normal;
}

h2 {
	font-size: 1.65em;
	color: #727b34;
	font-weight: bold;
}


h3 {
	font-size: 1.2em;
	color: #727b34;
	font-weight: bold;
	margin-bottom: -1em;
}



#container {
	width: 655px;
	margin: 0 auto 0 auto;
}

#header {
	display: none;
}

#printheader {
	display: block;
}

#main {
}

#content {
	padding-top: 10px;
}

#inner {
	padding: 9px 15px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#breadcrumb {
	background-color: #ce902c;
	margin-left: 15px;
	padding: 3px 20px;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color: white;
	text-decoration: none;
}

ul#navigation {
	display: none;
}

ul#buttons {
	display: none;
}

#footer {
	display: none;
}

.cleanup {
	clear: both;
	height: 1px;
	font-size: 1px;
}




