/* Styles to override YUI CSS elements */ 

/* General Styles */
body{background-color: #A6BC7C;}
th,td { border: none;}
a:link {
	color: #000000;
}
a:visited {
	color: #99CC66;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
p.footnote { color:#504D4D; font-size: x-small; border-top: 1px solid #CCD5A0; padding-top: 4px; margin-top: 10px;

}

/* Header */
#hd {
	background: #658743 /*#DAE9D6*/ url(/assets/template/headerbg.jpg) top left repeat-x;
	height: 150px;
}

/* Main Body */
#bd {
	background: #E5EFB3 url(/assets/template/pdxpeepsbg.gif) top left repeat-y;
	padding-right: 10px;
	padding-top: 4px;
}

/* Content Area */
.yui-g {
	
}

/* Left Nav Bar */
.yui-b {font-family: Arial, Helvetica, sans-serif;}
#sidebarmenu li {margin: 8px 4px 4px 8px;}
#sidebarmenu ul {margin-bottom: 20px;}
#sidebarmenu p {margin: 15px 10px 15px 10px; font-size:x-small;}