body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #3b3d49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.chamber #container { 
	width: 950px;
	line-height: 16px;
	word-spacing: 1px;
	background: #FFFFFF;
	border: 1px solid #f26521;
	margin: 0 auto;
	text-align: left;
} 
.chamber #header {
	background: #FFFFFF;
	padding: 0;
} 
.chamber #sidebar1 {
	float: left;
	width: 260px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.chamber #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
} 
.chamber #footer {
	background-color: #981b1e;
	background-image: url(../images/footer.jpg);
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.chamber #footer p {
	margin: 0;
	font-size: 17px;
	color: #f7941e;
	text-align: center;
	font-weight: bold;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	letter-spacing: 1px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 22px;
	line-height: 25px;

}
h2 {
	font-size: 15px;
	line-height: 18px;
	color: #741014;

}
h3 {
	font-size: 13px;
	line-height: 18px;
	color: #741014;

}
.page_buttons {
	font-size: 10px;
	word-spacing: 1px;
	text-align: right;
}
.small_text {
	font-size: 10px;
}
a:link {
	color: #741014;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f26521;
}
a:hover {
	text-decoration: underline;
	color: #f7931d;
}
a:active {
	text-decoration: none;
	color: #741014;
}
.red_text {
	color: #741014;
}
.orange_text {
	color: #f26521;
}