@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	background: #B78B51;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 10%;
	height: 352px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	text-align: left;
	font-size: xx-small;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	color: #40301A;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 50px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	background:#B78B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #B78B51;
	text-align: left;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #B78B51;
	font-style: normal;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #333;
}
.header-info {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
}
.twoColFixRtHdr #container #sidebar1 .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #7F4124;

}
.sidebar-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #B78B51;
}
#shadow {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
}
highlight heading {
	text-align: center;
}
.twoColFixRtHdr #shadow #container #sidebar1 .bodytext .heading2 .heading1 {
	text-align: center;
}
.twoColFixRtHdr #shadow #container #sidebar1 .heading1 {
	text-align: center;
}
