html { color: #000000; background: #e9e5de; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
/* --- Block Elements --- */
br { }
hr { }
img { border: none; }
a img { border: none; }
/* --- Header Text --- */ 
h2 { font-size: 16px; line-height: 20px; font-weight: normal; margin-bottom: 5px; }
h3 { font-size: 13px; line-height: 16px; font-weight: normal; margin-bottom: 3px; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 3px; }
h6 { font-size: 10px; margin-bottom: 10px; }
/* --- Text Elements --- */
a { color: #084772; text-decoration: none;}
a:hover, a:focus { color: #766b62; }
/* --- List Items --- */
ul, ol, li { }
ul { list-style-type: none; margin-bottom: 8px; }
ul li { }
/* 
     Site-wide Body
     ---------------------------------------------------------- */ 
body { margin: 0; padding: 0; background: #aba095; font: 12px/15px Arial, Helvetica, FreeSans, sans-serif; width: 100%; height: 100%; color: #5d584c; } 

#newNavContainer {
	margin:0 auto;
	padding:0;
	width:960px;
	border-right: 1px solid #aba095;
	border-left: 1px solid #aba095;
	background: #ffffff;
	background-image:url('grad.jpg'); background-repeat:repeat-x; background-position: bottom;
}
li {
	padding-left: 15px;
	background-image: url(bull.jpg);
	background-repeat: no-repeat;
	background-position: .4em .1em;
	margin-bottom:.2em;
}
#logo {
	float:left;
}
#footer { margin: 0 20px; padding: 20px 0 40px 0; font-size: 11px; line-height: 18px; text-align: right; border-top: 1px solid #e6dfd8; font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif; }
     #footer p { margin-bottom: 0; }