body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #25373D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b14a22;
	background-image: url(images/bg.jpg);
}
.bonza #container {
	width: 900px;
	background: #FFFFFF;
	border: 1px dashed #344b53;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bonza #header {
	padding: 0;
	background-color: #83D6F8;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.bonza #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 16px;
}
.bonza #footer {
	background-color: #DD8B65;
	text-align: center;
}
.bonza #footer p {
	margin: 0;
	padding: 10px 0; 
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
h1 {
	font-size: 23px;
	color: #172326;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	color: #172326;
}
h3 {
	font-size: 14px;
	color: #172326;
}
.byline {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #B14A22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE643B;
}
a:hover {
	text-decoration: none;
	color: #8CB41D;
}
a:active {
	text-decoration: none;
	color: #DE643B;
}
a.page:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.page:hover {
	text-decoration: none;
	color: #8CB41D;
}
a.page:active {
	text-decoration: none;
	color: #FFFFFF;
}
.text_subhead {
	color: #B14A22;
	font-weight: bold;
	font-size: 13px;
}
.text_small {
	font-size: 11px;
	font-style: italic;
}
.text_small-color {
	font-size: 11px;
	font-style: italic;
	color: #229CBB
}
