body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

a, img {
	border: none;
}

a {
	text-decoration: underline;
	color: blue;
}

#graphic-header, #mainnav, #right-column, p.top-of-page {
	display: none;
}

.clear {
	height: 0;
	clear: both;
}

p.clear {
	clear: both;
	height: 0;
}

.clear-left {
	height: 0;
	clear: left;
}

h1 {
	font-size: 180%;
	margin-top: 0;
	margin-bottom: 12pt;
}

h2, h3 {
	color: black;
	font-size: 100%;
}

hr {
	height: 1px;
	color: #cfcfcf;
}

div.image {
	margin-top: 10pt;
	margin-bottom: 10pt;
}

#content-container {
	clear: both;
	margin-top: 20pt;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumb li {
	float: left;
	font-size: 10pt;
	padding-left: 2pt;
	background-image: url(../images/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#breadcrumb li.first {
	padding-left: 0;
	background-image: none;	
}

#breadcrumb a, #breadcrumb a:visited, #footer a, #footer a:visited {
	color: black;
}

#footer {
	clear: both;
	font-size: 8pt;
	margin-top: 10pt;
	height: 30pt;
	border-top: solid #cfcfcf 1pt;
}

#footer #copyright {
	float: left;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin-left: 12pt;
}

ul.sitemap-category li.hidden {
	display: none;
}

table {
	border: solid gray 1px;
	border-collapse: collapse;
}

table th, table td {
	border: solid gray 1px;
}