.Content_Container {
	margin: 6px auto;
	padding: 0;
	width: 900px;
	background-image: url(images/content-background-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.Content_Nav {
	background: url(images/subnavigation-background.png) 10px 10px no-repeat;
	width: 260px;
}
.Content_Body {
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
	padding-top: 10px;
}
h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #900;
}
p, blockquote, li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}
p .Title {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #900;
}
a:link, a:visited {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #900;
	text-decoration: underline;
}
.Maroon {
	color: #900;
}

