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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-bottom: 18px;
} 
.twoColFixLtHdr #header #title {
	height: 27px;
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #D6B158;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #533500;
}
.twoColFixLtHdr #header #banner {
	height: 108px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEBE49;
}
.twoColFixLtHdr #sidebar1 ul {
	background-color: #F9F4E7;
	color: #C08800;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 9px;
	padding-bottom: 9px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DEBE49;
	border-right-color: #DEBE49;
	border-left-color: #DEBE49;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-position: outside;
	margin-left: 18px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #C08800;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #533500;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #533500;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 243px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 72px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #C08800;
	padding-top: 36px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
.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;
}
.twoColFixLtHdr #sidebar1 ul:hover {
	background-color: #FFFFFF;
	color: #C08800;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 9px;
	padding-bottom: 9px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DEBE49;
	border-right-color: #DEBE49;
	border-left-color: #DEBE49;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	font-size: 0.95em;
	line-height: 1.22em;
}
.twoColFixLtHdr #mainContent h1 {
	color: #A66A00;
	font-size: 1.75em;
	line-height: 1.1em;
}
.twoColFixLtHdr #mainContent h2 {
	color: #A66A00;
	font-size: 1.5em;
	line-height: 1.15em;
}
.twoColFixLtHdr #mainContent p {
	padding-bottom: .9em;
}
.twoColFixLtHdr #mainContent ul {
	line-height: 1.25em;
	padding-bottom: 1.1em;
	list-style-type: none;
	margin-right: 18px;
}
.twoColFixLtHdr #mainContent ol {
	line-height: 1.25em;
	list-style-type: upper-alpha;
	margin-right: 18px;
}
.twoColFixLtHdr #mainContent ol ul {
	list-style-type: upper-alpha;
	margin-right: 18px;
	font-size: 0.85em;
}

.twoColFixLtHdr #mainContent li {
	line-height: 1.25em;
	padding-bottom: 1.1em;
}
.insetbox {
	border: 2px solid #DEBE49;
	padding: 18px;
	margin-bottom: 27px;
}
.listnoindent {
	padding-left: 0px;
}
.listbulleted {
	list-style-type: disc;
}
.twoColFixLtHdr #mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #C08800;
}
.twoColFixLtHdr #mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D99726;
}
.listlowercase {
	list-style-type: lower-alpha;
}
.listnumbered {
	list-style-type: decimal;
}
.smalltext {
	font-size: .75em;
}
