body  {
	background: #402E00;
	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 */
}
subhead  {
font: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
	color: #666666;
}
subhead_sm  {
font: Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: normal;
	color: #666666;
}

h1 {
	text-align: left;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: black;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 7px;
	border: 3px solid #ff6701;
	border-width: 0 3px;
}

li {
	float: left;
	position: relative;
	width: 148px;
	text-align: left;
	cursor: default;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-width: 1px 0;
}

li#first {
	border-left-width: 20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
}

li#last {
	width: 80px;
}
li#center {
	width: 160px;
}
li#center2 {
	width: 231px;
}
li#small {
	width: 106px;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #f5f5f5;
	padding: 0.5em 0 0 0;
	border-right: solid 1px #cccccc;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #f5f5f5;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}




hr {
	display: none;
}
.twoColFixLtHdr #container { 
	background: #FFFFFF;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	width: 100%;
	background: #f5f5f5; 
	padding: 0px;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	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 #mainContent { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 13px;
	color: #666666;
	width: 100%;
	background: #FFFFFF;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	width: 100%;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f5f5f5;
} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.display1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none ! important;
}
