@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9B9178;
	background-image:url(bg.gif);
	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;
}
.oneColLiqCtrHdr #container {
	width: 749px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px;
	border-left-color: #7A725C;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #7A725C;
	border-right-style: solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #B4AD9B;
	background-image: url(headerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;  /* 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. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #EFEDE9;
} 
.oneColLiqCtrHdr #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 */
}
td img {display: block;}

.leftBox { 

border-right: #9B9178 2px solid;

}

.rightBox {

padding-left: 10px;

}

#nav, #nav ul {
	float: left;
	width: 745px;
	list-style: none;
	background: #B4AD9B;
	padding: 2px;
	border: solid #B4AD9B;
	border-width: 1px 0 1px 0px;
	margin: 0 0 1em 0;
}

#nav a {
	
	
	background: #ECEBE7;
	padding-left: 5px;
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 135px;
	w\idth: 126px;
	color: #800000;
	text-decoration: none;
	
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 140px;
	w\idth: 126px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 225px;
	w\idth: 216px;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	clear: right;
}

#nav li li {
	padding-right: 0;
	width: 8.4em;
	w\idth: 7.9em;
}

#nav li ul a {
	width: 215px;
	w\idth: 206px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
	margin-left: .05em;
}

.boxer {

border-collapse: collapse;
height: 16px;


}

.rightBoxtwo {

border-left: #9B9178 2px solid;

}

.leftBoxtwo {

padding-right: 10px;

}
