body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dedcdb;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 959px;  /* 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; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #top {
	background-color: #FFFFFF;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #sidebar1 {
	width: 357px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 373px;
	width: 550px;
	background-color: #FFFFFF;
	background-position: top;
}
.oneColFixCtrHdr #mainContentFull {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 919px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #993A0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
}
P{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

.large{
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.largeRust{
	color: #993A0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B7420C;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #989C9F;
	padding: 10px;
	width: 500px;
	background-position: center center;
	border: 2px solid #CCCCCC;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D84F07;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #993A0A;
	padding-top:50px;
}
.navigation:link, .navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
	background-position: center center;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 40px;
	margin-left: 35px;

}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #842800;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;

}
A:link {
	COLOR: #B34105;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #D9500A;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #993A0A;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #9A9E9D;
	TEXT-DECORATION: underline;
}
OL {
	FONT-SIZE: 14px;
	COLOR: #993A0A;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

UL {
	FONT-SIZE: 14px;
	COLOR: #842B01;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	line-height: normal;
	margin-left: 15px;
}
